diff --git a/.travis.yml b/.travis.yml index 203bb97..1921c9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,3 @@ before_script: script: - phpunit --coverage-text --colors - Tests/Javascript/runner.py Tests/Javascript/test.html - -notifications: - email: - - tim+build@nagel.com.au diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fa2b1..ae3ab39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.0.6 (05/05/2016) + + * Move FormTypeInterface deprecation from ResizePolyFormListener to PolyCollectionType + * Fix issue with LegacyFormUtil not handling FormType instances in Symfony < 2.8 + 1.0.5 (28/04/2016) * Deprecated passing FormTypeInterfaces to Polycollection, to be removed in 2.0 @@ -23,5 +28,3 @@ 1.0.0 (16/06/2015) * Initial Stable release - - diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 766bb76..3527977 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,6 @@ -