Skip to content

Commit

Permalink
Merge pull request #69 from felipeelia/release/2.0.1
Browse files Browse the repository at this point in the history
[Release] Version 2.0.1
  • Loading branch information
felipeelia authored Sep 11, 2023
2 parents a27344b + cb49363 commit bf72cc8
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 10 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:**
Expand Down Expand Up @@ -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
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,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
Expand All @@ -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__ );

Expand Down
6 changes: 3 additions & 3 deletions languages/cf7-repeatable-fields.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0",
"version": "2.0.1",
"description": "Repeatable Fields Add-on for Contact Form 7",
"license": "GPL-3.0+",
"main": "Gruntfile.js",
Expand Down
16 changes: 15 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit bf72cc8

Please sign in to comment.