diff --git a/.cliff/cliff-readme-txt.toml b/.cliff/cliff-readme-txt.toml index 6a25b76..0a69a6a 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.5 +Stable tag: 1.0.6 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 1cd77f1..c976b9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +#### [1.0.6](https://github.com/AlecRust/brevwoo/releases/tag/1.0.6) + +> 12 April 2024 + +- Bump release-it version [`6a9af88`](https://github.com/AlecRust/brevwoo/commit/6a9af8872b0f167127110053acf6258b7d336d31) +- Tidy README [`f0e85b8`](https://github.com/AlecRust/brevwoo/commit/f0e85b858b3d4448bf676083e72122a537d158aa) +- Don't activate WooCommerce by default in plugin demo [`28fb5fc`](https://github.com/AlecRust/brevwoo/commit/28fb5fc67f7b1280b2547edf8541a08ea4e04be7) + #### [1.0.5](https://github.com/AlecRust/brevwoo/releases/tag/1.0.5) > 11 April 2024 diff --git a/brevwoo.php b/brevwoo.php index e13ae6e..ae8b972 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.5 + * Version: 1.0.6 * Author: Alec Rust * Author URI: https://www.alecrust.com/ * Developer: Alec Rust @@ -33,7 +33,7 @@ /** * Plugin version. */ -define( 'BREVWOO_VERSION', '1.0.5' ); +define( 'BREVWOO_VERSION', '1.0.6' ); /** * Load core plugin class defining all hooks. diff --git a/changelog.txt b/changelog.txt index da6b37c..27293d4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ == Changelog == +2024-04-12 - version 1.0.6 +* Bump release-it version +* Tidy README +* Don't activate WooCommerce by default in plugin demo + 2024-04-11 - version 1.0.5 * Simplify features list * Improve plugin icon and banner diff --git a/package-lock.json b/package-lock.json index a74c2b9..49ece3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "brevwoo", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "brevwoo", - "version": "1.0.5", + "version": "1.0.6", "license": "GPL-2.0-or-later", "devDependencies": { "@release-it/bumper": "^6.0.1", diff --git a/package.json b/package.json index 08369f6..a587856 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "brevwoo", - "version": "1.0.5", + "version": "1.0.6", "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 2e2023e..b1d3424 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.5 +Stable tag: 1.0.6 Requires PHP: 7.4 License: GPL-2.0-or-later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -72,6 +72,12 @@ You may or may not need any of the three plugins, check the features of each to == Changelog == += 1.0.6 - 2024-04-12 = + +* Bump release-it version +* Tidy README +* Don't activate WooCommerce by default in plugin demo + = 1.0.5 - 2024-04-11 = * Simplify features list