Skip to content

Commit d2628e1

Browse files
author
WPJM Bot
committed
Update changelog for 2.2.0
1 parent 67380c9 commit d2628e1

File tree

2 files changed

+50
-15
lines changed

2 files changed

+50
-15
lines changed

changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# WP Job Manager
22

3+
## 2.2.0 - 2024-01-29
4+
New:
5+
6+
* Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
7+
* Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
8+
* Add support for user sessions without a full account (used in the Job Alerts extension)
9+
10+
Changes:
11+
12+
* Improve styling for rich text e-mails
13+
* Include plain text alternative for rich text e-mails for better compatibility
14+
* Store previous license when plugin is deactivated for easier reactivation later.
15+
* Update design for settings and marketplace pages
16+
17+
Fixes:
18+
19+
* Fix custom role permission issues (#2673)
20+
* Fix RSS, Reset, Add Alert links not showing on search page without a keyword
21+
* Improve PHP 8 support
22+
* Fix numeric settings field issues
23+
* Improve e-mail formatting and encoding, remove extra whitespace
24+
* Add file type validation and error message to company logo upload
25+
* Fix cache issue when marking jobs as filled/not filled via bulk actions
26+
* Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin
27+
328
## 2.1.1 - 2023-11-21
429
* Fix link to extensions page (#2650)
530
* Update Twitter to the new X logo

readme.txt

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,31 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt
147147

148148
== Changelog ==
149149

150+
### 2.2.0 - 2024-01-29
151+
New:
152+
153+
* Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
154+
* Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
155+
* Add support for user sessions without a full account (used in the Job Alerts extension)
156+
157+
Changes:
158+
159+
* Improve styling for rich text e-mails
160+
* Include plain text alternative for rich text e-mails for better compatibility
161+
* Store previous license when plugin is deactivated for easier reactivation later.
162+
* Update design for settings and marketplace pages
163+
164+
Fixes:
165+
166+
* Fix custom role permission issues (#2673)
167+
* Fix RSS, Reset, Add Alert links not showing on search page without a keyword
168+
* Improve PHP 8 support
169+
* Fix numeric settings field issues
170+
* Improve e-mail formatting and encoding, remove extra whitespace
171+
* Add file type validation and error message to company logo upload
172+
* Fix cache issue when marking jobs as filled/not filled via bulk actions
173+
* Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin
174+
150175
### 2.1.1 - 2023-11-21
151176
* Fix link to extensions page (#2650)
152177
* Update Twitter to the new X logo
@@ -187,18 +212,3 @@ For developers:
187212
* Tweak: Rename "licence" to "license" throughout codebase (#2554)
188213
* Fix: More efficient license checking for core add-ons (#2552)
189214

190-
### 1.41.0 - 2023-06-10
191-
* Enhancement: Introduce listing renewals #2422
192-
* Enhancement: Allow searching multiple job locations at once #2433
193-
* Fix: Add check for job listing limit being 0 #2362
194-
* Fix: Trigger search when submitting search form #2457
195-
* Fix: Always show search actions #2454
196-
* Fix: Fix PHP 8.2 deprecations #2456
197-
* Fix: Make forms responsive #2453
198-
* Fix: Update $company_tagline check for PHP8+ #2430
199-
* Fix: Update notice string from 'c' to 's' license spelling #2429
200-
* Change: Update WPJM logo #2482
201-
* Change: Add hook in job-submitted template #2458
202-
* Change: Run job_manager_job_submitted_content filter in every case #2474
203-
* Change: Update historical notices to use the new render_notice method. #2409
204-

0 commit comments

Comments
 (0)