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 1
1
{
2
- "." : " 1.8.1 "
2
+ "." : " 1.9.0 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.9.0] ( https://github.com/pressbooks/fake-plugin/compare/1.8.1...1.9.0 ) (2024-05-16)
4
+
5
+
6
+ ### Features
7
+
8
+ * reusable tests workflow ([ #76 ] ( https://github.com/pressbooks/fake-plugin/issues/76 ) ) ([ 33db299] ( https://github.com/pressbooks/fake-plugin/commit/33db299de3e41ba53afa2b93732011819d83e5c4 ) )
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * auto-merge.yml ([ c382556] ( https://github.com/pressbooks/fake-plugin/commit/c382556b7f31917ed2cccb15ed9da18e345f3b59 ) )
14
+ * translation flow ([ #78 ] ( https://github.com/pressbooks/fake-plugin/issues/78 ) ) ([ 2d090e2] ( https://github.com/pressbooks/fake-plugin/commit/2d090e21306bdf8fdfd15f7afe8184a7fa5f3eb5 ) )
15
+ * trigger-bedrock-updates.yml ([ 1912e70] ( https://github.com/pressbooks/fake-plugin/commit/1912e70c8eb2c2531405d9e46f658d50611ec3b9 ) )
16
+
3
17
## [ 1.8.1] ( https://github.com/pressbooks/fake-plugin/compare/1.8.0...1.8.1 ) (2024-05-08)
4
18
5
19
Original file line number Diff line number Diff line change 4
4
* Plugin URI: https://pressbooks.org
5
5
* Description: Plugin for testing purposes.
6
6
* x-release-please-start-version
7
- * Version: 1.8.1
7
+ * Version: 1.9.0
8
8
* x-release-please-end
9
9
* Requires at least: 6.5.2
10
10
* Requires PHP: 8.1
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function bye()
28
28
public function getVersion ()
29
29
{
30
30
// x-release-please-start-version
31
- return '1.8.1 ' ;
31
+ return '1.9.0 ' ;
32
32
// x-release-please-end
33
33
}
34
34
}
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
// x-release-please-start-version
4
- const pluginVersion = '1.8.1 ' ;
4
+ const pluginVersion = '1.9.0 ' ;
5
5
// x-release-please-end
You can’t perform that action at this time.
0 commit comments