Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release courier-notices 1.5.8 #314

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7"
".": "1.5.8"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ 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.8](https://github.com/linchpin/courier-notices/compare/courier-notices-v1.5.7...courier-notices-v1.5.8) (2023-02-22)


### Bug Fixes 🐛

* **#312:** Fix an issue with post meta being saving in all post types ([6d12991](https://github.com/linchpin/courier-notices/commit/6d12991afe33eb6577216b4c819a7278707d3065))
* **deps:** update npm ([a0f013c](https://github.com/linchpin/courier-notices/commit/a0f013cde5cd33ab25cdb21ddaab3011c50b5537))


### Miscellaneous Chores 🧹

* **deps:** update composer ([fc6a119](https://github.com/linchpin/courier-notices/commit/fc6a119fc79fffa3a8cb977d232a7700c4dd571c))
* **deps:** update composer ([44d2421](https://github.com/linchpin/courier-notices/commit/44d24212b724502dcaae551fc649b4510e4e0b97))
* **deps:** update dependency meow to v11 ([e989d72](https://github.com/linchpin/courier-notices/commit/e989d7275cce553c19c806d4bf78c8ee4a8594da))
* **deps:** update svenstaro/upload-release-action action to v2.5.0 ([e377024](https://github.com/linchpin/courier-notices/commit/e3770242f914f56563136ac8e24844c143e1f074))

## [1.5.7](https://github.com/linchpin/courier-notices/compare/courier-notices-v1.5.6...courier-notices-v1.5.7) (2023-02-06)


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.7
## Latest Release: 1.5.8
<!-- 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.7",
"version": "1.5.8",
"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.7
* Version: 1.5.8
* 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.7' );
define( 'COURIER_NOTICES_VERSION', '1.5.8' );
// 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.7",
"version": "1.5.8",
"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.7
Stable tag: 1.5.8
x-release-please-end
Requires PHP: 7.3
License: GPLv2 or later
Expand Down