You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+25Lines changed: 25 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,30 @@
1
1
# WP Job Manager
2
2
3
+
## 2.3.0 - 2024-04-29
4
+
New!
5
+
6
+
* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
7
+
* Add Google reCAPTCHA v3 support
8
+
9
+
Improvements:
10
+
11
+
* New: Job statistics overlay
12
+
* Change: Redesign job dashboard
13
+
* Change: Allow job duplication in the job dashboard for any job
14
+
* Security: Don't return unpublished jobs only in the promote job endpoint
15
+
* Fix renewals for WordPress.com licenses
16
+
* Fix issues with rich e-mails on some e-mail providers
17
+
* Fix e-mail styling in some e-mail clients
18
+
* Fix expiry date not showing up in backend editor
19
+
* Fix: Add fallback to date format in case it's missing
20
+
* Fix: Prevent past dates from being used in the datepicker
Copy file name to clipboardExpand all lines: readme.txt
+25-25Lines changed: 25 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,31 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt
147
147
148
148
== Changelog ==
149
149
150
+
### 2.3.0 - 2024-04-29
151
+
New!
152
+
153
+
* Job Statistics — enable insights like job listing page views, unique visits and search impressions to be collected and displayed to employers in the jobs dashboard.
154
+
* Add Google reCAPTCHA v3 support
155
+
156
+
Improvements:
157
+
158
+
* New: Job statistics overlay
159
+
* Change: Redesign job dashboard
160
+
* Change: Allow job duplication in the job dashboard for any job
161
+
* Security: Don't return unpublished jobs only in the promote job endpoint
162
+
* Fix renewals for WordPress.com licenses
163
+
* Fix issues with rich e-mails on some e-mail providers
164
+
* Fix e-mail styling in some e-mail clients
165
+
* Fix expiry date not showing up in backend editor
166
+
* Fix: Add fallback to date format in case it's missing
167
+
* Fix: Prevent past dates from being used in the datepicker
168
+
169
+
For developers:
170
+
171
+
* Add filter to disable promoted jobs
172
+
* Add placeholder options to select field
173
+
* Job dashboard template has been rewritten
174
+
150
175
### 2.3.0 - 2024-04-26
151
176
New!
152
177
@@ -205,28 +230,3 @@ For developers:
205
230
### 2.2.1 - 2024-01-31
206
231
* Fix PHP 7.x error for mixed returned type (#2726)
207
232
208
-
### 2.2.0 - 2024-01-29
209
-
New:
210
-
211
-
* Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
212
-
* Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
213
-
* Add support for user sessions without a full account (used in the Job Alerts extension)
214
-
215
-
Changes:
216
-
217
-
* Improve styling for rich text e-mails
218
-
* Include plain text alternative for rich text e-mails for better compatibility
219
-
* Store previous license when plugin is deactivated for easier reactivation later.
220
-
* Update design for settings and marketplace pages
221
-
222
-
Fixes:
223
-
224
-
* Fix custom role permission issues (#2673)
225
-
* Fix RSS, Reset, Add Alert links not showing on search page without a keyword
226
-
* Improve PHP 8 support
227
-
* Fix numeric settings field issues
228
-
* Improve e-mail formatting and encoding, remove extra whitespace
229
-
* Add file type validation and error message to company logo upload
230
-
* Fix cache issue when marking jobs as filled/not filled via bulk actions
231
-
* Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin
0 commit comments