v3.0.4 - v2.2.1

3.0.4 (2018-06-4)

  • fix bug with spinning loader when permalink structure is "Plain"
  • fix bug with german translation
  • fix bug with IE11/Edge browser

3.0.3 2018-05-17

  • fix bug with WPML and fetching a tree from another language within admin dashboard

3.0.2 2018-05-08

  • improve performance
  • fix bug with switching from category to "All posts"
  • add Mobx State Tree for frontend state management

3.0.1 2018-03-09

  • fix bug with mobile devices

3.0.0 2018-02-28

  • 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
  • fix bug with WooCommerce 3.3.x product attributes
  • Sidebar is now fully written in ReactJS v16
  • The plugin is now bundled with webpack v3
  • Minimum of PHP 5.3 required now (in each update you'll find v2.4 for PHP 5.0+ compatibility)
  • Minimum of WordPress 4.4 required now (in each update you'll find v2.4 for 4.0+ compatibility)
  • PHP Classes modernized with autoloading and namespaces
  • WP REST API v2 for API programming, no longer use admin-ajax.php for your CRUD operations
  • Implemented cachebuster to avoid cache problems
  • ApiGen for PHP Documentation
  • JSDoc for JavaScript Documentation
  • apiDoc for API Documentation
  • WP HookDoc for Filters & Actions Documentation
  • Custom filters and actions which affected the tree ouput are now removed, you have to do this in JS now
  • All JavaScript events / hooks are removed now - contact me so I can implement for you

2.4.0 2018-01-16

  • add support for WooCommerce attributes (through an option)
  • improve the tax switcher (when multiple category types are available)

2.3.2 2017-11-24

  • fix bug with hidden sidebar without resized before
  • add filter to hide category try for specific taxonomies (RCL/Available)

2.3.1 2017-10-31

  • fix bug after creating a new post the nodes are not clickable
  • fix bug when switching taxonomy when fast mode is deactivated

2.3.0 2017-10-28

  • add ability to expand/collapse the complete sidebar by doubleclick the resize button
  • fix bug with WooCommerce 3.x
  • fix bug with touch devices (no dropdown was touchable)
  • fix bug with ESC key in rename mode
  • fix bug with creating a new folder and switch back to previous
  • fix bug with taxonomy switcher (especially WooCommerce products)
  • improve the save of localStorage items within one row per tree instance

2.2.1 2017-09-22

  • improve the tax switcher when more than two taxonomies are available
  • fix bug when switching to an taxonomy with no categories
  • add new filter to disable RCL sorting mechanism