Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Apr 11, 2024
1 parent 92afee3 commit 665a028
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.5
Stable tag: 1.0.2
Stable tag: 1.0.3
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.3](https://github.com/AlecRust/brevwoo/releases/tag/1.0.3)

> 11 April 2024
- Fix changelogs [`92afee3`](https://github.com/AlecRust/brevwoo/commit/92afee350aa9ffa8ccffca0a970d75fc82f0572a)
- Remove --latest from git-cliff command [`e925cf1`](https://github.com/AlecRust/brevwoo/commit/e925cf1ff6d21e7a565bd527e5e6e8034c5ef23f)
- Add missing release to changelogs [`5d57cfd`](https://github.com/AlecRust/brevwoo/commit/5d57cfdefed8dac74d619a283b720e98359ef3f1)
- Adjust deploy workflow permissions [`9577dca`](https://github.com/AlecRust/brevwoo/commit/9577dca5c5f5e6c2fc9928d777851908afcb8ba8)

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

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

/**
* 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-04-11 - version 1.0.3
* Fix changelogs
* Remove --latest from git-cliff command
* Add missing release to changelogs
* Adjust deploy workflow permissions

2024-04-11 - version 1.0.2
* Improve plugin icon
* Fix old dev commits in changelog
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.2",
"version": "1.0.3",
"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.5
Stable tag: 1.0.2
Stable tag: 1.0.3
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 @@ Yes, the plugin uses the list ID, not the list name, so renaming a list in Brevo

== Changelog ==

= 1.0.3 - 2024-04-11 =

* Fix changelogs
* Remove --latest from git-cliff command
* Add missing release to changelogs
* Adjust deploy workflow permissions

= 1.0.2 - 2024-04-11 =

* Improve plugin icon
Expand Down

0 comments on commit 665a028

Please sign in to comment.