Skip to content

Commit

Permalink
egeloen/ckeditor-bundle ^4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
soullivaneuh committed May 21, 2016
1 parent efe580a commit 48f4dd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [3.0.0](https://github.com/sonata-project/SonataAdminBundle/compare/2.3.4...3.0.0) - 2016-05-21
### Changed
- Update [IvoryCKEditorBundle](https://github.com/egeloen/IvoryCKEditorBundle) to version 3.x.
- Bump `egeloen/ckeditor-bundle` required version to 4.0.
4 changes: 2 additions & 2 deletions UPGRADE-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ UPGRADE FROM 2.3 to 3.0

## IvoryCKEditorBundle upgrade

Update [IvoryCKEditorBundle](https://github.com/egeloen/IvoryCKEditorBundle) to version 3.x.
Update [IvoryCKEditorBundle](https://github.com/egeloen/IvoryCKEditorBundle) to version 4.x.

The old `{{ ckeditor_replace() }}` twig function has been replaced by `{{ckeditor_widget() }}`.
The old `{{ ckeditor_replace() }}` twig function has been replaced by `{{ ckeditor_widget() }}`.

This introduce the new `inline` option of CKEditor plugin.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"symfony/property-access": "^2.3 || ^3.0",
"twig/twig": "^1.12",
"knplabs/knp-markdown-bundle": "^1.4",
"egeloen/ckeditor-bundle": "^2.5 || ^3.0 || ^4.0",
"egeloen/ckeditor-bundle": "^4.0",
"sonata-project/block-bundle": "^3.0",
"sonata-project/core-bundle": "^3.0"
},
Expand Down

0 comments on commit 48f4dd7

Please sign in to comment.