Skip to content

Commit

Permalink
Update version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Dec 11, 2019
1 parent 32f2716 commit 85dd31c
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 ##

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cf7-repeatable-fields.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 8 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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 ==

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 85dd31c

Please sign in to comment.