-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathchangelog.txt
54 lines (39 loc) · 1.49 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
### Changelogs
**v0.9.0 - 20/12/2024**
1. **Fix:** Updated PHP version support > 8.0 and some more library support
1. **Fix:** When Editing a Job, last job is being edited
1. **Update:** Tested upto WordPress 6.7.1
**v0.8.0 - 24/05/2023**
1. New feature: WordPress Playwright test-e2e-utils added.
1. New feature: Some Gutenberg blocks has support for Playwright test.
**v0.7.0 - 01/01/2023**
1. Fix: Dynamic block renderer issue.
1. Fix: Asset registering multiple times issue.
**v0.5.0 - 14/11/2022**
1. New Feature : Job Create.
2. New Feature : Job Update.
3. New Feature : Job Delete.
4. New Feature : Job Status change.
5. New API: Company dropdown list.
6. New: Updated logo icon and plugin name.
7. New Components: Input Text-Editor, Improved design.
8. Refactor: Refactored codebase and updated docs.
9. New: Job type seeder.
10. Chore: Zip file generator.
11. Chore: i18n localization generator.
**v0.4.1 - 18/08/2022**
1. Added Jest Unit Test Setup.
2. Added some dummy Jest Unit Test.
3. Fix #11 - Version naming while installing.
**v0.4.0 - 12/08/2022**
1. Added many re-usable general components.
1. Header Component refactored and re-designed.
1. WP-Data setup and made Job Store.
1. Job List Page frontend added.
**v0.3.1 - 11/08/2022**
1. PHPUnit Test cases setup.
1. PHPUnit Test cases added for Job Manager and Job REST API's.
**v0.3.0 - 02/08/2022**
1. Necessary traits to handle - sanitization, query.
1. Advanced setup for migration, seeder, REST API.
1. Jobs, Job Types REST API developed.