Skip to content

Commit a3c8a6f

Browse files
authored
Merge pull request #35 from murdercode/nova5
Nova 5 support
2 parents a990350 + 478a80f commit a3c8a6f

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nova4 TinyMCE Editor
1+
# Nova TinyMCE Editor
22

33
<p align="center">
44
<img src="https://github.com/murdercode/Nova4-TinymceEditor/raw/HEAD/art/banner.svg" width="100%"
@@ -40,7 +40,8 @@ alt="Demo Nova4 TinyMce"></p>
4040

4141
This package follows the following versioning scheme:
4242

43-
* **v1.x** - TinyMCE 5 or 6
43+
* **v2.x** - Nova 5 - TinyMCE 5 or 6
44+
* **v1.x** - Nova 4 - TinyMCE 5 or 6
4445
* **v0.x** - TinyMCE version 5 (deprecated)
4546

4647
## Prerequisites
@@ -292,6 +293,16 @@ Also, you must change the format of the plugin snippet in `nova-tinymce-editor`
292293
],
293294
```
294295

296+
## Upgrade from Nova 4 to Nova 5
297+
298+
To upgrade this package for use with Nova 5, update your composer.json to use version 2:
299+
300+
```bash
301+
composer require murdercode/nova4-tinymce-editor:^2.0
302+
```
303+
304+
The v2.x branch is fully compatible with Nova 5 while maintaining all the features from v1.x. No additional configuration changes are needed.
305+
295306
## Feedback and Support
296307

297308
Test, PR (also of this doc) are welcome.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.0",
13-
"laravel/nova": "^4.0"
12+
"php": "^8.0|^8.1|^8.2|^8.3|^8.4",
13+
"laravel/nova": "^4.0|^5.0"
1414
},
1515
"require-dev": {
1616
"laravel/pint": "^1.2",

0 commit comments

Comments
 (0)