Skip to content

Commit 8b66a8d

Browse files
committed
Release 1.0.11
1 parent e8f990e commit 8b66a8d

File tree

7 files changed

+47
-7
lines changed

7 files changed

+47
-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: 4.6
77
Tested up to: 6.8
8-
Stable tag: 1.0.10
8+
Stable tag: 1.0.11
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

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

5+
#### [1.0.11](https://github.com/AlecRust/brevwoo/releases/tag/1.0.11)
6+
7+
> 10 May 2025
8+
9+
- Update composer lock file to match config [`e8f990e`](https://github.com/AlecRust/brevwoo/commit/e8f990e3616239a64443e691e6a8607ea09dcd06)
10+
- Update "WC tested up to" version [`3f862d8`](https://github.com/AlecRust/brevwoo/commit/3f862d87d1ba4d4a4d1951e8e1715f27c2a93a10)
11+
- Update WordPress "Tested up to" to 6.8 [`bc8e768`](https://github.com/AlecRust/brevwoo/commit/bc8e768d8288c6f136d5d4ede68a90961aefda67)
12+
- Improve imports and fix linting [`82048fe`](https://github.com/AlecRust/brevwoo/commit/82048feb842bf84f25bf31c39331c7912e5d527f)
13+
- Change minimum PHP version 7.4 -> 8.0 [`1e58e4e`](https://github.com/AlecRust/brevwoo/commit/1e58e4e7e9670a6a3a93cc8bbe60cd18bd83c495)
14+
- Bump npm packages [`970a68b`](https://github.com/AlecRust/brevwoo/commit/970a68bcbeb5d550f8446df4434534cefa1273a5)
15+
- Bump Composer deps and CI PHP version [`69dbc17`](https://github.com/AlecRust/brevwoo/commit/69dbc17841634e0c830f0806d16615f9060faf89)
16+
- Bump npm dependencies [`dc5f781`](https://github.com/AlecRust/brevwoo/commit/dc5f7816093acddd8e5c87dfc26479984e822185)
17+
- Merge pull request #6 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile [`7a9b7cc`](https://github.com/AlecRust/brevwoo/commit/7a9b7cc1beda8ca12321f7893c6b28844177668b)
18+
- Update dependency getbrevo/brevo-php to v2.0.3 [`e9fa86a`](https://github.com/AlecRust/brevwoo/commit/e9fa86a654c355e8bb6f8554c29b780b14aae7af)
19+
520
#### [1.0.10](https://github.com/AlecRust/brevwoo/releases/tag/1.0.10)
621

722
> 15 September 2024

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: http://github.com/AlecRust/brevwoo
55
* Description: Add WooCommerce customers to Brevo the simple way.
6-
* Version: 1.0.10
6+
* Version: 1.0.11
77
* Author: Alec Rust
88
* Author URI: https://www.alecrust.com/
99
* Developer: Alec Rust
@@ -33,7 +33,7 @@
3333
/**
3434
* Plugin version.
3535
*/
36-
define( 'BREVWOO_VERSION', '1.0.10' );
36+
define( 'BREVWOO_VERSION', '1.0.11' );
3737

3838
/**
3939
* Load core plugin class defining all hooks.

changelog.txt

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

3+
2025-05-10 - version 1.0.11
4+
* Update composer lock file to match config
5+
* Update "WC tested up to" version
6+
* Update WordPress "Tested up to" to 6.8
7+
* Improve imports and fix linting
8+
* Change minimum PHP version 7.4 -> 8.0
9+
* Bump npm packages
10+
* Bump Composer deps and CI PHP version
11+
* Bump npm dependencies
12+
* Merge pull request #6 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile
13+
* Update dependency getbrevo/brevo-php to v2.0.3
14+
315
2024-09-15 - version 1.0.10
416
* Update "WC tested up to" version
517
* Update WordPress "Tested up to" to 6.7

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.10",
3+
"version": "1.0.11",
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: 14 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: 4.6
55
Tested up to: 6.8
6-
Stable tag: 1.0.10
6+
Stable tag: 1.0.11
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,19 @@ You may or may not need any of the three plugins, check the features of each to
7272

7373
== Changelog ==
7474

75+
= 1.0.11 - 2025-05-10 =
76+
77+
* Update composer lock file to match config
78+
* Update "WC tested up to" version
79+
* Update WordPress "Tested up to" to 6.8
80+
* Improve imports and fix linting
81+
* Change minimum PHP version 7.4 -> 8.0
82+
* Bump npm packages
83+
* Bump Composer deps and CI PHP version
84+
* Bump npm dependencies
85+
* Merge pull request #6 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile
86+
* Update dependency getbrevo/brevo-php to v2.0.3
87+
7588
= 1.0.10 - 2024-09-15 =
7689

7790
* Update "WC tested up to" version

0 commit comments

Comments
 (0)