Skip to content

Commit c67d671

Browse files
committed
Release 1.0.10
1 parent 28d9a08 commit c67d671

File tree

7 files changed

+35
-7
lines changed

7 files changed

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

CHANGELOG.md

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

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

5+
#### [1.0.10](https://github.com/AlecRust/brevwoo/releases/tag/1.0.10)
6+
7+
> 15 September 2024
8+
9+
- Update "WC tested up to" version [`28d9a08`](https://github.com/AlecRust/brevwoo/commit/28d9a08f2363eebc071c474afc795ea77bb93433)
10+
- Update WordPress "Tested up to" to 6.7 [`60347ff`](https://github.com/AlecRust/brevwoo/commit/60347ff1eee86db4505cd541f8b758db4b627efc)
11+
- Bump Node dependencies [`12b8a8b`](https://github.com/AlecRust/brevwoo/commit/12b8a8b09092653ce2d04ce3d2460623f1516d21)
12+
- Bump Composer dependencies [`f5a9602`](https://github.com/AlecRust/brevwoo/commit/f5a96024576123097d0ff94edaec61aa97e0c6df)
13+
- Merge pull request #4 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile [`9d05f46`](https://github.com/AlecRust/brevwoo/commit/9d05f46b2e4778c45ba2a8192da7891ffdb10362)
14+
- Update dependency getbrevo/brevo-php to v2.0.2 [`d265717`](https://github.com/AlecRust/brevwoo/commit/d265717b4119b30793511d2d045eee5ab9e13c27)
15+
516
#### [1.0.9](https://github.com/AlecRust/brevwoo/releases/tag/1.0.9)
617

718
> 6 July 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.9
6+
* Version: 1.0.10
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.9' );
36+
define( 'BREVWOO_VERSION', '1.0.10' );
3737

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

changelog.txt

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

3+
2024-09-15 - version 1.0.10
4+
* Update "WC tested up to" version
5+
* Update WordPress "Tested up to" to 6.7
6+
* Bump Node dependencies
7+
* Bump Composer dependencies
8+
* Merge pull request #4 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile
9+
* Update dependency getbrevo/brevo-php to v2.0.2
10+
311
2024-07-06 - version 1.0.9
412
* Update WordPress "Tested up to" to 6.6
513
* Update "WC tested up to" to 9

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

7373
== Changelog ==
7474

75+
= 1.0.10 - 2024-09-15 =
76+
77+
* Update "WC tested up to" version
78+
* Update WordPress "Tested up to" to 6.7
79+
* Bump Node dependencies
80+
* Bump Composer dependencies
81+
* Merge pull request #4 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile
82+
* Update dependency getbrevo/brevo-php to v2.0.2
83+
7584
= 1.0.9 - 2024-07-06 =
7685

7786
* Update WordPress "Tested up to" to 6.6

0 commit comments

Comments
 (0)