Skip to content

2.9.10 - December 13th, 2022

Compare
Choose a tag to compare
@sc0ttkclark sc0ttkclark released this 13 Dec 15:08
· 1070 commits to main since this release
  • Performance: Major performance improvements have been made to decrease queries in more areas of Pods and reduce overall load on any page. (@sc0ttkclark)
  • Added: New WP-CLI tool command: wp pods tools delete-all-content <pod> [--test] (@sc0ttkclark)
  • Added: New WP-CLI tool command: wp pods tools delete-all-groups-and-fields <pod> [--test] (@sc0ttkclark)
  • Added: New WP-CLI tool command: wp pods tools delete-all-relationship-data <pod> [--fields] [--test] (@sc0ttkclark)
  • Added: New WP-CLI tool command: wp pods tools repair-groups-and-fields <pod> [--test] (@sc0ttkclark)
  • Added: Pods Admin > Tools and Pod Resets can now be previewed before you run them. (@sc0ttkclark)
  • Tweak: Added debug backtrace to DB query errors as an admin, just add ?pods_debug_backtrace=1 to the URL to enable that to find out more details about where the query came from. (@sc0ttkclark)
  • Tweak: Relationships related to a Post Type now have an option to specify "Any Status" as an option for which posts to show. (@sc0ttkclark)
  • Fixed: Advanced filters modal shows empty input fields as expected now for Advanced Content Types. #6949 (@sc0ttkclark)
  • Fixed: Implemented num_prefix in Pods::ui() for more customization capabilities. (@sc0ttkclark)
  • Fixed: Reduce load on block editor screen for Pods Blocks that have no preview. (@sc0ttkclark)
  • Fixed: PHP 8.0+ compatibility changes have been made to bypass PHP deprecation notices. #6579 (@sc0ttkclark)
  • Fixed: All currently known PHP 8.0+ deprecation notices have been resolved. (@sc0ttkclark)
  • Fixed: Removed %%%s%% usage in prepared LIKE queries for PodsTermSplitting class. (@sc0ttkclark)
  • Fixed: Pods Auto Templates now checks whether a post is password protected (and needs auth) before outputting the template. #6962 (@sc0ttkclark)
  • Fixed: Excluded Pods config post types from deletion when post author is deleted. #6938 (@sc0ttkclark)
  • Fixed: Settings values now get cached and cleared correctly between saves. #6964 (@sc0ttkclark)
  • Fixed: Admin Columns integration no longer throws unaught type errors for field values that contain an array. #6965 #6966 (@therealgilles, @sc0ttkclark)
  • Fixed: Block editor inspector controls for Pods Blocks that have dropdowns now show as full width as expected. (@sc0ttkclark)