Skip to content

Releases: pods-framework/pods

2.7.15 - September 5th 2019

05 Sep 13:48
Compare
Choose a tag to compare

Enhancements

Bug Fixes

2.7.14 - July 9th 2019

09 Jul 19:36
Compare
Choose a tag to compare

Bug Fixes

  • Fixed: Always convert database value for date/time fields with UTC timezone to maintain the actual value, #5382, #5402, #5403 (@JoryHogeveen)
  • Fixed: Stop add new button from being disabled when no selection has been made yet for single select, #5401 (@pglewis)
  • Fixed: Resolved PHP notices in PodsAPI::save_pod_item(), #5411 (@pglewis)

2.7.13 - June 28th 2019

28 Jun 17:06
Compare
Choose a tag to compare

Enhancements

Bug Fixes

  • Fixed: Cursor is jumping to the start of the block when Gutenberg autosaves, #5274 (@pglewis)
  • Fixed: Select drop-downs set to required, #5031 (@pglewis)
  • Fixed: HTML escaping issue in the Manage Fields list, #5246 (@pglewis)
  • Fixed: Translate Pods stuck with Portuguese translation in the Admin menus, #5259 (@JoryHogeveen)
  • Fixed: option cache handling when using external object cache, #5294 (@sc0ttkclark)
  • Fixed: Fix force WWW option on website/URL fields, #4881 (@pglewis)
  • Fixed: Phone field should not put anything in the field input on 'blank' values, #4881 (@pglewis)
  • Fixed: Versioned tag names are not compatible with Composer, #5278 (@pglewis)
  • Fixed: get_post_meta() always retriggers pods_transient_set(), #4690 (@pglewis)
  • Fixed: Date output in magic tags for date fields uses DateTime class by default instead of date_il8n, #5296 (@JoryHogeveen)
  • Fixed: PHP 7.3 compact() notices due to undefined var names, #5266 (@sc0ttkclark)
  • Fixed: Use Marionette.noConflict() to keep a private copy of Marionette, #5237 & #5354 (@pglewis)
  • Fixed: Remove floats from fields within pods manage fields (UI), #5362 (@nicdford)
  • Fixed: Set table charset for Pods Advanced Content Types to WP default charset, #5276 (@JoryHogeveen)
  • Fixed: Avoid PHP warnings by removing unused $check_value logic in PodsField_Pick, #5205 (@ziqbal, @JoryHogeveen)
  • Fixed: Fix PodsData fetch for when using object cache and settings pages, #4960 (@pcfreak30, @sc0ttclark, @JoryHogeveen)
  • Fixed: Moved session_id() check outside the big conditional so it's always executed, #5182 (@mastef)
  • Fixed: Change deprecated (since WP 5.1) hook wpmu_new_blog to wp_insert_site with backwards compatibility, #5369 (@JoryHogeveen)
  • Fixed: Error when PodsInit isn't available on network pages, #3353 (@JoryHogeveen)
  • Fixed: Shortcodes no longer stop the page from loading when they encounter SQL errors, #5279 (@sc0ttclark, @JoryHogeveen)

Pods 2.7.10 - December 5th 2018

06 Dec 00:09
Compare
Choose a tag to compare

Gutenberg / WordPress 5.0 Compatibility

Enhancements

  • Enhancement: Add pods conditional logic handling on frontend forms, #5136 (@JoryHogeveen)
  • Enhancement: Add current memory usage to stats, #5178 (@sc0ttkclark)
  • Enhancement: Add support for Taxonomy descriptions, #4766 (@sc0ttkclark)
  • Enhancement: Component Pages does not allow adding page templates in plugins, #4734 (@creabrain)
  • Enhancement: Add Pods functions to Query Monitor conditional, #5208 (@JoryHogeveen)
  • Enhancement: Add bi-directional status label to relationship fields, #5200 (@JoryHogeveen)
  • Enhancement: Removed old forum feed, inserted the wordpress.org feed, and squelched warnings from SimplePie/PHP 7+, #5172, #4363 (@pglewis)

Bug Fixes

  • Fixed: pods->save() does not clear fields with shorthand syntax, #5166 (@mastef)
  • Fixed: Comma character breaks custom post type dropdown, #2042 (@sc0ttkclark)
  • Fixed: Compatibility with Admin Columns 3.2+, #5129 (@JoryHogeveen, @DGStefan)
  • Fixed: Missing Styles of DFV form field using $pods->form, #5056 (@pglewis)
  • Fixed: "Single Select" Relationship Return differently depending on Format, #5138 (@pglewis)
  • Fixed: Media modal doesn't work on frontend using pods form, #4715 (@pglewis)
  • Fixed: Use minified versions of Backbone.Marionette and Backbone.Radio, #5115
  • Fixed: Always enqueue the DFV script by default if in the admin, #5111 (@pglewis, @sc0ttkclark)
  • Fixed: Add static groups cache for PodsMeta::groups_get() to improve memory usage on bulk wp_insert_post and other similar calls, #5088 (@sc0ttkclark)
  • Fixed: Only disable components when using PODS_TABLELESS if the component is relying on custom tables, #5206 (@JoryHogeveen)
  • Fixed: PHP Warning for array key pods_rel not found, #5210 (@JoryHogeveen)

Pods 2.7.9 - August 9th 2018

09 Sep 17:43
Compare
Choose a tag to compare

Features/Enhancements

  • Added: Support for Pods::fields() argument keyed which when set to true will return the array for relationship fields with the IDs used as keys, #5092 (@sc0ttkclark)
  • Added: pods_shortcode_output filter to allow customization of shortcode output based on shortcode attributes, #5083 (@sc0ttkclark)

Bug Fixes

  • Fixed: Fix compatibility issue with Polylang & WPML when getting the current language from the edit post and edit tax pages. #5060 (JoryHogeveen)