Skip to content

Commit 28cb50d

Browse files
chore(dev): release 1.10.0
1 parent 533e0bf commit 28cb50d

File tree

5 files changed

+32
-4
lines changed

5 files changed

+32
-4
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.15"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/pressbooks/fake-plugin/compare/1.9.15...1.10.0) (2026-01-15)
4+
5+
6+
### Features
7+
8+
* change strings for weblate ([c67aa95](https://github.com/pressbooks/fake-plugin/commit/c67aa95c7d5a72f556411325773cb01dd8b19fd5))
9+
* more poeditor tests ([413cd0b](https://github.com/pressbooks/fake-plugin/commit/413cd0b3aa6f61923dc2209d3777033a22025c33))
10+
* new translations ([#125](https://github.com/pressbooks/fake-plugin/issues/125)) ([375e4b7](https://github.com/pressbooks/fake-plugin/commit/375e4b706459a7763aa3d22e86c6676b79798c0a))
11+
* remove po generation worflow and tx files ([#137](https://github.com/pressbooks/fake-plugin/issues/137)) ([167b022](https://github.com/pressbooks/fake-plugin/commit/167b02270024d6bea9590b8810bf08f4319f5fc0))
12+
* test crowdin ([533e0bf](https://github.com/pressbooks/fake-plugin/commit/533e0bfa6460bc11ef5f24f14c195e40affa2bea))
13+
* test poeditor ([5eafd96](https://github.com/pressbooks/fake-plugin/commit/5eafd96643606f38237db16ce4087f27f43412a8))
14+
15+
16+
### Bug Fixes
17+
18+
* let's see ([#123](https://github.com/pressbooks/fake-plugin/issues/123)) ([fa04035](https://github.com/pressbooks/fake-plugin/commit/fa040359029575ad1f8f7c006995d99edfe49b44))
19+
20+
21+
### Chores
22+
23+
* **i18n:** update languages for project fake-plugin ([#131](https://github.com/pressbooks/fake-plugin/issues/131)) ([271726d](https://github.com/pressbooks/fake-plugin/commit/271726d1c18998dfdca58ce5901aa26be4ebfd5e))
24+
* **i18n:** update languages for project fake-plugin ([#135](https://github.com/pressbooks/fake-plugin/issues/135)) ([56dabfb](https://github.com/pressbooks/fake-plugin/commit/56dabfb37c0ed21e8e8ab7978d8e6a1e760b9ad2))
25+
* **i18n:** update POT file for translations ([#139](https://github.com/pressbooks/fake-plugin/issues/139)) ([1b46b93](https://github.com/pressbooks/fake-plugin/commit/1b46b93dc069ada28357e530ae92b16433352fa0))
26+
* **i18n:** update POT file for translations ([#140](https://github.com/pressbooks/fake-plugin/issues/140)) ([937482f](https://github.com/pressbooks/fake-plugin/commit/937482fd3988284774802e078ee80e6dfc9ec482))
27+
* **i18n:** update POT file for translations ([#142](https://github.com/pressbooks/fake-plugin/issues/142)) ([98b212f](https://github.com/pressbooks/fake-plugin/commit/98b212ff902c851536b44d20bd14ef74b3780e08))
28+
* **l10n:** Updates for project Fake Plugin ([cbc08e1](https://github.com/pressbooks/fake-plugin/commit/cbc08e12949f9ffe34295de82c12c73858193d0e))
29+
* **l10n:** Updates for project Fake Plugin ([344fa15](https://github.com/pressbooks/fake-plugin/commit/344fa15716a3f34118a40c5562909a384515bc4f))
30+
331
## [1.9.15](https://github.com/pressbooks/fake-plugin/compare/1.9.14...1.9.15) (2025-02-11)
432

533

fake-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://pressbooks.org
66
* Description: Plugin for testing purposes.
77
* x-release-please-start-version
8-
* Version: 1.9.15
8+
* Version: 1.10.0
99
* x-release-please-end
1010
* Requires at least: 6.5.2
1111
* Requires PHP: 8.1

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function salutation()
3434
public function getVersion()
3535
{
3636
// x-release-please-start-version
37-
return "1.9.15";
37+
return "1.10.0";
3838
// x-release-please-end
3939
}
4040

src/compatibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// x-release-please-start-version
4-
const pluginVersion = '1.9.15';
4+
const pluginVersion = '1.10.0';
55
// x-release-please-end

0 commit comments

Comments
 (0)