Skip to content

Commit

Permalink
Release 1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Sep 15, 2024
1 parent 28d9a08 commit c67d671
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .cliff/cliff-readme-txt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Contributors: alecrust
Tags: marketing, automation, sendinblue, brevo, woocommerce
Requires at least: 4.6
Tested up to: 6.7
Stable tag: 1.0.9
Stable tag: 1.0.10
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

#### [1.0.10](https://github.com/AlecRust/brevwoo/releases/tag/1.0.10)

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

#### [1.0.9](https://github.com/AlecRust/brevwoo/releases/tag/1.0.9)

> 6 July 2024
Expand Down
4 changes: 2 additions & 2 deletions brevwoo.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: BrevWoo
* Plugin URI: http://github.com/AlecRust/brevwoo
* Description: Add WooCommerce customers to Brevo the simple way.
* Version: 1.0.9
* Version: 1.0.10
* Author: Alec Rust
* Author URI: https://www.alecrust.com/
* Developer: Alec Rust
Expand Down Expand Up @@ -33,7 +33,7 @@
/**
* Plugin version.
*/
define( 'BREVWOO_VERSION', '1.0.9' );
define( 'BREVWOO_VERSION', '1.0.10' );

/**
* Load core plugin class defining all hooks.
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
== Changelog ==

2024-09-15 - version 1.0.10
* Update "WC tested up to" version
* Update WordPress "Tested up to" to 6.7
* Bump Node dependencies
* Bump Composer dependencies
* Merge pull request #4 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile
* Update dependency getbrevo/brevo-php to v2.0.2

2024-07-06 - version 1.0.9
* Update WordPress "Tested up to" to 6.6
* Update "WC tested up to" to 9
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brevwoo",
"version": "1.0.9",
"version": "1.0.10",
"description": "Add WooCommerce customers to Brevo the simple way.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: alecrust
Tags: marketing, automation, sendinblue, brevo, woocommerce
Requires at least: 4.6
Tested up to: 6.7
Stable tag: 1.0.9
Stable tag: 1.0.10
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -72,6 +72,15 @@ You may or may not need any of the three plugins, check the features of each to

== Changelog ==

= 1.0.10 - 2024-09-15 =

* Update "WC tested up to" version
* Update WordPress "Tested up to" to 6.7
* Bump Node dependencies
* Bump Composer dependencies
* Merge pull request #4 from AlecRust/renovate/getbrevo-brevo-php-2.x-lockfile
* Update dependency getbrevo/brevo-php to v2.0.2

= 1.0.9 - 2024-07-06 =

* Update WordPress "Tested up to" to 6.6
Expand Down

0 comments on commit c67d671

Please sign in to comment.