Skip to content

Commit

Permalink
Merge pull request #299 from linchpin/release-please--branches--maste…
Browse files Browse the repository at this point in the history
…r--components--courier-notices

chore(master): release courier-notices 1.5.5
  • Loading branch information
maxinacube authored Nov 14, 2022
2 parents 9fb33bb + 09cfab4 commit 8de74db
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.4"
".": "1.5.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.5.5](https://github.com/linchpin/courier-notices/compare/courier-notices-v1.5.4...courier-notices-v1.5.5) (2022-11-14)


### Bug Fixes 🐛

* **#297:** Send just array values to resolve fatal in PHP8 ([d24fb6b](https://github.com/linchpin/courier-notices/commit/d24fb6b2d40f027eeb0eef03a20690fef70c4875))
* **#298:** Check if title rules array exists ([4c6822f](https://github.com/linchpin/courier-notices/commit/4c6822f6ab7d97f7abb493cfa6991621474528ab))

## [1.5.4](https://github.com/linchpin/courier-notices/compare/courier-notices-v1.5.3...courier-notices-v1.5.4) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Add dismissible and non-dismissible notices throughout your WordPress website.

<!-- x-release-please-start-version -->
## Latest Release: 1.5.4
## Latest Release: 1.5.5
<!-- x-release-please-end -->

## Description ##
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "linchpin/courier-notices",
"description": "Courier Notices, a highly extendable advanced front end notification plugin for WordPress",
"homepage": "https://github.com/linchpin/courier-notices",
"version": "1.5.4",
"version": "1.5.5",
"authors": [
{
"name": "Linchpin",
Expand Down
4 changes: 2 additions & 2 deletions courier-notices.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://wordpress.org/plugins/courier-notices
* Description: A way to display, manage, and control front end user notifications for your WordPress install.
* x-release-please-start-version
* Version: 1.5.4
* Version: 1.5.5
* x-release-please-end
* Author: Linchpin
* Author URI: https://linchpin.com
Expand All @@ -25,7 +25,7 @@

if ( ! defined( 'COURIER_NOTICES_VERSION' ) ) {
// x-release-please-start-version
define( 'COURIER_NOTICES_VERSION', '1.5.4' );
define( 'COURIER_NOTICES_VERSION', '1.5.5' );
// x-release-please-end
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "courier-notices",
"version": "1.5.4",
"version": "1.5.5",
"description": "A way to display, manage, and control front end notifications for users, globally or individually, in the header,footer, by shortcode or by page.",
"main": "gulpfile.babel.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: notifications, notices, alerts, linchpin, front end, dismissible, gdpr
Requires at least: 5.0
Tested up to: 6.0.2
x-release-please-start-version
Stable tag: 1.5.4
Stable tag: 1.5.5
x-release-please-end
Requires PHP: 7.3
License: GPLv2 or later
Expand Down

0 comments on commit 8de74db

Please sign in to comment.