Releases: pods-framework/pods
Releases · pods-framework/pods
2.7.22 - August 13th 2020
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 withPodsUI
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
New Features & Enhancements
- Added: New filter:
pods_field_pick_object_data_params
. #5756 (@JoryHogeveen) - Added: Pods fields & magic tags: Traverse through serialized metadata. #5603 (@JoryHogeveen)
- Added: Support
get_query_var()
in pods_v (and thus special magic tags:{@query.##}
). #5719 (@JoryHogeveen) - Added: WYSIWYG field option for custom editor height. #5673 (@JoryHogeveen)
- Enhancement: REST field options: Only display depth for array response type. #5714 (@JoryHogeveen)
- Updated: Refactor Pods::field() method. #5682 (@JoryHogeveen)
Bug Fixes
- Fixed: Relationship dropdown error & encoding. #5740 (@JoryHogeveen)
- Fixed: Getting single vs multiple metadata values edge case errors. #5661 (@JoryHogeveen)
- Fixed: Nested relationship fields should render as array of objects in REST. #5745 (@lkraav)
- Fixed: Add
noopener
andnoreferrer
for all target_blank
links. #5742 (@JoryHogeveen) - Fixed: Only check
delete_users
for single installations inpods_is_admin()
. #5712 (@JoryHogeveen) - Fixed: Deprecated taxonomy form actions. #5700 (@JoryHogeveen)
- Fixed: DateTime field: Allow input values compatible with the display format. #5687 (@JoryHogeveen)
- Fixed: Whitespace trimming for templates. #5672 (@sc0ttkclark)
- Fixed: Taxonomy option rewrite with front label tooltip. #5681 (@JoryHogeveen)
- Fixed: Pods test factory compatibility with WP core text factory. #5716 (@JoryHogeveen)
2.7.20.1 - June 4th 2020
- Security: Remove deprecated usage of escapeMarkup in selectWoo and tighten JS rendering (@sc0ttkclark, @miha.jirov)
2.6.11.1 - June 4th, 2020
- Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)
2.5.5.1 - June 4th, 2020
- Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)
2.4.4.1 - June 4th, 2020
- Security: Remove deprecated usage of escapeMarkup in Select2 (@sc0ttkclark, @miha.jirov)
2.4.4 - March 16th 2015
- 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
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
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
Bug Fixes
- Fixed: Double comma in custom pick display formats. #5637 (@JoryHogeveen)
- Fixed: Auto
use_current
not working correctly outside the loop. #5636 (@JoryHogeveen) - Fixed: pods_trim() does not trim whitespaces by default. #5640 (@JoryHogeveen)