All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
3.4.1 - 2018-02-02
- Switch all templates references to Twig namespaced syntax
- Switch from templating service to sonata.templating
- Fixed form initialisation in sf3+
3.4.0 - 2017-12-07
- Possibility to configure size of the image returned to ckeditor after upload.
- Added Russian translations
- Rollback to PHP 5.6 as minimum support.
- Changed internal folder structure to
src
,tests
anddocs
- It is now allowed to install Symfony 4
- Fix for getRuntime on Symfony older than 3.4
- Removed BC layer for older symfony versions
3.3.0 - 2017-10-22
- Support for old versions of PHP and Symfony.
3.2.3 - 2017-09-19
- Fixed passing null to transformer
3.2.2 - 2017-06-14
- Fix the files browser view
- Fixed twig 2 bug when updating rich text
3.2.1 - 2017-03-23
- Added compatibility with 4.0 of admin bundle and media bundle
- Add compatibility with
egeloen/ckeditor-bundle 5.0
- Fixed issue with saving
sonata.formatter.block.formatter
when using within SonataAdminBundle (or Sonata sandbox project) - Twig 2.0 compatibility
- Use
request_stack
if it is present onCkEditorAdminController
- Improve the way we set custom
formTheme
for twig - Port minor fixes already applied on
SonataMediaBundle
media list
3.2.0 - 2017-03-01
- Added the possibility to use
templates
defined in yourivory_ckeditor.yml
in thesonata_formatter_type
andsonata_simple_formatter_type
- support for Twig 2.0
- not specifying the
default_formatter
configuration node is deprecated - specifying a logger through the
SonataFormatterBundle\Formatter\Pool
constructor is deprecated in favor of specifying it throughsetLogger
method - not specifying a default formatter to the
SonataFormatterBundle\Formatter\Pool
constructor
- Broken markitup header for rawhtml format in sonata_simple_formatter_type_widget
- Remove wrong implements from
TextFormatterExtension
3.1.0 - 2016-11-30
- Added
SonataAdminBundle
to suggest - Added
SonataMediaBundle
to suggest - Added support for
PluginManagerInterface
inFormatterType
andSimpleFormatterType
- Italian translation
- Fix overwriting formatter selection
- Field with
sonata_simple_formatter_type
widget in a block in sonata page's composer doesn't update - Fixed
FormatterType
for Symfony >=3.0 - Fixed duplicate translation on the format selector
- Removed deprecation warning for
AdminExtension
usage. - Fixed usage of
choice_translation_domain
inFormatterType
SimpleFormatterType
now compatible with Symfony 3
- internal test classes are now excluded from the autoloader
3.0.1 - 2016-05-22
- Remove not existent
CKEditorCompilerPass
from bundle build.
3.0.0 - 2016-05-21
- Update IvoryCKEditorBundle to version 3.x.
- Bump
egeloen/ckeditor-bundle
required version to 4.0.