Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 861 Bytes

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 861 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[3.0.0] - 2020-04-06

  • Add support for eZ Platform v3
  • Drop support for eZ Platform v1 & v2

[2.0.2] - 2018-25-09

Added

  • Enabled Scrutinizer service

Fixed

  • Fix for Relation field type handler by @amirkokla
  • Fix for Country field type handler by @SofLesc

[2.0.1] - 2017-13-07

  • Bug fix - check against null when adding validator in Integer handler ( by @darinda )

[2.0] - 2017-24-04

Added

  • PSR-4 dev autoload for tests
  • bundle and tests directories
  • started using keepachangelog convention
  • test classes now extend TestCase rather than PHPUnit_Framework_TestCase
  • Symfony 3 compatibility