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: readme.txt
+56-24Lines changed: 56 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -147,36 +147,68 @@ 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
150
+
### 2.4.0 - 2024-08-08
151
+
* Fix job dashboard actions menu in Safari
152
+
* Fix PHP 8.3 support
153
+
* Remove support for Internet Explorer 11
154
+
* Fix Wordpress 6.6 compatibility
155
+
* Fix classic editor support for job listings
168
156
169
-
For developers:
170
-
171
-
* Add filter to disable promoted jobs
172
-
* Add placeholder options to select field
157
+
### 2.3.0 - 2024-04-29
158
+
New!
159
+
160
+
* 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.
161
+
* Add Google reCAPTCHA v3 support
162
+
163
+
Improvements:
164
+
165
+
* New: Job statistics overlay
166
+
* Change: Redesign job dashboard
167
+
* Change: Allow job duplication in the job dashboard for any job
168
+
* Security: Don't return unpublished jobs only in the promote job endpoint
169
+
* Fix renewals for WordPress.com licenses
170
+
* Fix issues with rich e-mails on some e-mail providers
171
+
* Fix e-mail styling in some e-mail clients
172
+
* Fix expiry date not showing up in backend editor
173
+
* Fix: Add fallback to date format in case it's missing
174
+
* Fix: Prevent past dates from being used in the datepicker
175
+
176
+
For developers:
177
+
178
+
* Add filter to disable promoted jobs
179
+
* Add placeholder options to select field
173
180
* Job dashboard template has been rewritten
174
181
175
182
### 2.2.2 - 2024-02-15
176
-
* Fix issue with rich e-mails on some e-mail providers (#2753)
177
-
* Fix: 'featured_first' argument now works when 'show_filters' is set to false.
183
+
* Fix issue with rich e-mails on some e-mail providers (#2753)
184
+
* Fix: 'featured_first' argument now works when 'show_filters' is set to false.
178
185
* Improve checkbox and radio inputs for styled forms
179
186
180
187
### 2.2.1 - 2024-01-31
181
188
* Fix PHP 7.x error for mixed returned type (#2726)
182
189
190
+
### 2.2.0 - 2024-01-29
191
+
New:
192
+
193
+
* Allow scheduling listings during job submission — add an option to show a 'Scheduled Date' field in the job submission form
194
+
* Add new [jobs] shortcode parameter, featured_first so you can ensure featured listings always show up on top.
195
+
* Add support for user sessions without a full account (used in the Job Alerts extension)
196
+
197
+
Changes:
198
+
199
+
* Improve styling for rich text e-mails
200
+
* Include plain text alternative for rich text e-mails for better compatibility
201
+
* Store previous license when plugin is deactivated for easier reactivation later.
202
+
* Update design for settings and marketplace pages
203
+
204
+
Fixes:
205
+
206
+
* Fix custom role permission issues (#2673)
207
+
* Fix RSS, Reset, Add Alert links not showing on search page without a keyword
208
+
* Improve PHP 8 support
209
+
* Fix numeric settings field issues
210
+
* Improve e-mail formatting and encoding, remove extra whitespace
211
+
* Add file type validation and error message to company logo upload
212
+
* Fix cache issue when marking jobs as filled/not filled via bulk actions
213
+
* Do not emit warning when user with insufficient access to Job Manager menu tries to access wp-admin
0 commit comments