From 85dd31cc2b71037d15a2dde564162fa1039b2333 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Wed, 11 Dec 2019 00:59:32 -0300 Subject: [PATCH] Update version to 1.1.3 --- README.md | 10 ++++++++-- cf7-repeatable-fields.php | 4 ++-- changelog.txt | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- readme.txt | 10 ++++++++-- 6 files changed, 26 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f95d58f..e8f4d9f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 4.6 **Tested up to:** 5.3 **Requires PHP:** 5.3 -**Stable tag:** 1.1.2 +**Stable tag:** 1.1.3 **License:** GPLv2 or later **License URI:** http://www.gnu.org/licenses/gpl-2.0.html @@ -14,7 +14,7 @@ Adds repeatable groups of fields to Contact Form 7. ## Description ## This plugin adds repeatable groups of fields to Contact Form 7. -**NOTE:** Tested with Contact Form 7 5.1.4. +**NOTE:** Tested with Contact Form 7 5.1.6. ## Usage ## @@ -148,6 +148,12 @@ You can add that JS through your theme OR use some plugin like [Simple Custom CS To read the full list check our changelog.txt +### 1.1.3 ### + +* Update WP `Tested up to` field +* Apply WP Coding Standards +* Fix a small sanitation problem + ### 1.1.2 ### * Fix Exclusive Checkboxes diff --git a/cf7-repeatable-fields.php b/cf7-repeatable-fields.php index c1b50ad..39acfd4 100644 --- a/cf7-repeatable-fields.php +++ b/cf7-repeatable-fields.php @@ -3,9 +3,9 @@ * Plugin Name: Contact Form 7 - Repeatable Fields * Plugin URI: https://github.com/felipeelia/cf7-repeatable-fields * Description: An add-on plugin for Contact Form 7 that adds a repeatable group of fields functionality. - * Version: 1.1.2 + * Version: 1.1.3 * Author: Felipe Elia - * Author URI: https://felipeelia.com.br/ + * Author URI: https://felipeelia.dev/ * Text Domain: cf7-repeatable-fields * Domain Path: /languages * License: GPLv2 or later diff --git a/changelog.txt b/changelog.txt index b144159..6d158aa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -26,3 +26,9 @@ = 1.1.2 - 2019/10/10 = * Fix Exclusive Checkboxes + += 1.1.3 - 2019/12/11 = + +* Update WP `Tested up to` field +* Apply WP Coding Standards +* Fix a small sanitation problem diff --git a/package-lock.json b/package-lock.json index 0867729..6b24610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "cf7-repeatable-fields", - "version": "1.1.2", + "version": "1.1.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f8e91b0..59ea968 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf7-repeatable-fields", - "version": "1.1.2", + "version": "1.1.3", "description": "Repeatable Fields Add-on for Contact Form 7", "license": "GPL-3.0+", "main": "Gruntfile.js", diff --git a/readme.txt b/readme.txt index 6488c15..8a35802 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: contact form 7, cf7, repeater, repeatable Requires at least: 4.6 Tested up to: 5.3 Requires PHP: 5.3 -Stable tag: 1.1.2 +Stable tag: 1.1.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -14,7 +14,7 @@ Adds repeatable groups of fields to Contact Form 7. == Description == This plugin adds repeatable groups of fields to Contact Form 7. -**NOTE:** Tested with Contact Form 7 5.1.4. +**NOTE:** Tested with Contact Form 7 5.1.6. == Usage == @@ -148,6 +148,12 @@ You can add that JS through your theme OR use some plugin like [Simple Custom CS To read the full list check our changelog.txt += 1.1.3 = + +* Update WP `Tested up to` field +* Apply WP Coding Standards +* Fix a small sanitation problem + = 1.1.2 = * Fix Exclusive Checkboxes