Skip to content

migrations/5.4 Automated Update hint #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
9 changes: 9 additions & 0 deletions migrations/53-54/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ All the new features that have been added to version 5.4, along with any changes
<summary><strong>Automated Core Updates</strong></summary>
* [45143](https://github.com/joomla/joomla-cms/pull/45143) Automated Core Updates client functionality.
* [45517](https://github.com/joomla/joomla-cms/pull/45517) Automated Updates information added.

---

You can pre-test an automated update with Joomla 5.4.0 alpha versions by installing the
'[System - Alpha Update Server](https://github.com/joomla/joomla-cms/issues/45540)' plugin.
Please ensure the test instance is accessible from the Internet
(for example, by using [Launch your Joomla! site](https://launch.joomla.org/)) and
**do not** use the alpha releases for production sites.

</details>

<details>
Expand Down
2 changes: 1 addition & 1 deletion migrations/54-60/new-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ New Features
All the new features that have been added to this version.
Any changes in best practice.

## Tags: Remove a Tag From via Batch Processing
## Tags: Remove a Tag via Batch Processing
This PR introduces the possibility to remove/unassign one tag from the selected articles. It also extends batch processing for categories, contacts and news feeds.

PR: [40613](https://github.com/joomla/joomla-cms/pull/40613)