Skip to content

Commit 45c1e37

Browse files
authored
[6.0] Move CMS Filesystem package to compat plugin (joomla#44240)
Thanks @Hackwar, and Phil for testing.
1 parent 8d8451b commit 45c1e37

File tree

13 files changed

+22
-7
lines changed

13 files changed

+22
-7
lines changed

administrator/language/en-GB/plg_behaviour_compat.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ PLG_COMPAT_FIELD_CLASSES_ALIASES_LABEL="Classes Aliases"
88
PLG_COMPAT_FIELD_CLASSES_ALIASES_DESCRIPTION="Add class aliases for classes which have been renamed or moved to a namespace."
99
PLG_COMPAT_FIELD_ES5_ASSETS_DESCRIPTION="Activate this option if your extension requires *.es5 assets which has resulted in an exception. The assets provided are empty but prevent the exception."
1010
PLG_COMPAT_FIELD_ES5_ASSETS_LABEL="ES5 Assets"
11+
PLG_COMPAT_FIELD_LEGACY_CLASSES_DESCRIPTION="Activate this option if your extension requires classes deprecated for the current version of Joomla. This includes those removed classes from the folder /plugins/behavior/compat/classes/."
12+
PLG_COMPAT_FIELD_LEGACY_CLASSES_LABEL="Include Deprecated Classes"
1113
PLG_COMPAT_FIELD_REMOVED_ASSETS_DESCRIPTION="Activate this option if your extension requires removed assets which has resulted in an exception. The assets provided are empty but prevent the exception."
1214
PLG_COMPAT_FIELD_REMOVED_ASSETS_LABEL="Removed Assets"
1315
PLG_COMPAT_XML_DESCRIPTION="If you use extensions which are not using the current Joomla Coding standards then this plugin, when enabled, will provide backward compatibility to the prior major version."

0 commit comments

Comments
 (0)