Skip to content

Commit

Permalink
Version 0.7.2 (#35)
Browse files Browse the repository at this point in the history
* Rename the plugin in the admin too

* Match the Composer license info

* Bump the version number

* Add changelog

* Bump CI PHP versions
  • Loading branch information
kasparsd authored Sep 19, 2019
1 parent c41f123 commit af09b88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
dist: xenial

language: php

php:
- 7.0
- 5.6
- "7.2"
- "5.6"

install:
- composer install
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php
/**
* Plugin Name: Contact Form 7 Controls
* Plugin Name: Controls for Contact Form 7
* Description: Simple controls for the advanced functionality of Contact Form 7.
* Plugin URI: https://formcontrols.com
* Author: Kaspars Dambis
* Author URI: https://formcontrols.com
* Version: 0.7.1
* Version: 0.7.2
* License: GPL2
* Text Domain: contact-form-7-extras
*/
Expand Down

0 comments on commit af09b88

Please sign in to comment.