Skip to content

Commit

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

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

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

> 11 April 2024
- Simplify features list [`37b58ca`](https://github.com/AlecRust/brevwoo/commit/37b58cac7d8cb6840afd99cd939eb05a6bf390fa)
- Improve plugin icon and banner [`837b6c5`](https://github.com/AlecRust/brevwoo/commit/837b6c5bd919916b996ace8faa4e474a064aca83)
- Improve screenshot descriptions [`f3f8973`](https://github.com/AlecRust/brevwoo/commit/f3f8973eb1569bf9fce5f635f41c7ae5abc3d0d8)

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

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

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

2024-04-11 - version 1.0.5
* Simplify features list
* Improve plugin icon and banner
* Improve screenshot descriptions

2024-04-11 - version 1.0.4
* Fix error submitting form when "Default Brevo lists" is not rendered

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.4",
"version": "1.0.5",
"description": "Add WooCommerce customers to Brevo the simple way.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
Expand Down
8 changes: 7 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.4
Stable tag: 1.0.5
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 @@ -71,6 +71,12 @@ Yes, the plugin uses the list ID, not the list name, so renaming a list in Brevo

== Changelog ==

= 1.0.5 - 2024-04-11 =

* Simplify features list
* Improve plugin icon and banner
* Improve screenshot descriptions

= 1.0.4 - 2024-04-11 =

* Fix error submitting form when "Default Brevo lists" is not rendered
Expand Down

0 comments on commit 702b0be

Please sign in to comment.