From d95386d839092d2c8ace0f1529d8afb7cab6010c Mon Sep 17 00:00:00 2001 From: WPJM Bot Date: Wed, 31 Jan 2024 09:18:59 +0000 Subject: [PATCH] Update changelog for 2.2.1 --- changelog.txt | 3 +++ readme.txt | 22 +++------------------- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/changelog.txt b/changelog.txt index f579cb0e5..b1362b92f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,8 @@ # WP Job Manager +## 2.2.1 - 2024-01-31 +* Fix PHP 7.x error for mixed returned type (#2726) + ## 2.2.0 - 2024-01-29 New: diff --git a/readme.txt b/readme.txt index 64476dd49..49c945f64 100644 --- a/readme.txt +++ b/readme.txt @@ -147,6 +147,9 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt == Changelog == +### 2.2.1 - 2024-01-31 +* Fix PHP 7.x error for mixed returned type (#2726) + ### 2.2.0 - 2024-01-29 New: @@ -193,22 +196,3 @@ Fixes: * Change: Reorganize administration menu (#2621) * Change: Update naming from Add-ons to Extensions, Marketplace (#2621) -### 1.42.0 - 2023-10-05 -New! - -* Easily promote job listings on Indeed, LinkedIn, and 1000s of job boards with JobTarget integration. See https://wpjobmanager.com/jobtarget for more information. - -Improvements: - -* Fix: Only show file upload input for company logo when it's empty (#2569) -* Fix: Fix error when showing admin notices (#2557) -* Fix: Show the links (RSS, Reset) below search even when there are no results (#2454) -* Tweak: Improve usage tracking for plugins (#2576) - -For developers: - -* Fix: In forms, support dynamically added date inputs (#2573) -* New: Allow plugins to override renewal values (#2566) -* Tweak: Rename "licence" to "license" throughout codebase (#2554) -* Fix: More efficient license checking for core add-ons (#2552) -