diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 2d0455b26..642a0876c 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -6,6 +6,7 @@ - fixed #12238: Old template attachement in search template slows down sites - fixed #12239: Still get cart error message after removing extra recurring items from the cart - fixed #12240: Empty Extend Calendar Recurrance version tags + - fixed #12241: Account Shop 7.10.22 - rfe #12223: Add date type to content profiling (metadata) diff --git a/docs/upgrades/packages-7.10.23/shopping-cart-collateral-items_my-purchases-default.wgpkg b/docs/upgrades/packages-7.10.23/shopping-cart-collateral-items_my-purchases-default.wgpkg new file mode 100644 index 000000000..dc14943b3 Binary files /dev/null and b/docs/upgrades/packages-7.10.23/shopping-cart-collateral-items_my-purchases-default.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Account.pm b/lib/WebGUI/i18n/English/Account.pm index c1baf2b33..2c239d01f 100644 --- a/lib/WebGUI/i18n/English/Account.pm +++ b/lib/WebGUI/i18n/English/Account.pm @@ -99,6 +99,12 @@ our $I18N = { lastUpdated => 1230844137, }, + 'Return to Account' => { + message => q{Return to Account}, + context => q{label for templates that want to provide a link back to the main account page}, + lastUpdated => 1230844137, + }, + }; 1;