diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index e6e86658f..8188c81e7 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -4,6 +4,7 @@ - fixed #11561: PayDriver_Cash - password help - fixed #11541: running workflows screen - fixed #11544: VersionTag Workflows with missing Version Tags run forever + - fixed #11555: Wiki subcategories entry field is not labeled 7.9.4 - We're shipping underscore.js now for its suite of extremely handy utility diff --git a/docs/upgrades/packages-7.9.5/wiki-master-by-keyword-template.tmpl.wgpkg b/docs/upgrades/packages-7.9.5/wiki-master-by-keyword-template.tmpl.wgpkg new file mode 100644 index 000000000..b4e74c04f Binary files /dev/null and b/docs/upgrades/packages-7.9.5/wiki-master-by-keyword-template.tmpl.wgpkg differ diff --git a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm index 87871c87b..5dcc0273f 100644 --- a/lib/WebGUI/i18n/English/Asset_WikiMaster.pm +++ b/lib/WebGUI/i18n/English/Asset_WikiMaster.pm @@ -656,6 +656,12 @@ listing of pages that are related to a specific keyword?| }, context => q{template variable help}, }, + 'Sub-keywords' => { + message => q{Sub-keywords}, + lastUpdated => 0, + context => q{template label}, + }, + }; 1;