@@ -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.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
+
150
175
### 2.1.1 - 2023-11-21
151
176
* Fix link to extensions page (#2650)
152
177
* Update Twitter to the new X logo
@@ -187,18 +212,3 @@ For developers:
187
212
* Tweak: Rename "licence" to "license" throughout codebase (#2554)
188
213
* Fix: More efficient license checking for core add-ons (#2552)
189
214
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