We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd9334 commit d4f63b2Copy full SHA for d4f63b2
docs/changelog/7.x.x.txt
@@ -1,4 +1,5 @@
1
7.10.25
2
+ - fixed #12346: toVersion in upgrade_7.9.34-7.10.22.pl was "0.0.0"
3
- fixed #12010 related link duplication where links have group view restrictions
4
- fixed #12297: keywords.form missing from Post template help
5
- fixed #12321: Error while deleting a group.
docs/upgrades/upgrade_7.9.34-7.10.22.pl
@@ -23,7 +23,7 @@ BEGIN
23
use WebGUI::Storage;
24
use WebGUI::Asset;
25
26
-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
27
my $quiet; # this line required
28
29
0 commit comments