Skip to content

1.2.0 Scruffy Scruffington

Compare
Choose a tag to compare
@mboynes mboynes released this 05 Nov 20:29
550f748

Fieldmanager version 1.2.0 is a janitorial release. Coding standards updates and bug fixes aplenty!

Breaking Changes

This release has a few potentially (albeit very low-risk) breaking changes to be aware of:

  • Minimum required version of WordPress increased to 4.7. See #651.
  • Chosen was updated to the latest version, which changes the html classes added to select elements. See #488.
  • Fieldmanager_Draggable_Post and Fieldmanager_Context_Page are now deprecated. Flagging them as deprecated doesn't technically make for a breaking change, but using them will now throw a warning. See #653.
  • Fieldmanager_Colorpicker::sanitize_hex_color() was removed in favor of core's sanitize_hex_color(). See #669, #492.

Changelog (since 1.1.0)

  • Coding standards cleanse -- huge props to @kjbenk and @dlh01! (#645, amongst many others)
  • Update Travis CI config to test against PHP 7.1, 7.2 (#641)
  • Delete highly important .DS_Store file (#572)
  • Enhance composer.json (#550)
  • Move label within wrapper if not one_label_per_item (#634)
  • Remove leftover reference to this in fm_remove() (#577)
  • Allow changing the $autoload submenu parameter (#558, #655)
  • Add field-specific element markup filters (#495)
  • Add dev branch to Travis CI tests (#465)
  • Return before casting empty Datepicker value to integer (#564)
  • PHPDoc updates (#619)
  • Update get_terms() arguments (#541)
  • Cast scalar meta values as string (#650)
  • Test Datasource Term with Multiple Taxonomy (#542)
  • Increase minimum supported WP version to 4.7 (#651)
  • Add version tag and improve class used in test (#652)
  • Update chosen.js (#488)
  • Deprecate Fieldmanager_Draggable_Post and Fieldmanager_Context_Page (#653)
  • Assign classes to the hidden checkbox form element (#557)
  • Add 'utils' to RichTextArea script dependencies (#559)
  • Fix issues with only_save_to_taxonomy (#659)
  • Allow limiting to top-level terms, for which Core uses parent of 0 (#664)
  • Fix sortable bug with mixed sortable nested groups (#667)
  • Don't force a term parent if one is requested (#665)

See the full diff for additional details.

Release Credits

@kjbenk, @dlh01, @mboynes, @mslinnea, @pjpak, @mjangda, @szepeviktor, @david-binda, @joshkadis, @s3rgiosan, @kkoppenhaver, @srtfisher, @ethitter