Skip to content

Commit b2144c9

Browse files
committed
Release 3.0.2
1 parent 5af168c commit b2144c9

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-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: 3.0.1
8+
Stable tag: 3.0.2
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
#### [3.0.2](https://github.com/AlecRust/brevwoo/releases/tag/3.0.2)
6+
7+
> 26 February 2026
8+
9+
- Harden Brevo runtime error handling [`5af168c`](https://github.com/AlecRust/brevwoo/commit/5af168c42e1c375514e38bbc89a28f0ae1e2458a)
10+
- Update distignore [`102b11f`](https://github.com/AlecRust/brevwoo/commit/102b11fd4bc2078e11dc0b0111b4f58fb91fdd1f)
11+
512
#### [3.0.1](https://github.com/AlecRust/brevwoo/releases/tag/3.0.1)
613

714
> 26 February 2026

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: 3.0.1
6+
* Version: 3.0.2
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', '3.0.1' );
39+
define( 'BREVWOO_VERSION', '3.0.2' );
4040

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

changelog.txt

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

3+
2026-02-26 - version 3.0.2
4+
* Harden Brevo runtime error handling
5+
* Update distignore
6+
37
2026-02-26 - version 3.0.1
48
* Improve deploy reliability
59

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": "3.0.1",
3+
"version": "3.0.2",
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: 6 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: 3.0.1
6+
Stable tag: 3.0.2
77
Requires PHP: 8.1
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -72,6 +72,11 @@ You may or may not need any of the three plugins, check the features of each to
7272

7373
== Changelog ==
7474

75+
= 3.0.2 - 2026-02-26 =
76+
77+
* Harden Brevo runtime error handling
78+
* Update distignore
79+
7580
= 3.0.1 - 2026-02-26 =
7681

7782
* Improve deploy reliability

0 commit comments

Comments
 (0)