Skip to content

Commit a12894a

Browse files
⚡CHORE: Realease version 0.4.0
1 parent 6ac9c48 commit a12894a

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

README.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# wp-react-kit
2-
A simple starter kit to work in WordPress with WP-script, React, React Router, Tailwind CSS, PostCSS, Eslint, i18n, PHP OOP plugin architecture easily in a minute.
2+
A simple starter kit to work in WordPress with WP-script, React, React Router, Tailwind CSS, PostCSS, Eslint, WP-Data, WP-Data Store, React Components, React CRUD, i18n, PHP OOP plugin architecture easily in a minute.
33

44
----
55

@@ -90,6 +90,13 @@ Or, it could be your custom processed URL.
9090
[View Detailed documentations with parameters and responses of the REST API](https://github.com/ManiruzzamanAkash/wp-react-kit/blob/main/Rest-API-Docs.MD)
9191

9292
### Version & Changelogs
93+
**v0.4.0 - 12/08/2022**
94+
95+
1. Added many re-usable general components.
96+
1. Header Component refactored and re-designed.
97+
1. WP-Data setup and made Job Store.
98+
1. Job List Page frontend added.
99+
93100
**v0.3.0 - 02/08/2022**
94101

95102
1. Necessary traits to handle - sanitization, query.
@@ -180,3 +187,22 @@ https://github.com/ManiruzzamanAkash/wp-react-kit/releases/tag/vPhpOOP
180187
### Demo With React Router & Menu
181188

182189
![Demo Plugin](https://i.ibb.co/vPp9Mm9/Wp-Scripts-Demo.png "Demo in WordPress plugin")
190+
191+
192+
193+
194+
https://i.ibb.co/nr3pTXM/Jobs-Search.png
195+
196+
### Final Demos
197+
198+
**Job List Page**
199+
200+
![Job List Page](https://i.ibb.co/VJBb4Nq/Jobs-List.png "Job List Page")
201+
202+
**Job List Page with Pagination**
203+
204+
![Job List Page with Pagination](https://i.ibb.co/1vr6tXS/Job-Pagination.png "Job List Page with Pagination")
205+
206+
**Job List Page with search**
207+
208+
![Job List Page with Search](https://i.ibb.co/nr3pTXM/Jobs-Search.png "Job List Page with Search")

job-place.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ final class Job_Place {
2828
*
2929
* @var string
3030
*/
31-
const VERSION = '0.3.0';
31+
const VERSION = '0.4.0';
3232

3333
/**
3434
* Plugin slug.

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.0.3",
3+
"version": "0.4.0",
44
"description": "A Job posting platform made by WordPress and best architectures",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)