diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 55fece932..93f2b6374 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -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. diff --git a/docs/upgrades/upgrade_7.9.34-7.10.22.pl b/docs/upgrades/upgrade_7.9.34-7.10.22.pl index 4ede1410c..e550f4744 100644 --- a/docs/upgrades/upgrade_7.9.34-7.10.22.pl +++ b/docs/upgrades/upgrade_7.9.34-7.10.22.pl @@ -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