From 6ee18c5e3907793c5031a878e5e2079aac89d883 Mon Sep 17 00:00:00 2001 From: pressbooks-ops <66340483+pressbooks-ops@users.noreply.github.com> Date: Tue, 21 May 2024 17:06:05 -0400 Subject: [PATCH] chore(dev): release 1.9.6 (#97) Co-authored-by: GitHub Actions --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ fake-plugin.php | 2 +- languages/fake-plugin.pot | 4 ++-- src/App.php | 2 +- src/compatibility.php | 2 +- 6 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dbce59c..2314c7f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.5" + ".": "1.9.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c4235a..87ff7cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.9.6](https://github.com/pressbooks/fake-plugin/compare/1.9.5...1.9.6) (2024-05-21) + + +### Bug Fixes + +* trigger bedrock update ([#96](https://github.com/pressbooks/fake-plugin/issues/96)) ([824e740](https://github.com/pressbooks/fake-plugin/commit/824e740d51c49316dca9b8d342e0b4f56221e50d)) + ## [1.9.5](https://github.com/pressbooks/fake-plugin/compare/1.9.4...1.9.5) (2024-05-21) diff --git a/fake-plugin.php b/fake-plugin.php index 2053bcf..20fc98a 100644 --- a/fake-plugin.php +++ b/fake-plugin.php @@ -4,7 +4,7 @@ * Plugin URI: https://pressbooks.org * Description: Plugin for testing purposes. * x-release-please-start-version - * Version: 1.9.5 + * Version: 1.9.6 * x-release-please-end * Requires at least: 6.5.2 * Requires PHP: 8.1 diff --git a/languages/fake-plugin.pot b/languages/fake-plugin.pot index 5501f05..46a4766 100644 --- a/languages/fake-plugin.pot +++ b/languages/fake-plugin.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPL v3 or later. msgid "" msgstr "" -"Project-Id-Version: Pressbooks Fake Plugin 1.9.0\n" +"Project-Id-Version: Pressbooks Fake Plugin 1.9.6\n" "Report-Msgid-Bugs-To: https://github.com/pressbooks/fake-plugin/issues\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-05-16T19:40:38+00:00\n" +"POT-Creation-Date: 2024-05-21T21:05:58+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.10.0\n" "X-Domain: pressbooks-fake-plugin\n" diff --git a/src/App.php b/src/App.php index 84b5a07..54634a0 100644 --- a/src/App.php +++ b/src/App.php @@ -33,7 +33,7 @@ public function salutation() public function getVersion() { // x-release-please-start-version - return '1.9.5'; + return '1.9.6'; // x-release-please-end } } diff --git a/src/compatibility.php b/src/compatibility.php index 567710c..bea541e 100644 --- a/src/compatibility.php +++ b/src/compatibility.php @@ -1,5 +1,5 @@