From 09cfab46808380bde780048f6ad83482bb9201dd Mon Sep 17 00:00:00 2001 From: Linchpin Bot <81971745+linchpin-bot@users.noreply.github.com> Date: Mon, 14 Nov 2022 12:01:59 -0500 Subject: [PATCH] chore(master): release courier-notices 1.5.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- composer.json | 2 +- courier-notices.php | 4 ++-- package.json | 2 +- readme.txt | 2 +- 7 files changed, 15 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5221a8fd..e529ef9e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.5.4" + ".": "1.5.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d3477a5..cf6def9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index dc45d768..a3c3ef5c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Add dismissible and non-dismissible notices throughout your WordPress website. -## Latest Release: 1.5.4 +## Latest Release: 1.5.5 ## Description ## diff --git a/composer.json b/composer.json index 6ff99648..1bdec60e 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/courier-notices.php b/courier-notices.php index 5b39aa91..f9e13b9e 100644 --- a/courier-notices.php +++ b/courier-notices.php @@ -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 @@ -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 } diff --git a/package.json b/package.json index 442e395b..ecfed71c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index f171e2bb..bc304ca5 100644 --- a/readme.txt +++ b/readme.txt @@ -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