Skip to content

Releases: FriendsOfSymfony/FOSCKEditorBundle

Symfony 7.0 support

31 Jan 07:36
9d4cd4f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0 - Symfony 6.0

21 Jan 07:50
a4df405
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

Moved to GithubActions, lots of improvements around encore/webpack

11 Jan 07:56
Compare
Choose a tag to compare
  • 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

26 Dec 13:11
f61d11d
Compare
Choose a tag to compare
1.2.1

Update LICENSE (#226)

Symfony5

31 Dec 10:23
Compare
Choose a tag to compare
Symfony 5 support (#201)

* Adjust dependencies

* Fix command execute return type

Co-authored-by: Lukas Kahwe Smith <smith@pooteeweet.org>

2.1.0

17 Apr 13:49
Compare
Choose a tag to compare

Added

  • Support for downloading custom ckeditor build (#183)

2.0.2

05 Mar 21:06
ca2b528
Compare
Choose a tag to compare

CHANGELOG

Added

  • Exception when proxy URL is in a bad format

Fixed

  • Twig deprecation errors

2.0.1

15 Dec 15:17
Compare
Choose a tag to compare

CHANGELOG

Fixed

  • Deprecations on Symfony 4.2

2.0.0

25 Nov 23:16
Compare
Choose a tag to compare

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

11 Nov 22:13
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

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