- Fix – The date format of the expiry date picker was incorrect in translations so we added a comment to clarify, and fixed translations.
- Fix – Changing the date of an expired job would forget the date, even though the job would become active.
- Fix – Site owner can allow jobs to have only one or more than one types.
- Fix – Show expired jobs if that setting is enabled.
- Fix – Simplify the search message on the jobs page to avoid translation problems.
- Fix – The uploader would ignore WordPress created image sizes.
- Fix – setup.css was loaded on all admin pages.
- Fix – The preview of a listing could be edited or viewed by anyone. Props @tripflex
- Fix – When users were deleted their jobs weren’t.
- Fix – OrderBy Rand wasn’t working.
- Dev – Add upload filters and update PHPDocs, props @tripflex
- Fix – Stop using jQuery.live, props @tripflex