Skip to content

Releases: pods-framework/pods

2.7.22 - August 13th 2020

13 Aug 18:00
c2345dd
Compare
Choose a tag to compare

Bug Fixes

  • Fixed: WP 5.5+ compatibility layer for postbox headers so they appear and work correctly while still working for previous versions of WordPress. #5806 (@sc0ttkclark)
  • Fixed: Patched a Freemius JS file that needed updating for WP 5.5+ compatibility. #5806 (@sc0ttkclark)
  • Fixed: Prevent fatal errors about memory when using preview links for Advanced Content Types. #5783 (@JoryHogeveen)
  • Fixed: Prevent fatal errors about memory when using certain magic tag / thumbnail combinations. #5805 (@JoryHogeveen)
  • Fixed: Resolve our DFV JS <div> issues with PodsUI filters and add .toggle-row class handling for frontend. #5806 (@sc0ttkclark)
  • Fixed: Ensure REST API responses for Media returns correct value when extended by Pods. #5763 (@JoryHogeveen)
  • Fixed: Ensure pods_permission() unserializes when role/capability data is serialized. #5768 (@JoryHogeveen)

2.7.21 - June 30th 2020

30 Jun 15:19
0719aac
Compare
Choose a tag to compare

New Features & Enhancements

Bug Fixes

2.7.20.1 - June 4th 2020

08 Jun 14:55
Compare
Choose a tag to compare
  • Security: Remove deprecated usage of escapeMarkup in selectWoo and tighten JS rendering (@sc0ttkclark, @miha.jirov)

2.6.11.1 - June 4th, 2020

08 Jun 14:59
Compare
Choose a tag to compare
  • Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)

2.5.5.1 - June 4th, 2020

08 Jun 15:00
Compare
Choose a tag to compare
  • Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)

2.4.4.1 - June 4th, 2020

08 Jun 15:00
Compare
Choose a tag to compare
  • Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)

2.4.4 - March 16th 2015

04 Jun 17:47
Compare
Choose a tag to compare
  • Security Update: We recommend all Pods 1.x/2.x installations be updated to the latest version of Pods
  • or replace your plugin files with the download of your version from http://wordpress.org/plugins/pods/developers/
  • Fixed: Pods UI orderby now strictly enforces Database column format

2.7.20 - April 5th 2020

05 Apr 05:48
Compare
Choose a tag to compare

Bug Fixes

  • Fixed: Resolved issues with Freemius notices not being able to be properly dismissed. (@sc0ttkclark)

Note: 2.7.19 was bugged due to a deployment that sent out a copy of 2.7.18 as 2.7.19.

2.7.18 - April 3rd 2020

03 Apr 20:11
Compare
Choose a tag to compare

New Features & Enhancements

  • Added: Add is_required() helper method for fields objects to abstract some logic. #5657 (@JoryHogeveen)
  • Updated: Removed duplicate code from pods_list_filter() that is now in wp_list_filter(). #5644 (@JoryHogeveen)
  • Updated: Now prefixing the Templates and Pages component menu items with "Pod" so they aren't as easily confused with normal WordPress menu items. #5647 (@JoryHogeveen)

Bug Fixes

  • Fixed: Compatibility layer for ACF so it won't conflict anymore. #5667 (@sc0ttkclark)
  • Fixed: Remove PHP 5.6+ only code that was causing issues for those running older PHP versions. #5659 (@JoryHogeveen)
  • Fixed: Prevent PHP errors when enforcing numeric values during validation of number fields. #5666 (@JoryHogeveen)
  • Fixed: Prevent deprecated warnings with special magic tags usage like {@user.id} instead of {@user.ID}. #5642 (@JoryHogeveen)
  • Fixed: Fix the decimal/thousands separator logic used for number and currency field validation and saving. #5653 (@JoryHogeveen)
  • Fixed: Resolve issues with [if] and [else] logic for boolean fields that was causing it to always evaluate to true. #5656 (@JoryHogeveen)
  • Fixed: Only load Freemius on Pods Admin, Plugins, or the Updates screens. (@sc0ttkclark)

2.7.17.1 - March 27th 2020

27 Mar 17:22
ea81ea8
Compare
Choose a tag to compare

Bug Fixes