From 0470a6c088343b5bfd568be4a6092c995bf15010 Mon Sep 17 00:00:00 2001 From: Anantajit JG Date: Thu, 10 Jun 2021 18:08:49 +0530 Subject: [PATCH] UPDATE: Readme and Changelog --- CHANGELOG.md | 12 ++++++++++++ README.md | 22 ++++++++++++++-------- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c255ed8..d7845ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Changelog +### V 2.2.0 – 2021-06-09 +* Added: Notification Mail Template Customizer (Settings > Notifications > Customize). Template files need to be updated if overridden in the theme. +* Fixed: Pre validation for file field not working. +* Fixed: Cover letter formatting issue in the notification mail content. +* Fixed: Accents don't work in the Specification fields. +* Improved: Form Handling. Template files need to be updated if overridden in the theme. +* Improved: Notification HTML Mail Template. +* Dev: New Hooks for Handling Job Filters. +* Dev: Improved Form Handling Hooks. +* Dev: Added JS Events to handle Form Submission, Filters, and Load More. +* Other minor bug fixes and style improvements. + ### V 2.1.1 – 2021-04-21 * Fixed: Issue with WooCommerce Plugin that prevents the users with HR Role from accessing the backend. * Fixed: 'Secure uploaded files' option doesn't work in 'Media Library' for some installations. diff --git a/README.md b/README.md index e77cb13d..342c83e4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **Requires at least:** 4.5 **Tested up to:** 5.7 **Requires PHP:** 5.6 -**Stable tag:** 2.1.1 +**Stable tag:** 2.2.0 **License:** GPLv2 or later **License URI:** https://www.gnu.org/licenses/gpl-2.0.html **Donate link:** https://www.buymeacoffee.com/awsm @@ -23,7 +23,7 @@ WP Job Openings is designed after carefully analysing hundreds of job listing la The plugin comes with two layouts - Grid and List which are designed carefully according to the modern design and User Experience principles. Highlight of the plugin is its totally flexible filter options. -**[View Demo](https://demo.awsm.in/wp-job-openings/)** +**[View Demo](https://demo.wpjobopenings.com/)** **[Visit website - wpjobopenings.com](https://wpjobopenings.com/)** @@ -91,6 +91,18 @@ The plugin comes with two layouts - Grid and List which are designed carefully a ## Changelog +**V 2.2.0 – 2021-06-09** +* Added: Notification Mail Template Customizer (Settings > Notifications > Customize). Template files need to be updated if overridden in the theme. +* Fixed: Pre validation for file field not working. +* Fixed: Cover letter formatting issue in the notification mail content. +* Fixed: Accents don't work in the Specification fields. +* Improved: Form Handling. Template files need to be updated if overridden in the theme. +* Improved: Notification HTML Mail Template. +* Dev: New Hooks for Handling Job Filters. +* Dev: Improved Form Handling Hooks. +* Dev: Added JS Events to handle Form Submission, Filters, and Load More. +* Other minor bug fixes and style improvements. + **V 2.1.1 – 2021-04-21** * Fixed: Issue with WooCommerce Plugin that prevents the users with HR Role from accessing the backend. * Fixed: 'Secure uploaded files' option doesn't work in 'Media Library' for some installations. @@ -130,10 +142,4 @@ The plugin comes with two layouts - Grid and List which are designed carefully a **V 1.6.2 - 2020-01-29** * Bug fixes and improvements. -**V 1.6.1 - 2020-01-14** -* Fixed: Job search results showing invalid listings when 'Load more' button is clicked. -* Fixed: An issue that prevents user from closing the job specification dropdown. -* Fixed: Job specification based translations not working in WPML. -* Other minor fixes and improvements. - View complete Changelog in [CHANGELOG.MD](https://github.com/awsmin/wp-job-openings/blob/master/CHANGELOG.md)