Skip to content

2.0.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@kunicmarko20 kunicmarko20 released this 11 Nov 22:13
· 48 commits to 2.x since this 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