- Doctrine ORM support
- PHP 7 support
- 2014-08-20: Made the rest controller more generic to lay the ground work to support custom workflows
- 2014-06-06: Updated to PSR-4 autoloading
Release 1.1.0
- 2014-05-05: Support symfony setups not running in the webserver root.
- 2014-04-27: Security was refactored to work consistently and reliably. The RestController::performSecurityChecks method was removed and replaced with the AccessCheckerInterface service. The configuration did not need to be changed.
- 2014-04-11: drop Symfony 2.2 compatibility
- 2014-02-28: Updated the default create.js version to be installed by the
script handler to version a148ce9633535930d7b4b70cc1088102f5c5eb90 (2013-12-08)
The path to the vie.js file is now fixed and no longer
view/vie.js
.
- 2013-12-26: 1.0 allowed everybody to edit content if there was no
firewall configured on a route. This version is more secure, preventing
editing if there is no firewall configured. If you want to allow everybody
to edit content, set
cmf_create.role: false
. If you use this together with the MediaBundle, be sure to use at least 1.1.0 of MediaBundle or image upload will no longer be allowed.
- 2013-10-02: now requires MediaBundle 1.0.0-RC2 which added
UploadFileHelperInterface
- 2013-09-10: changed the default setting for the
role
option to ROLE_ADMIN. You hopefully already configure this option. If you really want a public writable page set the config optioncmf_create.role
to IS_AUTHENTICATED_ANONYMOUSLY - 2013-09-04: make CKEditor the default
- 2013-08-20: Changed configuration to match Bundle standards
- 2013-08-16: [Model] moved Image document, interface and logic to CmfMedia
, the
image.static_basepath
configuration is renamed toimage.basepath
- 2013-07-28: [DependencyInjection] added
enabled
flag toimage
config