Skip to content

Instantly share code, notes, and snippets.

@matzeeable
Last active February 14, 2019 16:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matzeeable/e5364e9f0b7fec32b99c7ee6a4b2a476 to your computer and use it in GitHub Desktop.
Save matzeeable/e5364e9f0b7fec32b99c7ee6a4b2a476 to your computer and use it in GitHub Desktop.
matthias-web.com Blog: Changelog
  • Added support for WooCommerce attributes (through an option)
  • Improved the tax switcher (when multiple category types are available)
  • Complete code rewrite
  • ... Same functionality with improved performance
  • ... with an eye on smooth user interface and experience
  • The plugin is now available in the following languages: English, German
  • Fixed bug with WooCommerce 3.3.x product attributes
  • (developers only) Sidebar is now fully written in ReactJS v16
  • (developers only) The plugin is now bundled with webpack v3
  • (developers only) Minimum of PHP 5.3 required now (in each update you'll find v2.4 for PHP 5.0+ compatibility)
  • (developers only) Minimum of WordPress 4.4 required now (in each update you'll find v2.4 for 4.0+ compatibility)
  • (developers only) PHP Classes modernized with autoloading and namespaces
  • (developers only) WP REST API v2 for API programming, no longer use admin-ajax.php for your CRUD operations
  • (developers only) Implemented cachebuster to avoid cache problems
  • (developers only) ApiGen for PHP Documentation
  • (developers only) JSDoc for JavaScript Documentation
  • (developers only) apiDoc for API Documentation
  • (developers only) WP HookDoc for Filters & Actions Documentation
  • (developers only) Custom filters and actions which affected the tree ouput are now removed, you have to do this in JS now
  • (developers only) All JavaScript events / hooks are removed now - contact me so I can implement for you
  • Added functionality to Import / Export folder hierarchy
  • Added functionality to Import an registered taxonomy with attachment relations
  • Improved touch experience, added scrollbar in media picker to avoid drag&drop attachments
  • Fixed bug with search bar when folders were not found
  • Fixed bug with query links
  • (developers only) Fixed bug with Database updates caused by dbDelta
  • Complete code rewrite
  • ... Same functionality with improved performance
  • ... with an eye on smooth user interface and experience
  • Improved performance when opening the media library in grid mode
  • Removed option in media settings to reset a single folder attachment order
  • (developers only) Removed API function wp_rml_select_tree
  • (developers only) Removed filters RML/Folder/TreeNodeLi/Class, RML/Folder/TreeNode/Class, RML/Folder/TreeNode/Content, RML/Folder/TreeNode/Href
  • (developers only) Rewrite the plugin to WP REST API, ReactJS, Mobx-State-Tree
  • (developers only) Changed IUserSettings/IMetadata interface method save()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment