From fa57f69325ad98c46496688f4ef2a52223a675d0 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Mon, 11 Sep 2023 17:49:43 -0300 Subject: [PATCH 1/3] Version bump --- cf7-repeatable-fields.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cf7-repeatable-fields.php b/cf7-repeatable-fields.php index d7d0369..9e70180 100644 --- a/cf7-repeatable-fields.php +++ b/cf7-repeatable-fields.php @@ -3,7 +3,7 @@ * 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: 2.0.0 + * Version: 2.0.1 * Requires at least: 6.0 * Requires PHP: 7.2 * Author: Felipe Elia @@ -17,7 +17,7 @@ defined( 'ABSPATH' ) || exit; -define( 'CF7_REPEATABLE_FIELDS_VERSION', '2.0.0' ); +define( 'CF7_REPEATABLE_FIELDS_VERSION', '2.0.1' ); define( 'CF7_REPEATABLE_FIELDS_FILE', __FILE__ ); define( 'CF7_REPEATABLE_FIELDS_DIR', __DIR__ ); diff --git a/package-lock.json b/package-lock.json index dde871b..0f24212 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cf7-repeatable-fields", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "cf7-repeatable-fields", - "version": "2.0.0", + "version": "2.0.1", "license": "GPL-3.0+", "devDependencies": { "@10up/cypress-wp-utils": "^0.2.0", diff --git a/package.json b/package.json index aeece6f..79a9774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cf7-repeatable-fields", - "version": "2.0.0", + "version": "2.0.1", "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 564eeb4..a76c484 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: felipeelia Donate link: https://felipeelia.dev/contact-form-7-repeatable-fields/ Tags: contact form 7, cf7, repeater, repeatable Tested up to: 6.3 -Stable tag: 2.0.0 +Stable tag: 2.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html From a773d6b1e8834b1ec5c5ddee3bb36c5be7fa3b60 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Mon, 11 Sep 2023 17:57:16 -0300 Subject: [PATCH 2/3] Changelog --- CHANGELOG.md | 17 ++++++++++++++++- readme.txt | 14 ++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e6d3c4..d2038ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,20 @@ All notable changes to this project will be documented in this file, per [the Ke ### Security --> +## [2.0.1] - 2023-09-11 + +### Added + +* End-to-end tests foundation. Props [@felipeelia](https://github.com/felipeelia) via [#64](https://github.com/10up/ElasticPress/pull/64). + +### Changed + +* Removed unnecessary files from final package. Props [@felipeelia](https://github.com/felipeelia) via [#63](https://github.com/10up/ElasticPress/pull/63). + +### Fixed + +* Required checkbox not showing validation messages. Props [@felipeelia](https://github.com/felipeelia) via [#62](https://github.com/10up/ElasticPress/pull/62). + ## [2.0.0] - 2023-07-23 **Note that this version changes minimum required versions of:** @@ -71,7 +85,8 @@ This release marks the (slow) resumption of this plugin development. If you want * Initial release -[Unreleased]: https://github.com/felipeelia/cf7-repeatable-fields/compare/2.0.0...trunk +[Unreleased]: https://github.com/felipeelia/cf7-repeatable-fields/compare/2.0.1...trunk +[2.0.1]: https://github.com/felipeelia/cf7-repeatable-fields/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/felipeelia/cf7-repeatable-fields/compare/1.1.3...2.0.0 [1.1.3]: https://github.com/felipeelia/cf7-repeatable-fields/compare/1.1.2...1.1.3 [1.1.2]: https://github.com/felipeelia/cf7-repeatable-fields/compare/1.1.1...1.1.2 diff --git a/readme.txt b/readme.txt index a76c484..ce2af94 100644 --- a/readme.txt +++ b/readme.txt @@ -68,6 +68,20 @@ Yes! Give a look at the [Frequently Asked Questions](https://github.com/felipeel == Changelog == += 2.0.1 - 2023-09-11 = + +__Added:__ + +* End-to-end tests foundation. + +__Changed:__ + +* Removed unnecessary files from final package. + +__Fixed:__ + +* Required checkbox not showing validation messages. + = 2.0.0 - 2023-07-23 = **Note that this version changes minimum required versions of:** From cb4936379708549b7217821d723d7b450c1ccca7 Mon Sep 17 00:00:00 2001 From: Felipe Elia Date: Mon, 11 Sep 2023 17:58:06 -0300 Subject: [PATCH 3/3] Update the .pot file --- languages/cf7-repeatable-fields.pot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/cf7-repeatable-fields.pot b/languages/cf7-repeatable-fields.pot index 3a32987..f156cc3 100644 --- a/languages/cf7-repeatable-fields.pot +++ b/languages/cf7-repeatable-fields.pot @@ -2,16 +2,16 @@ # This file is distributed under the GPLv2 or later. msgid "" msgstr "" -"Project-Id-Version: Contact Form 7 - Repeatable Fields 2.0.0\n" +"Project-Id-Version: Contact Form 7 - Repeatable Fields 2.0.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/cf7-repeatable-fields\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-07-23T19:32:06+00:00\n" +"POT-Creation-Date: 2023-09-11T20:57:52+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"X-Generator: WP-CLI 2.7.1\n" +"X-Generator: WP-CLI 2.8.1\n" "X-Domain: cf7-repeatable-fields\n" #. Plugin Name of the plugin