Skip to content

Commit 16eb538

Browse files
committed
Release 3.0.1
1 parent bd6f55e commit 16eb538

File tree

7 files changed

+20
-7
lines changed

7 files changed

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

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

5+
#### [3.0.1](https://github.com/AlecRust/brevwoo/releases/tag/3.0.1)
6+
7+
> 26 February 2026
8+
9+
- Improve deploy reliability [`bd6f55e`](https://github.com/AlecRust/brevwoo/commit/bd6f55e4b2b0079fa5bc3fe42533d3476b4e51c2)
10+
511
#### [3.0.0](https://github.com/AlecRust/brevwoo/releases/tag/3.0.0)
612

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

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

changelog.txt

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

3+
2026-02-26 - version 3.0.1
4+
* Improve deploy reliability
5+
36
2026-02-26 - version 3.0.0
47
* Refactor Brevo API integration
58
* Bump Composer dependencies

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.0",
3+
"version": "3.0.1",
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: 5 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.0
6+
Stable tag: 3.0.1
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,10 @@ You may or may not need any of the three plugins, check the features of each to
7272

7373
== Changelog ==
7474

75+
= 3.0.1 - 2026-02-26 =
76+
77+
* Improve deploy reliability
78+
7579
= 3.0.0 - 2026-02-26 =
7680

7781
* Refactor Brevo API integration

0 commit comments

Comments
 (0)