Skip to content

Commit 8addd0a

Browse files
committed
Release 2.0.0
1 parent 7dc1de6 commit 8addd0a

File tree

7 files changed

+53
-7
lines changed

7 files changed

+53
-7
lines changed

.cliff/cliff-readme-txt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Contributors: alecrust
55
Tags: marketing, automation, sendinblue, brevo, woocommerce
66
Requires at least: 6.4
77
Tested up to: 6.9
8-
Stable tag: 1.0.13
8+
Stable tag: 2.0.0
99
Requires PHP: 8.0
1010
License: GPL-2.0-or-later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
#### [2.0.0](https://github.com/AlecRust/brevwoo/releases/tag/2.0.0)
6+
7+
> 14 December 2025
8+
9+
- Fix admin PHP warning output [`7dc1de6`](https://github.com/AlecRust/brevwoo/commit/7dc1de63856f0ae9e4e41bc1346f319240d7aa61)
10+
- Add development login instructions to docs [`26b8775`](https://github.com/AlecRust/brevwoo/commit/26b877575901cf1a0cb723959e05d00bb4d7d16b)
11+
- Improve robustness of product lists [`c317ea1`](https://github.com/AlecRust/brevwoo/commit/c317ea17c4d874e753a530b5e00aa2b7a0fb1436)
12+
- Tweak docblock type annotation [`faae4c1`](https://github.com/AlecRust/brevwoo/commit/faae4c11c4ca8bf6251f2b074f0be12e4e1fe506)
13+
- Increase minimum WP and WC versions [`d26c463`](https://github.com/AlecRust/brevwoo/commit/d26c46397aff7cf6f8d478b558c8576e86725212)
14+
- Increase minimum WP version 4.6 -> 5.6 [`80bde2a`](https://github.com/AlecRust/brevwoo/commit/80bde2a41096c7b774600b05a7e11eb723f5dcdc)
15+
- Adjust PHP version checking [`be7facb`](https://github.com/AlecRust/brevwoo/commit/be7facb51cef67cfdd4d1d5d235d3f9e07f47cb8)
16+
- Update WordPress 'Tested up to' version to 6.9 [`0e00e89`](https://github.com/AlecRust/brevwoo/commit/0e00e89a145b6ab42f20892560654e5d6c76025b)
17+
- Rebuild Composer lockfile [`3c51110`](https://github.com/AlecRust/brevwoo/commit/3c511102fe236689cc7b484f69aad45ad0dbdb9c)
18+
- Bump development dependencies [`61db363`](https://github.com/AlecRust/brevwoo/commit/61db363f40567febad4e9fb164706e91c9d4ee73)
19+
- Update dependency getbrevo/brevo-php to v2.0.14 (#16) [`202208b`](https://github.com/AlecRust/brevwoo/commit/202208b3592e821988011ba77de980e48acfabcf)
20+
- Bump actions/checkout from 5 to 6 (#15) [`2893625`](https://github.com/AlecRust/brevwoo/commit/289362517cba05e2ead0fb9783e8922316715026)
21+
522
#### [1.0.13](https://github.com/AlecRust/brevwoo/releases/tag/1.0.13)
623

724
> 24 October 2025

brevwoo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: BrevWoo
44
* Plugin URI: https://github.com/AlecRust/brevwoo
55
* Description: Add WooCommerce customers to Brevo the simple way.
6-
* Version: 1.0.13
6+
* Version: 2.0.0
77
* Requires at least: 6.4
88
* Tested up to: 6.9
99
* Requires PHP: 8.0
@@ -36,7 +36,7 @@
3636
/**
3737
* Plugin version.
3838
*/
39-
define( 'BREVWOO_VERSION', '1.0.13' );
39+
define( 'BREVWOO_VERSION', '2.0.0' );
4040

4141
/**
4242
* Load core plugin class defining all hooks.

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
== Changelog ==
22

3+
2025-12-14 - version 2.0.0
4+
* Fix admin PHP warning output
5+
* Add development login instructions to docs
6+
* Improve robustness of product lists
7+
* Tweak docblock type annotation
8+
* Increase minimum WP and WC versions
9+
* Increase minimum WP version 4.6 -> 5.6
10+
* Adjust PHP version checking
11+
* Update WordPress 'Tested up to' version to 6.9
12+
* Rebuild Composer lockfile
13+
* Bump development dependencies
14+
* Update dependency getbrevo/brevo-php to v2.0.14 (#16)
15+
* Bump actions/checkout from 5 to 6 (#15)
16+
317
2025-10-24 - version 1.0.13
418
* Rebuild Composer lockfile
519
* Bump actions/setup-node from 5 to 6 (#14)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brevwoo",
3-
"version": "1.0.13",
3+
"version": "2.0.0",
44
"description": "Add WooCommerce customers to Brevo the simple way.",
55
"author": "Alec Rust (https://www.alecrust.com/)",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: alecrust
33
Tags: marketing, automation, sendinblue, brevo, woocommerce
44
Requires at least: 6.4
55
Tested up to: 6.9
6-
Stable tag: 1.0.13
6+
Stable tag: 2.0.0
77
Requires PHP: 8.0
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -72,6 +72,21 @@ You may or may not need any of the three plugins, check the features of each to
7272

7373
== Changelog ==
7474

75+
= 2.0.0 - 2025-12-14 =
76+
77+
* Fix admin PHP warning output
78+
* Add development login instructions to docs
79+
* Improve robustness of product lists
80+
* Tweak docblock type annotation
81+
* Increase minimum WP and WC versions
82+
* Increase minimum WP version 4.6 -> 5.6
83+
* Adjust PHP version checking
84+
* Update WordPress 'Tested up to' version to 6.9
85+
* Rebuild Composer lockfile
86+
* Bump development dependencies
87+
* Update dependency getbrevo/brevo-php to v2.0.14 (#16)
88+
* Bump actions/checkout from 5 to 6 (#15)
89+
7590
= 1.0.13 - 2025-10-24 =
7691

7792
* Rebuild Composer lockfile

0 commit comments

Comments
 (0)