- PHP has been bumped to 5.6.
- Symfony has been bumped to 2.7.
- All protected properties and methods have been updated to private except for entry points. This is mostly motivated for enforcing the encapsulation and easing backward compatibility. The same goes for the library.
The ivory_ordered_form.form_orderer_factory
service and ivory_ordered_form.form_orderer_factory.class
parameter has
been removed according to the changes done in the library. It has been replaced by the ivory_ordered_form.form_orderer
service and ivory_ordered_form.form_orderer.class
parameter.