Skip to content

Commit da7ecea

Browse files
committed
Release 3.0.0
1 parent 25c2c32 commit da7ecea

File tree

7 files changed

+42
-8
lines changed

7 files changed

+42
-8
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: 2.0.0
8+
Stable tag: 3.0.0
99
Requires PHP: 8.1
1010
License: GPL-2.0-or-later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html

CHANGELOG.md

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

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

5+
#### [3.0.0](https://github.com/AlecRust/brevwoo/releases/tag/3.0.0)
6+
7+
> 26 February 2026
8+
9+
- Refactor Brevo API integration [`25c2c32`](https://github.com/AlecRust/brevwoo/commit/25c2c323052e29c9b7e75b630bc708bcba8f89b2)
10+
- Bump Composer dependencies [`1b00ea0`](https://github.com/AlecRust/brevwoo/commit/1b00ea0c3dd7a3d46f93828a8e04c41412422bef)
11+
- Raise minimum PHP to 8.2 and align CI [`3326a24`](https://github.com/AlecRust/brevwoo/commit/3326a2483d73be480e602bbd20326161399d4609)
12+
- Bump Composer dependencies [`b763c66`](https://github.com/AlecRust/brevwoo/commit/b763c66b00369c7fc75476226f2da1e2f14a0345)
13+
- Bump npm dependencies [`1f4e142`](https://github.com/AlecRust/brevwoo/commit/1f4e14229d2fc6fb4cf37e2255194284e3bc9675)
14+
- Raise minimum PHP to 8.1 and align CI [`18254b5`](https://github.com/AlecRust/brevwoo/commit/18254b5ee9fc01d27252470bd8a839fbf7576717)
15+
- Improve plugin description [`822b3f7`](https://github.com/AlecRust/brevwoo/commit/822b3f71c97376861e13ef62ede4c8d36720f191)
16+
- Fix release-it GitHub releases [`eeb2222`](https://github.com/AlecRust/brevwoo/commit/eeb22221ecbe13c4dcb0d215b84a2f9d0f27c404)
17+
518
#### [2.0.0](https://github.com/AlecRust/brevwoo/releases/tag/2.0.0)
619

720
> 14 December 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 on product purchase.
6-
* Version: 2.0.0
6+
* Version: 3.0.0
77
* Requires at least: 6.4
88
* Tested up to: 6.9
99
* Requires PHP: 8.2
@@ -36,7 +36,7 @@
3636
/**
3737
* Plugin version.
3838
*/
39-
define( 'BREVWOO_VERSION', '2.0.0' );
39+
define( 'BREVWOO_VERSION', '3.0.0' );
4040

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

changelog.txt

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

3+
2026-02-26 - version 3.0.0
4+
* Refactor Brevo API integration
5+
* Bump Composer dependencies
6+
* Raise minimum PHP to 8.2 and align CI
7+
* Bump Composer dependencies
8+
* Bump npm dependencies
9+
* Raise minimum PHP to 8.1 and align CI
10+
* Improve plugin description
11+
* Fix release-it GitHub releases
12+
313
2025-12-14 - version 2.0.0
414
* Fix admin PHP warning output
515
* Add development login instructions to docs

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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "Add WooCommerce customers to Brevo on product purchase.",
55
"author": "Alec Rust (https://www.alecrust.com/)",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: alecrust
33
Tags: marketing, automation, sendinblue, brevo, woocommerce
44
Requires at least: 6.4
55
Tested up to: 6.9
6-
Stable tag: 2.0.0
7-
Requires PHP: 8.2
6+
Stable tag: 3.0.0
7+
Requires PHP: 8.1
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -72,6 +72,17 @@ You may or may not need any of the three plugins, check the features of each to
7272

7373
== Changelog ==
7474

75+
= 3.0.0 - 2026-02-26 =
76+
77+
* Refactor Brevo API integration
78+
* Bump Composer dependencies
79+
* Raise minimum PHP to 8.2 and align CI
80+
* Bump Composer dependencies
81+
* Bump npm dependencies
82+
* Raise minimum PHP to 8.1 and align CI
83+
* Improve plugin description
84+
* Fix release-it GitHub releases
85+
7586
= 2.0.0 - 2025-12-14 =
7687

7788
* Fix admin PHP warning output

0 commit comments

Comments
 (0)