Skip to content

Commit

Permalink
Update changelog for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WPJM Bot committed Nov 17, 2023
1 parent 2e39ba9 commit efe886d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 29 deletions.
14 changes: 14 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# WP Job Manager

## 2.0.0 - 2023-11-17
* Enhancement: Improve settings descriptions (#2639)
* Enhancement: Add directApply in Google job schema (#2635)
* Enhancement: Add 'Don't show this again' link to dismiss promote job modal in the editor (#2632)
* Enhancement: Add landing pages for Applications and Resumes extensions (#2621)
* Fix: Align actions in notices in the center (#2637)
* Fix: Safeguard array in WP_Job_Manager_Settings::input_capabilities (#2631)
* Fix: Escape menu titles and various admin labels (#2630)
* Fix: Incorrectly duplicated string in settings (#2628)
* Fix: Add array initialization to avoid warning (#2619)
* Fix: Do not check for plugin updates when there are no plugins (#2605)
* Change: Reorganize administration menu (#2621)
* Change: Update naming from Add-ons to Extensions, Marketplace (#2621)

## 1.42.0 - 2023-10-05
New!

Expand Down
59 changes: 30 additions & 29 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,23 +147,37 @@ You can view (and contribute) translations via the [translate.wordpress.org](htt

== Changelog ==

### 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)
### 2.0.0 - 2023-11-17
* Enhancement: Improve settings descriptions (#2639)
* Enhancement: Add directApply in Google job schema (#2635)
* Enhancement: Add 'Don't show this again' link to dismiss promote job modal in the editor (#2632)
* Enhancement: Add landing pages for Applications and Resumes extensions (#2621)
* Fix: Align actions in notices in the center (#2637)
* Fix: Safeguard array in WP_Job_Manager_Settings::input_capabilities (#2631)
* Fix: Escape menu titles and various admin labels (#2630)
* Fix: Incorrectly duplicated string in settings (#2628)
* Fix: Add array initialization to avoid warning (#2619)
* Fix: Do not check for plugin updates when there are no plugins (#2605)
* Change: Reorganize administration menu (#2621)
* Change: Update naming from Add-ons to Extensions, Marketplace (#2621)

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)
### 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)

### 1.41.0 - 2023-06-10
Expand All @@ -187,16 +201,3 @@ For developers:
### 1.40.1 - 2023-05-12
* Fix: Icons not displaying properly

### 1.40.0 - 2023-05-11
* Enhancement: Improve licensing page experience
* Enhancement: New email notifications setting
* Enhancement: Improve discoverability of addon updates
* Enhancement: New admin notices sytem with redesign
* Fix: "Hide Expired Listings Content" setting
* Fix: Hide expired job listings from archives
* Fix: Show license notice only to users who can manage licenses
* Fix: Select menu overlapping in Job Listing frontend
* Fix: Company video overlapping when no tagline set
* Change: Update tipTip library to use WooCommerce’s version
* Change: Bumped minimum PHP version from 7.2 to 7.4

0 comments on commit efe886d

Please sign in to comment.