File tree Expand file tree Collapse file tree 5 files changed +18
-4
lines changed
Expand file tree Collapse file tree 5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 1.9.7 "
2+ "." : " 1.9.8 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.9.8] ( https://github.com/pressbooks/fake-plugin/compare/1.9.7...1.9.8 ) (2025-02-11)
4+
5+
6+ ### Bug Fixes
7+
8+ * release please ([ #112 ] ( https://github.com/pressbooks/fake-plugin/issues/112 ) ) ([ 3a6e3dc] ( https://github.com/pressbooks/fake-plugin/commit/3a6e3dce8ee3864b5d7c471fbabdeae4f1d13bf7 ) )
9+
10+
11+ ### Chores
12+
13+ * ** l10n:** Updates for project Fake Plugin ([ 4984dd5] ( https://github.com/pressbooks/fake-plugin/commit/4984dd5b38c40705cf3ba08bc96318600a8abe59 ) )
14+ * not trigger tests ([ dbed775] ( https://github.com/pressbooks/fake-plugin/commit/dbed7752bb6f4b3f90f21ad18510d8feb06b7f51 ) )
15+ * update translations ([ #107 ] ( https://github.com/pressbooks/fake-plugin/issues/107 ) ) ([ f135d60] ( https://github.com/pressbooks/fake-plugin/commit/f135d602c1590e51a28b681f6469f8e22e388733 ) )
16+
317## [ 1.9.7] ( https://github.com/pressbooks/fake-plugin/compare/1.9.6...1.9.7 ) (2024-05-23)
418
519
Original file line number Diff line number Diff line change 55 * Plugin URI: https://pressbooks.org
66 * Description: Plugin for testing purposes.
77 * x-release-please-start-version
8- * Version: 1.9.7
8+ * Version: 1.9.8
99 * x-release-please-end
1010 * Requires at least: 6.5.2
1111 * Requires PHP: 8.1
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function salutation()
3333 public function getVersion ()
3434 {
3535 // x-release-please-start-version
36- return '1.9.7 ' ;
36+ return '1.9.8 ' ;
3737 // x-release-please-end
3838 }
3939}
Original file line number Diff line number Diff line change 11<?php
22
33// x-release-please-start-version
4- const pluginVersion = '1.9.7 ' ;
4+ const pluginVersion = '1.9.8 ' ;
55// x-release-please-end
You can’t perform that action at this time.
0 commit comments