From af09b888b55099b47970645bb0bf7c94e878ac92 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Thu, 19 Sep 2019 11:40:50 +0300 Subject: [PATCH] Version 0.7.2 (#35) * Rename the plugin in the admin too * Match the Composer license info * Bump the version number * Add changelog * Bump CI PHP versions --- .travis.yml | 6 ++++-- changelog.md | 5 +++++ package.json | 2 +- plugin.php | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index a5b200c..edd406e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ +dist: xenial + language: php php: - - 7.0 - - 5.6 + - "7.2" + - "5.6" install: - composer install diff --git a/changelog.md b/changelog.md index f3a6675..901bfc4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,10 @@ # Changelog +## 0.7.2 (September 19, 2019) + +- Rename the plugin to "Controls for Contact Form 7" for trademark compliance. +- Mark as tested with WordPress 5.2. + ## 0.7.1 (April 3, 2019) - Documentation update to link to our [new homepage](https://formcontrols.com). diff --git a/package.json b/package.json index 5379e0b..ad2d23a 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "wordpress", "wordpress plugin" ], - "license": "GPL-2.0", + "license": "GPL-2.0-or-later", "devDependencies": { "eslint": "^6.4.0", "eslint-config-wordpress": "^2.0.0", diff --git a/plugin.php b/plugin.php index 94f5aab..f5156aa 100644 --- a/plugin.php +++ b/plugin.php @@ -1,11 +1,11 @@