Skip to content

Commit 17ee151

Browse files
Version 0.9.0 updated
1 parent 3693936 commit 17ee151

File tree

5 files changed

+18
-6
lines changed

5 files changed

+18
-6
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,12 @@ Or, it could be your custom processed URL.
194194
[View Detailed documentations with parameters and responses of the REST API](https://github.com/ManiruzzamanAkash/wp-react-kit/blob/main/Rest-API-Docs.MD)
195195

196196
### Version & Changelogs
197+
**v0.9.0 - 20/12/2024**
198+
199+
1. Fix: Updated PHP version support > 8.0 and some more library support
200+
1. Fix: When Editing a Job, last job is being edited
201+
1. Update: Tested upto WordPress 6.7.1
202+
197203
**v0.8.0 - 24/05/2023**
198204

199205
1. New feature: WordPress Playwright test-e2e-utils added.

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
### Changelogs
2+
**v0.9.0 - 20/12/2024**
3+
4+
1. **Fix:** Updated PHP version support > 8.0 and some more library support
5+
1. **Fix:** When Editing a Job, last job is being edited
6+
1. **Update:** Tested upto WordPress 6.7.1
7+
28
**v0.8.0 - 24/05/2023**
39

410
1. New feature: WordPress Playwright test-e2e-utils added.

job-place.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
* Description: A simple starter kit to work in WordPress plugin development using WordPress Rest API, WP-script and many more...
66
* Requires at least: 5.8
77
* Requires PHP: 7.4
8-
* Version: 0.8.0
9-
* Tested upto: 6.2.2
8+
* Version: 0.9.0
9+
* Tested upto: 6.7.1
1010
* Author: Maniruzzaman Akash<[email protected]>
1111
* License: GPL-2.0-or-later
1212
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -26,7 +26,7 @@ final class Wp_React_Kit {
2626
*
2727
* @var string
2828
*/
29-
const VERSION = '0.8.0';
29+
const VERSION = '0.9.0';
3030

3131
/**
3232
* Plugin slug.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jobplace",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "A simple starter kit to work in WordPress plugin development using WordPress Rest API, WP-script and many more...",
55
"main": "src/index.tsx",
66
"scripts": {

0 commit comments

Comments
 (0)