Skip to content

3.0 - September 13th, 2023

Compare
Choose a tag to compare
@sc0ttkclark sc0ttkclark released this 13 Sep 15:15
· 513 commits to main since this release
f96f404

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.

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: 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 directly from the Edit Post screen. (@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)