diff --git a/migrations/54-60/new-features.md b/migrations/54-60/new-features.md index 21667a56..0d96977e 100644 --- a/migrations/54-60/new-features.md +++ b/migrations/54-60/new-features.md @@ -295,16 +295,6 @@ It is now possible to batch remove a tag. PR: https://github.com/joomla/joomla-c --- -## Extend versioning, save related information in history table -- **PR**: [#45515](https://github.com/joomla/joomla-cms/pull/45515) by **rdeutz** -- **Usage**: - ```php - class MyModel extends AdminModel implements VersionableModelInterface { use VersionableModelTrait; } - ``` -- **Impact**: Versioning now restores custom fields & tags. - ---- - ## Improve ListView toolbar & components - **PR**: [#45521](https://github.com/joomla/joomla-cms/pull/45521) by **bembelimen** - **Usage**: Extend `ListView` base for custom components. diff --git a/migrations/54-60/removed-backward-incompatibility.md b/migrations/54-60/removed-backward-incompatibility.md index fd6a4b40..c4686d74 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -300,10 +300,3 @@ Factory::getApplication()->bootComponent('actionlogs')->getMVCFactory() Extensions or scripts that called this method will break and need to be updated to use the new update handling logic. **(more detail needed: replacement approach)** -## Extend versioning, save related information in history table and restore historical data -- PR: https://github.com/joomla/joomla-cms/pull/45515 -- Description: The versioning system now stores additional related data in the history table. - Restoring historical versions also restores linked metadata. - Extensions interacting with `#__ucm_history` may require schema or API updates. - **(more detail needed: schema differences and migration examples)** -