@@ -147,6 +147,17 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt
147147
148148== Changelog ==
149149
150+ ### 2.4.1 - 2026-02-24
151+ * Add permission check to listing query parameters (#2914)
152+ * Fix structured data output for password-protected listings (#2913)
153+
154+ * Update actions/cache to use v4 (#2896)
155+ * reCaptcha script not being loaded (#2893)
156+ * add a additional action to the do_feed_rss2
157+ * fix hardcoded dashboard expiration date format
158+ * Dev: Fix deprecated methods
159+ * Fix file input field for forms not marked as required
160+
150161### 2.4.0 - 2024-08-08
151162* Fix job dashboard actions menu in Safari
152163* Fix PHP 8.3 support
@@ -187,28 +198,3 @@ For developers:
187198### 2.2.1 - 2024-01-31
188199* Fix PHP 7.x error for mixed returned type (#2726)
189200
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
214-
0 commit comments