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
Copy file name to clipboardExpand all lines: migrations/54-60/compat-plugin.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,3 +37,11 @@ For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.o
37
37
// New:
38
38
\defined('_JEXEC') or die;
39
39
```
40
+
41
+
### CMS Input package
42
+
43
+
- PR's:
44
+
-https://github.com/joomla/joomla-cms/pull/42805
45
+
-https://github.com/joomla/joomla-cms/pull/42890
46
+
-https://github.com/joomla/joomla-cms/pull/44925
47
+
- Description: Any reference to the class `\Joomla\CMS\Input\Input` or the other classes in that namespace should be replaced with the [framework `Input`](https://github.com/joomla-framework/input) package and the namespace `\Joomla\Input`. The packages can be used nearly interchangeably.
0 commit comments