Skip to content

v1.0

Compare
Choose a tag to compare
@MarioBlazek MarioBlazek released this 17 Feb 17:05
· 218 commits to master since this release
  • ability to render recipient, sender and subject from template.
  • more descriptive exception classes.
  • more descriptive error logging.
  • extracted mailer to a separate class.
  • Events class is set as final.
  • factory classes moved to separate services .yml file.
  • InformationCollectionTrait.
  • EmailDataFactory does not require ContentTypeService anymore.
  • InformationCollectionController implements ContainerAwareInterface.
  • Actions priority.
  • Action can be marked as crucial with CrucialActionInterface.
  • eZ 5 compatibility ( InformationCollectionLegacyController and InformationCollectionLegacyTrait ).
  • exposed collected data to email and full view template.
  • disabled http cache in controllers ( thanks @emodric ).
  • CSRF token enabled by default ( thanks @emodric ).
  • ActionRegistry relies on kernel.debug parameter to throw or ignore exceptions.