Skip to content

Commit

Permalink
changelog and travis update
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed May 6, 2020
1 parent 482943c commit 1df746a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1df746a

Please sign in to comment.