You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
New language relevant PR in upstream repo: joomla/joomla-cms#41214 Here are the upstream changes:
Click to expand the diff!
The text was updated successfully, but these errors were encountered: