Skip to content

Commit

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

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

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

> 20 April 2024
- Bump @wordpress npm packages [`fea706a`](https://github.com/AlecRust/brevwoo/commit/fea706ad9f396e4a4b307836db383b595afb10e1)
- Bump Composer packages [`d259bca`](https://github.com/AlecRust/brevwoo/commit/d259bcacd94cdb069d76390f45aaa8f3d72ee9dc)
- Fix workflow path [`8c043b8`](https://github.com/AlecRust/brevwoo/commit/8c043b876969e1bb74ebf7cfd31a7fb4b589edb9)
- Fix workflow name [`d500739`](https://github.com/AlecRust/brevwoo/commit/d500739c7ea6553fa290cf329643bf87645ab95e)
- Add weekly "Tested up to" CI check [`1d162ab`](https://github.com/AlecRust/brevwoo/commit/1d162abf387c485bc528ad29e5c55b49064a3532)

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

> 12 April 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.6
* Version: 1.0.7
* 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.6' );
define( 'BREVWOO_VERSION', '1.0.7' );

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

2024-04-20 - version 1.0.7
* Bump @wordpress npm packages
* Bump Composer packages
* Fix workflow path
* Fix workflow name
* Add weekly "Tested up to" CI check

2024-04-12 - version 1.0.6
* Bump release-it version
* Tidy README
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.6",
"version": "1.0.7",
"description": "Add WooCommerce customers to Brevo the simple way.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
Expand Down
10 changes: 9 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.5
Stable tag: 1.0.6
Stable tag: 1.0.7
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,14 @@ You may or may not need any of the three plugins, check the features of each to

== Changelog ==

= 1.0.7 - 2024-04-20 =

* Bump @wordpress npm packages
* Bump Composer packages
* Fix workflow path
* Fix workflow name
* Add weekly "Tested up to" CI check

= 1.0.6 - 2024-04-12 =

* Bump release-it version
Expand Down

0 comments on commit 0ebfa42

Please sign in to comment.