Releases: murdercode/Nova4-TinymceEditor
Releases · murdercode/Nova4-TinymceEditor
v2.0.0
How to upgrade
composer require murdercode/nova4-tinymce-editor:^2.0
What's Changed
- Make editor id unique for nova repeater by @skywalker666 in #32
- Fix origin denied issue by trimming trailing slash from APP_URL and H… by @utilewebsites in #33
- Nova 5 support by @murdercode in #35
New Contributors
- @skywalker666 made their first contribution in #32
- @utilewebsites made their first contribution in #33
Full Changelog: v1.2.1...v2.0.0
v1.2.1 - Custom storage disk
What's Changed
- Add image upload storage disk config var by @Oskar-Mikael in #27
New Contributors
- @Oskar-Mikael made their first contribution in #27
Full Changelog: v1.2.0...v1.2.1
v1.2.0 - Add Protect feature
What's Changed
- Protect feature by @Joemires in #21
- Add fixes by @murdercode
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
This new update brings local uploading of images directly to one's own storage.
It also provides support for changing the TinyMCE version simply by configuration.
The full image logic can be seen here: 2949ea8
- V1 1 by @murdercode in #19
- Update phpstan.yml by @murdercode in #16
Full Changelog: v1.0.6...v1.1.0
v1.0.6
What's Changed
- Phpstan by @murdercode in #11
- Add Expandable by @murdercode (thanks to @exshapoval) in #13
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Wijaksanapanji/master by @murdercode in #10
- add support for dependsOn by @wijaksanapanji in #9
New Contributors
- @murdercode made their first contribution in #10
- @wijaksanapanji made their first contribution in #9
Full Changelog: v1.0.4...v1.0.5
v1.0.4
v1.0.3
v1.0.2
Add missing Laravel Nova 4 require
v1.0.1
Add Nova 4 as requirements and Pint with Github Actions