Skip to content

3.0 Beta 1 - April 28th, 2023

Pre-release
Pre-release

Choose a tag to compare

@sc0ttkclark sc0ttkclark released this 01 May 14:13

Official blog post: https://pods.io/2023/04/28/pods-3-0-beta-1-is-available-for-testing/

Breaking 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 5.8+ (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 the lowest version actively supported by The PHP Group.

Changelog

  • Feature: Conditional Logic for Fields - You can now choose to show or hide a field based on the value of another field. More will be expanded into this functionality in the future. #609 (@zrothauser, @sc0ttkclark, @Shelob9)
  • Added: New filter pods_tribe_common_vendor_autoload will now let you remove conflicting libraries from loading so your own libraries can continue to be used when that occurs. (@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)