Skip to content

Commit 0b31e8f

Browse files
authored
Merge pull request #389 from joomla/input
Change input chapter to be moved
2 parents 95e5452 + 17dd012 commit 0b31e8f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

migrations/54-60/compat-plugin.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,11 @@ For more detail check [Compatibility Plugin Joomla! 5.0](https://manual.joomla.o
3737
// New:
3838
\defined('_JEXEC') or die;
3939
```
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

Comments
 (0)