From 36dc014fce733efb72e9fbd60e69413e90fd1484 Mon Sep 17 00:00:00 2001 From: Scott Kingsley Clark Date: Tue, 12 Sep 2023 10:20:44 -0500 Subject: [PATCH] Changelog updates for 3.0 --- changelog.txt | 24 ++++++++++++++++++++++++ package.json | 2 +- readme.txt | 7 ++++--- ui/admin/callouts/friends_2023_docs.php | 2 +- 4 files changed, 30 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 61b8f04cca..2e9748939c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,30 @@ Found a bug? Have a great feature idea? Get on GitHub and tell us about it and w Our GitHub has the full list of all prior releases of Pods: https://github.com/pods-framework/pods/releases += 3.0 - September 12th, 2023 = + +**Compatibility warning** + +New minimum required versions have been updated as follows which includes notices to let you know if you need to update something: + +* New minimum WP version required: WordPress 6.0+ (previously: WP 5.7+) +* New minimum PHP version required: PHP 7.2+ (previously: PHP 5.6+) — Hey! You should take the time to update to PHP 8.1+ because that is currently the lowest version actively supported by The PHP Group. + +**3.0 Changelog** + +* Feature: [Conditional Logic for Fields](https://docs.pods.io/fields/conditional-logic-for-fields/) - You can now choose to show or hide a Pods field based on the value of another Pods field. More will be expanded into this functionality in the future. #609 (@zrothauser, @sc0ttkclark, @Shelob9) +* Feature: Support for the new Command Palettes feature added in WordPress 6.3. This will allow you to contextually go to the Edit Pod screen for the matching Pod configuration of that post type. (@sc0ttkclark) +* Added: Set up backward compatible updates to our prior `depends-on` and related logic for internal conditional logic prior to Pods 3.0 so they now properly translate over to the new format required. (@sc0ttkclark) +* Added: When importing and exporting Pods packages, they now include the list of active components. (@sc0ttkclark) +* Fixed: Media saving issue has been resolved when the Media Modal fields are disabled, it now saves fields as expected. #7158 (@sc0ttkclark, @pd-cm) +* Fixed: Improved compatibility with Polylang. #7139 #7140 (@JoryHogeveen) +* Fixed: Redirects after deleting a Pod now send to the current site dashboard instead of hardcoded `/wp-admin/` link. #7137 #7162 (@JoryHogeveen) +* Fixed: When extending a post type or taxonomy it will now use the associated post type or taxonomy label when setting up the pod so it matches. #6350 (@sc0ttkclark) +* Fixed: Resolved problems with saving the featured image from frontend forms when a post type supports featured images. (@sc0ttkclark) +* Fixed: Don't show SQL errors when getting relationship data for forms if the debug display is disabled in WP. (@sc0ttkclark) +* Fixed: Improved tooltip appearances with better color contrast. #7119 #7118 (@heybran) +* Removed: The Tribe Common library has been removed from Pods and it will alleviate conflicts from plugins like The Events Calendar and Event Tickets going forward. (@sc0ttkclark) + = 2.9.19 - June 28th, 2023 = * Fixed: Ensure that cache modes are validated correctly to prevent transients / static cache / etc from being forced into persistent cache which could fill caches up. (@sc0ttkclark, props to Björn Hasselberg for helping debug and find this) diff --git a/package.json b/package.json index 9f7b028a35..fac5e9c355 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pods", - "version": "3.0.0-rc-1", + "version": "3.0.0", "description": "Pods is a development framework for creating, extending, managing, and deploying customized content types in WordPress.", "author": "Pods Foundation, Inc", "homepage": "https://pods.io/", diff --git a/readme.txt b/readme.txt index 1bbb736786..b43719b425 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: pods, custom post types, custom taxonomies, content types, custom fields, Requires at least: 6.0 Tested up to: 6.3 Requires PHP: 7.2 -Stable tag: 3.0.0-rc-1 +Stable tag: 3.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -186,12 +186,13 @@ New minimum required versions have been updated as follows which includes notice **3.0 Changelog** -* Feature: Conditional Logic for Fields - You can now choose to show or hide a Pods field based on the value of another Pods field. More will be expanded into this functionality in the future. #609 (@zrothauser, @sc0ttkclark, @Shelob9) +* Feature: [Conditional Logic for Fields](https://docs.pods.io/fields/conditional-logic-for-fields/) - You can now choose to show or hide a Pods field based on the value of another Pods field. More will be expanded into this functionality in the future. #609 (@zrothauser, @sc0ttkclark, @Shelob9) * Feature: Support for the new Command Palettes feature added in WordPress 6.3. This will allow you to contextually go to the Edit Pod screen for the matching Pod configuration of that post type. (@sc0ttkclark) * Added: Set up backward compatible updates to our prior `depends-on` and related logic for internal conditional logic prior to Pods 3.0 so they now properly translate over to the new format required. (@sc0ttkclark) * Added: When importing and exporting Pods packages, they now include the list of active components. (@sc0ttkclark) +* Fixed: Media saving issue has been resolved when the Media Modal fields are disabled, it now saves fields as expected. #7158 (@sc0ttkclark, @pd-cm) * Fixed: Improved compatibility with Polylang. #7139 #7140 (@JoryHogeveen) -* Fixed: +* Fixed: Redirects after deleting a Pod now send to the current site dashboard instead of hardcoded `/wp-admin/` link. #7137 #7162 (@JoryHogeveen) * Fixed: When extending a post type or taxonomy it will now use the associated post type or taxonomy label when setting up the pod so it matches. #6350 (@sc0ttkclark) * Fixed: Resolved problems with saving the featured image from frontend forms when a post type supports featured images. (@sc0ttkclark) * Fixed: Don't show SQL errors when getting relationship data for forms if the debug display is disabled in WP. (@sc0ttkclark) diff --git a/ui/admin/callouts/friends_2023_docs.php b/ui/admin/callouts/friends_2023_docs.php index 8ffb8a22ce..0c435916eb 100644 --- a/ui/admin/callouts/friends_2023_docs.php +++ b/ui/admin/callouts/friends_2023_docs.php @@ -5,7 +5,7 @@ $callout = 'friends_2023_docs'; -$donor_count = 1226; +$donor_count = 1759; $donor_goal = 5000; $progress_width = ( $donor_count / $donor_goal ) * 100;