From 1df746a4b9cf983b0d272bb8ff625406c2850b41 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Wed, 6 May 2020 19:53:08 +0200 Subject: [PATCH] changelog and travis update --- .travis.yml | 1 - CHANGELOG.md | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9d1a20c..317f6a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,6 @@ php: matrix: allow_failures: - php: nightly - - php: 7.4 before_script: - if [[ "$TRAVIS_PHP_VERSION" == "7.1" ]]; then PHPUNIT_FLAGS="--coverage-clover build/logs/clover.xml"; fi - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a2ae7d..ae27697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ In order to read more about upgrading and BC breaks have a look at the [UPGRADE ## 1.0.4 (6. May 2020) ++ Update CDN links from 4.3.1 to 4.4.1. + Added new `checkboxSwitch()` option for ActiveField in Bootstrap 4 Form Widget. ++ Added PHP 7.4 tests to Travis. ## 1.0.3 (22. October 2019)