fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
This commit is contained in:
parent
fcd933489b
commit
d4f63b2bce
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.10.25
|
||||
- fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
|
||||
- fixed #12010 related link duplication where links have group view restrictions
|
||||
- fixed #12297: keywords.form missing from Post template help
|
||||
- fixed #12321: Error while deleting a group.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ use WebGUI::Session;
|
|||
use WebGUI::Storage;
|
||||
use WebGUI::Asset;
|
||||
|
||||
my $toVersion = "0.0.0"; # make this match what version you're going to
|
||||
my $toVersion = "7.10.22"; # make this match what version you're going to
|
||||
my $quiet; # this line required
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue