Skip to content

Commit 9a518bf

Browse files
authored
Merge pull request #396 from linchpin/release-please--branches--main
chore(main): release 1.9.3
2 parents fdbbb1d + eaf6b3c commit 9a518bf

File tree

6 files changed

+15
-6
lines changed

6 files changed

+15
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.2"
2+
".": "1.9.3"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [1.9.3](https://github.com/linchpin/courier-notices/compare/v1.9.2...v1.9.3) (2025-07-18)
8+
9+
10+
### Miscellaneous Chores 🧹
11+
12+
* **deps:** update dependency slevomat/coding-standard to ^8.19.1 ([fdbbb1d](https://github.com/linchpin/courier-notices/commit/fdbbb1d59cc87e6764953bb4e627399bf6f7ab2b))
13+
* **deps:** update dependency slevomat/coding-standard to ^8.19.1 ([ab55fad](https://github.com/linchpin/courier-notices/commit/ab55fad10cd17e0af91c6736229e743641b55ca2))
14+
* **NO-TASK:** Updating build process ([9a5e779](https://github.com/linchpin/courier-notices/commit/9a5e7796b22b7e8e0b8cda15c688576e83cb499f))
15+
716
## [1.9.2](https://github.com/linchpin/courier-notices/compare/v1.9.1...v1.9.2) (2025-07-18)
817

918

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Add dismissible and non-dismissible notices throughout your WordPress website.
44

55
<!-- x-release-please-start-version -->
66

7-
## Latest Release: 1.9.2
7+
## Latest Release: 1.9.3
88

99
<!-- x-release-please-end -->
1010

courier-notices.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://wordpress.org/plugins/courier-notices
55
* Description: A way to display, manage, and control front end user notifications for your WordPress install.
66
* x-release-please-start-version
7-
* Version: 1.9.2
7+
* Version: 1.9.3
88
* x-release-please-end
99
* Author: Linchpin
1010
* Author URI: https://linchpin.com
@@ -28,7 +28,7 @@
2828

2929
if ( ! defined( 'COURIER_NOTICES_VERSION' ) ) {
3030
// x-release-please-start-version.
31-
define( 'COURIER_NOTICES_VERSION', '1.9.2' );
31+
define( 'COURIER_NOTICES_VERSION', '1.9.3' );
3232
// x-release-please-end.
3333
}
3434

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "courier-notices",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"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.",
55
"author": "Linchpin <sayhi@linchpin.com>",
66
"license": "GPL-2.0-or-later",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: notifications, notices, alerts, linchpin, front end, dismissible, gdpr
44
Requires at least: 5.0
55
Tested up to: 6.5.5
66
x-release-please-start-version
7-
Stable tag: 1.9.2
7+
Stable tag: 1.9.3
88
x-release-please-end
99
Requires PHP: 7.4
1010
License: GPLv2 or later

0 commit comments

Comments
 (0)