From b12156e1bb66db59c8f5e6cc4233a29d6b8dc865 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Mon, 26 Aug 2024 11:51:41 -0400 Subject: [PATCH] chore(master): release 1.7.1 --- .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 c373bc0..d60923d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.7.0" + ".": "1.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc6c43..f9fbd69 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.7.1](https://github.com/linchpin/courier-notices/compare/v1.7.0...v1.7.1) (2024-08-26) + + +### Miscellaneous Chores 🧹 + +* **deps:** bump braces from 3.0.2 to 3.0.3 ([ab58ebc](https://github.com/linchpin/courier-notices/commit/ab58ebc32171319d97d5fb8e140456b0d2c6edcc)) +* **NO-TASK:** Release build update ([0b8122c](https://github.com/linchpin/courier-notices/commit/0b8122cb983936391f07ee644aba08804e6f8efc)) + ## [1.7.0](https://github.com/linchpin/courier-notices/compare/v1.6.0...v1.7.0) (2024-08-26) diff --git a/README.md b/README.md index f7453a3..2b952ff 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Add dismissible and non-dismissible notices throughout your WordPress website. -## Latest Release: 1.7.0 +## Latest Release: 1.7.1 ## Description ## diff --git a/composer.json b/composer.json index f6e7e2b..cad0c44 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.7.0", + "version": "1.7.1", "authors": [ { "name": "Linchpin", diff --git a/courier-notices.php b/courier-notices.php index 12479af..0d5a68c 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.7.0 + * Version: 1.7.1 * 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.7.0' ); + define( 'COURIER_NOTICES_VERSION', '1.7.1' ); // x-release-please-end } diff --git a/package.json b/package.json index 754406a..6dbfa1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "courier-notices", - "version": "1.7.0", + "version": "1.7.1", "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 018f45b..bf1be8a 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.5.5 x-release-please-start-version -Stable tag: 1.7.0 +Stable tag: 1.7.1 x-release-please-end Requires PHP: 7.4 License: GPLv2 or later