diff --git a/.cliff/cliff-readme-txt.toml b/.cliff/cliff-readme-txt.toml index 9c560ae..8b4c252 100644 --- a/.cliff/cliff-readme-txt.toml +++ b/.cliff/cliff-readme-txt.toml @@ -5,7 +5,7 @@ Contributors: alecrust Tags: marketing, automation, sendinblue, brevo, woocommerce Requires at least: 4.6 Tested up to: 6.5 -Stable tag: 1.0.3 +Stable tag: 1.0.4 Requires PHP: 7.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/CHANGELOG.md b/CHANGELOG.md index fa1cd79..40a753e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +#### [1.0.4](https://github.com/AlecRust/brevwoo/releases/tag/1.0.4) + +> 11 April 2024 + +- Fix error submitting form when "Default Brevo lists" is not rendered [`4081383`](https://github.com/AlecRust/brevwoo/commit/40813831df6b9df8b25e34312faa14c23e06c303) + #### [1.0.3](https://github.com/AlecRust/brevwoo/releases/tag/1.0.3) > 11 April 2024 diff --git a/brevwoo.php b/brevwoo.php index dd72236..c7de0a1 100755 --- a/brevwoo.php +++ b/brevwoo.php @@ -3,7 +3,7 @@ * Plugin Name: BrevWoo * Plugin URI: http://github.com/AlecRust/brevwoo * Description: Add WooCommerce customers to Brevo the simple way. - * Version: 1.0.3 + * Version: 1.0.4 * Author: Alec Rust * Author URI: https://www.alecrust.com/ * Developer: Alec Rust @@ -33,7 +33,7 @@ /** * Plugin version. */ -define( 'BREVWOO_VERSION', '1.0.3' ); +define( 'BREVWOO_VERSION', '1.0.4' ); /** * Load core plugin class defining all hooks. diff --git a/changelog.txt b/changelog.txt index 9f0903d..49380bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ == Changelog == +2024-04-11 - version 1.0.4 +* Fix error submitting form when "Default Brevo lists" is not rendered + 2024-04-11 - version 1.0.3 * Fix changelogs * Remove --latest from git-cliff command diff --git a/package-lock.json b/package-lock.json index 7189a3c..6fb8579 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brevwoo", - "version": "1.0.3", + "version": "1.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "brevwoo", - "version": "1.0.3", + "version": "1.0.4", "license": "GPL-2.0-or-later", "devDependencies": { "@release-it/bumper": "^6.0.1", diff --git a/package.json b/package.json index eb47545..b6c7ae8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brevwoo", - "version": "1.0.3", + "version": "1.0.4", "description": "Add WooCommerce customers to Brevo the simple way.", "author": "Alec Rust (https://www.alecrust.com/)", "license": "GPL-2.0-or-later", diff --git a/readme.txt b/readme.txt index 50ca42d..35ad3c9 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: alecrust Tags: marketing, automation, sendinblue, brevo, woocommerce Requires at least: 4.6 Tested up to: 6.5 -Stable tag: 1.0.3 +Stable tag: 1.0.4 Requires PHP: 7.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -72,6 +72,10 @@ Yes, the plugin uses the list ID, not the list name, so renaming a list in Brevo == Changelog == += 1.0.4 - 2024-04-11 = + +* Fix error submitting form when "Default Brevo lists" is not rendered + = 1.0.3 - 2024-04-11 = * Fix changelogs