From 18415fb2ce0f757ad77d0afb0c42ec7b19ad818c Mon Sep 17 00:00:00 2001 From: Richard Fath Date: Thu, 11 Sep 2025 12:04:17 +0200 Subject: [PATCH] Revert CMS PR 45515 --- migrations/54-60/new-features.md | 10 ---------- migrations/54-60/removed-backward-incompatibility.md | 7 ------- 2 files changed, 17 deletions(-) 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 96f4fc23..ae139b8c 100644 --- a/migrations/54-60/removed-backward-incompatibility.md +++ b/migrations/54-60/removed-backward-incompatibility.md @@ -316,10 +316,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)** -