Skip to content

Commit

Permalink
Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Jul 6, 2024
1 parent 766850c commit 5eeeba1
Show file tree
Hide file tree
Showing 7 changed files with 29 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.6
Stable tag: 1.0.8
Stable tag: 1.0.9
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

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

> 6 July 2024
- Update WordPress "Tested up to" to 6.6 [`766850c`](https://github.com/AlecRust/brevwoo/commit/766850cb7835ecda66312bbadd96c0b201db7ecf)
- Update "WC tested up to" to 9 [`246ee5f`](https://github.com/AlecRust/brevwoo/commit/246ee5f1195cd17d82798120cab5b8c8ef1bb4b2)
- Bump Composer dependencies [`d83b0e6`](https://github.com/AlecRust/brevwoo/commit/d83b0e61871e0f93c00ad946b09267fc931021e7)
- Bump Node dependencies [`311b6e4`](https://github.com/AlecRust/brevwoo/commit/311b6e4b25adf4edf74645c56e3f57d340b338f7)

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

> 11 May 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.8
* Version: 1.0.9
* 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.8' );
define( 'BREVWOO_VERSION', '1.0.9' );

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

2024-07-06 - version 1.0.9
* Update WordPress "Tested up to" to 6.6
* Update "WC tested up to" to 9
* Bump Composer dependencies
* Bump Node dependencies

2024-05-11 - version 1.0.8
* Bump Composer dependencies
* Bump Node dependencies
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.8",
"version": "1.0.9",
"description": "Add WooCommerce customers to Brevo the simple way.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
Expand Down
9 changes: 8 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.6
Stable tag: 1.0.8
Stable tag: 1.0.9
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,13 @@ You may or may not need any of the three plugins, check the features of each to

== Changelog ==

= 1.0.9 - 2024-07-06 =

* Update WordPress "Tested up to" to 6.6
* Update "WC tested up to" to 9
* Bump Composer dependencies
* Bump Node dependencies

= 1.0.8 - 2024-05-11 =

* Bump Composer dependencies
Expand Down

0 comments on commit 5eeeba1

Please sign in to comment.