Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] System - Backward Compatibility params #2865

Closed
jgerman-bot opened this issue Jul 25, 2023 · 0 comments · Fixed by #2868
Closed

[5.x] System - Backward Compatibility params #2865

jgerman-bot opened this issue Jul 25, 2023 · 0 comments · Fixed by #2868

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#41214 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/plg_system_compat.ini b/administrator/language/en-GB/plg_system_compat.ini
index 81cc82175c40..11e61f2bcbff 100644
--- a/administrator/language/en-GB/plg_system_compat.ini
+++ b/administrator/language/en-GB/plg_system_compat.ini
@@ -7,5 +7,5 @@ PLG_COMPAT_FIELD_CLASSES_ALIASES_LABEL="Classes Aliases"
 PLG_COMPAT_FIELD_CLASSES_ALIASES_DESCRIPTION="Add class aliases for classes which have been renamed or moved to a namespace."
 PLG_COMPAT_FIELD_ES5_ASSETS_LABEL="ES5 Assets"
 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."
-PLG_COMPAT_XML_DESCRIPTION="Provides backward compatibility to the prior major version."
+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."
 PLG_SYSTEM_COMPAT="System - Backward Compatibility"
diff --git a/plugins/system/compat/compat.xml b/plugins/system/compat/compat.xml
index 784b1b1edfa6..eb86d4ab39a9 100644
--- a/plugins/system/compat/compat.xml
+++ b/plugins/system/compat/compat.xml
@@ -30,8 +30,8 @@
 					default="1"
 					filter="integer"
 					>
-					<option value="1">JYES</option>
 					<option value="0">JNO</option>
+					<option value="1">JYES</option>
 				</field>
 				<field
 					name="es5_assets"
@@ -42,8 +42,8 @@
 					default="1"
 					filter="integer"
 					>
-					<option value="1">JYES</option>
 					<option value="0">JNO</option>
+					<option value="1">JYES</option>
 				</field>
 			</fieldset>
 		</fields>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants