#
v3.0.0 - v1.0.0
#
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
#
2.2.0
2017-06-24
- add full compatibility with WordPress 4.8
- add ESC to close the rename category action
- add F2 handler to rename a category
- add double click event to open category hierarchy
- add search input field for categories
- fix bug with some browsers when local storage is disabled
#
2.1.1
2017-03-24
- add https://matthias-web.com as author url
- improve the way of rearrange mode, the folders gets expand after 700ms of hover
- fix bug with > 600 categories
- fix bug with styles and scripts
- fix bug with rearrange
#
2.1.0
2016-11-24
- add new version of AIO tree view (1.3.1)
- add the MatthiasWeb promotion dialog
- add responsivness
- improve performance with lazy loading of categories
- improve changelog
- Use rootParentId in jQuery AIO tree
- fix bug with jQuery AIO tree version when RML is enabled
#
2.0.2
2016-09-09
- Conflict with jQuery.allInOneTree
#
2.0.1
2016-09-02
- add minified scripts and styles
- fix capability bug while logged out
- add Javascript polyfill's to avoid browser incompatibility
- fix bug for crashed safari browser
- fix bug with boolval function
#
2.0.0
2016-08-08
- add more userfriendly toolbar (ported from RML)
- add fixed header
- add "fast mode" for switching between taxonomies without page reload
- add "fast mode" for switching between categories without page reload
- add "fast mode" for switching between pages without page reload
- add taxonomy to pages
- add custom order for taxonomies
- add new advertisment system for MatthiasWeb
- Complete recode of PHP and Javascript
#
1.1.1
2016-01-20
- add facebook advert on plugin activation
- fix count of categories
#
1.1.0
2015-11-28
- fix conditional tag to create / sort items
- fix hierarchical read of categories
- fix append method with CTRL - now tap and hold any key to append
#
1.0.2
2015-11-13
- remove unnecessary code
- fix jquery conflict
#
1.0.1
2015-11-10
- fix javascript error for firefox, ie and opera
#
1.0.0
2015-11-08
- initial Release