Skip to content

2.7.13 - June 28th 2019

Compare
Choose a tag to compare
@sc0ttkclark sc0ttkclark released this 28 Jun 17:06

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)