Skip to content

Commit

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

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

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

> 11 April 2024
- Fix error submitting form when "Default Brevo lists" is not rendered [`4081383`](https://github.com/AlecRust/brevwoo/commit/40813831df6b9df8b25e34312faa14c23e06c303)

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

> 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.3
* Version: 1.0.4
* 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.3' );
define( 'BREVWOO_VERSION', '1.0.4' );

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

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

2024-04-11 - version 1.0.3
* Fix changelogs
* Remove --latest from git-cliff command
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.3",
"version": "1.0.4",
"description": "Add WooCommerce customers to Brevo the simple way.",
"author": "Alec Rust (https://www.alecrust.com/)",
"license": "GPL-2.0-or-later",
Expand Down
6 changes: 5 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.3
Stable tag: 1.0.4
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,10 @@ Yes, the plugin uses the list ID, not the list name, so renaming a list in Brevo

== Changelog ==

= 1.0.4 - 2024-04-11 =

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

= 1.0.3 - 2024-04-11 =

* Fix changelogs
Expand Down

0 comments on commit 66f9881

Please sign in to comment.