FOSCKEditorBundle Versions Save

Provides a CKEditor integration for your Symfony project.

2.5.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfSymfony/FOSCKEditorBundle/compare/2.4.0...2.5.0

2.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/FriendsOfSymfony/FOSCKEditorBundle/compare/2.3.0...2.4.0

2.3.0

3 years ago
  • 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

1.2.1

3 years ago

2.2.0

4 years ago

2.1.0

5 years ago

Added

2.0.2

5 years ago

CHANGELOG

Added

  • Exception when proxy URL is in a bad format

Fixed

  • Twig deprecation errors

2.0.1

5 years ago

CHANGELOG

Fixed

  • Deprecations on Symfony 4.2

2.0.0

5 years ago

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

5 years ago

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