diff --git a/CHANGELOG.md b/CHANGELOG.md index 51d3f6b..e422749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog -### V 3.4.3 - 2023-09-15 -* Fixed: Medium severity vulnerability (Sensitive Data Exposure via Directory Listing). +### V 3.4.4 - 2023-02-06 +* Fixed: Structure breaks when job listing shortcode in job detail page. * Minor bug fixes and code improvements. ### V 3.4.2 - 2023-08-22 diff --git a/README.md b/README.md index b668ac8..33021bf 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ **Contributors:** awsmin **Tags:** jobs, job listing, job openings, job board, careers page, jobs page, wp job opening, jobs plugin **Requires at least:** 4.8 -**Tested up to:** 6.3.1 +**Tested up to:** 6.4.3 **Requires PHP:** 5.6 **Stable tag:** 3.4 **License:** GPLv2 or later @@ -95,6 +95,10 @@ The plugin comes with two layouts - Grid and List which are designed carefully a ## Changelog +**V 3.4.4 - 2024-02-06** +* Fixed: Structure breaks when job listing shortcode in job detail page. +* Minor bug fixes and code improvements. + **V 3.4.3 - 2023-09-15** * Fixed: Medium severity vulnerability (Sensitive Data Exposure via Directory Listing). * Minor bug fixes and code improvements. diff --git a/readme.txt b/readme.txt index 0746dc9..1f2950d 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: awsmin, aravindajith, anantajitjg, sarathar, adhun, nithi22 Tags: jobs, job listing, job openings, job board, careers page, jobs page, wp job opening, jobs plugin Requires at least: 4.8 -Tested up to: 6.3.1 +Tested up to: 6.4.3 Requires PHP: 5.6 Stable tag: trunk License: GPLv2 or later @@ -103,6 +103,10 @@ The plugin comes with two layouts - Grid and List which are designed carefully a == Changelog == += V 3.4.4 - 2024-02-06 = +* Fixed: Structure breaks when job listing shortcode in job detail page. +* Minor bug fixes and code improvements. + = V 3.4.3 - 2023-09-15 = * Fixed: Medium severity vulnerability (Sensitive Data Exposure via Directory Listing). * Minor bug fixes and code improvements.