Skip to content

3.0.5 - October 2nd, 2023

Compare
Choose a tag to compare
@sc0ttkclark sc0ttkclark released this 02 Oct 13:59
· 440 commits to main since this release
b0f29f3
  • Tweak: Added the "full" image size to the reference list in the Pods Template editor. #7183 #7184 (@JoryHogeveen)
  • Fixed: PHP deprecated notices resolved for WYSIWYG field. #7182 (@sc0ttkclark)
  • Fixed: Relationships with user capabilities filtered will now work as expected in more cases when using WP multisite. #7181 #7185 (@JoryHogeveen)
  • Fixed: Enforce single value for inputs instead of arrays of values in single format for file/relationship field. This resolves issues with Conditional Logic not seeing the initial value on reload. (@sc0ttkclark)
  • Fixed: Normalize numbers when doing conditional logic comparisons. (@sc0ttkclark)
  • Fixed: Add new options to trim content of fields by removing empty p tags, trimming whitespace at the end of lines, and removing extra lines. Default those to off (previously they were just always on). (@sc0ttkclark)
  • Fixed: Add tribe() backward compatibilty function for Pods add-ons that still call that function. This only gets included by Pods when Tribe Common is not detected on the site. (@sc0ttkclark)
  • Fixed: Resolve file/relationship lookups for settings pages that are DB vs file-based configs. (@sc0ttkclark)