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