Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions migrations/54-60/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 0 additions & 7 deletions migrations/54-60/removed-backward-incompatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)**