Releases: FriendsOfSymfony/FOSCKEditorBundle
Releases · FriendsOfSymfony/FOSCKEditorBundle
Symfony 7.0 support
What's Changed
- Correct NPM package from ckeditor to ckeditor4 by @reyostallenberg in #230
- Update renamed ckeditor's github repository by @romainjanvier in #231
- Add Symfony 7 support ; drop Symfony < 5.4 support and PHP < 8 support by @VincentLanglet in #258
- [Docs] fixes typo in toolbar configuration by @mvhirsch in #250
- Fix twig paths for Symfony 5.3 compatibility by @em411 in #233
New Contributors
- @reyostallenberg made their first contribution in #230
- @romainjanvier made their first contribution in #231
- @mvhirsch made their first contribution in #250
- @em411 made their first contribution in #233
Full Changelog: 2.4.0...2.5.0
2.4.0 - Symfony 6.0
What's Changed
- Minor change in a config file by @javiereguiluz in #227
- Add support for Symfony 6.0 by @artoroz in #239
New Contributors
Full Changelog: 2.3.0...2.4.0
Moved to GithubActions, lots of improvements around encore/webpack
- Make master alias 3.x-dev #158
- Adding of a Webpack Encore section #174
- Include CSS files when copying files with Encore #177
- Comment temporary workaround for JSON files copy #179
- Replaced app/config/config.yml #191
- Fixed path to template ckeditor_widget.html.twig #198
- Update version.rst #196
- Builder config #188
- Fix typo in CONTRIBUTING.md #216
- update webpack encore module name to ckeditor4 #214
- No app/AppKernel.php anymore since SF 4 #219
- make .gitattributes up to date #218
- Update installation.rst #212
- Fix build and update badge #225
- Update LICENSE #226
fix License file #226
1.2.1 Update LICENSE (#226)
Symfony5
Symfony 5 support (#201) * Adjust dependencies * Fix command execute return type Co-authored-by: Lukas Kahwe Smith <[email protected]>
2.1.0
2.0.2
CHANGELOG
Added
- Exception when proxy URL is in a bad format
Fixed
- Twig deprecation errors
2.0.1
CHANGELOG
Fixed
- Deprecations on Symfony 4.2
2.0.0
CHANGELOG
Added
- Typehints and return types
Changed
- Minimum Symfony version is 3.4
- Minimum PHP version is 7.1
- Classes are now final
- Marker exception is now an interface that implements throwable
- Twig is now a required dependency and only templating engine this library supports
- CKEditorType Form Type now accepts only 1 argument of type
FOS\CKEditorBundle\Config\CKEditorConfigurationInterface
Removed
- Nullable constructor arguments on most services
- All Model Managers and their Exception classes
- Getters and setters from the CKEditorType Form Type
- Symfony/templating along with PHP templates
- Composer Script Class
Fixed
- Zip archive download behind proxy
2.0.0-RC1
First 2.0.0 release candidate
CHANGELOG
Added
- Typehints and return types
Changed
- Minimum Symfony version is 3.4
- Minimum PHP version is 7.1
- Classes are now final
- Marker exception is now an interface that implements throwable
- Twig is now a required dependency and only templating engine this library supports
- CKEditorType Form Type now accepts only 1 argument of type
FOS\CKEditorBundle\Config\CKEditorConfigurationInterface
Removed
- Nullable constructor arguments on most services
- All Model Managers and their Exception classes
- Getters and setters from the CKEditorType Form Type
- Symfony/templating along with PHP templates
- Composer Script Class
Fixed
- Zip archive download behind proxy