Skip to content

Commit

Permalink
4.2.0 - merge support
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 3, 2024
1 parent 6d01f80 commit 47bc7bc
Show file tree
Hide file tree
Showing 5 changed files with 837 additions and 443 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Redactor for Craft CMS

## 4.2.0 - 2024-09-03

- Redactor now requires Craft CMS 5.3+.
- Redactor fields can now be merged together via the `fields/merge` and `fields/auto-merge` commands.
- Redactor fields can now be merged into CKEditor fields via the `fields/merge` command.

## 4.1.0 - 2024-06-12

- Redactor fields now prevent element edit pages from automatically reloading when in fullscreen mode (requires Craft CMS 5.2+). ([craftcms/cms#14814](https://github.com/craftcms/cms/issues/14814))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This plugin adds a “Redactor” field type to Craft CMS, which provides a rich

## Requirements

This plugin requires Craft CMS 5.0.0 or later.
This plugin requires Craft CMS 5.3.0 or later.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prefer-stable": true,
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.3.0",
"craftcms/html-field": "^3.0.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 47bc7bc

Please sign in to comment.