Blog

Pods 1.9.8: Overwrite Existing Package Feature / Bug Fixes

Release Notes

  • Added: New Option to override existing packages during package import
  • Added: Pods and additional database calls are not initiated (but you can run the code as the files are included) when SHORTINIT is defined and set to true (also does not load much of WP itself)
  • Improved: Enhanced display / error information and implementation for package import
  • Bugfix: Fixed package export bug that generated an ’empty’ package when you click ‘Export’ without anything selected
  • Bugfix: No longer calling $pods_roles immediately, only used when needed in the code
  • Bugfix: &$referenced the $pods_cache variable to $cache for backwards compatibility – use $pods_cache going forward
  • Bugfix: Fixed minor PHP warnings/notices that come up when WP_DEBUG is defined and set to true