Update 2.0.4
- heap of small fixes
- text search syntax: added operator AND ‘^~‘. Example: 360^~cats^!mole – find all strings where is ‘360‘ AND ‘cats‘ but without ‘mole‘.
- new column ‘Visibility‘ in tab Bulk Edit so in tab Products Editor
- to variations added shipping class
- in bulk edit operation to product title now it is possible add its attributes titles, for example: {attribute:pa_size}
- to products variations tax class added new option as ‘Same as parent‘
- to tab History added pagination and extended filter there
- new hook ‘woobe_filter_taxonomies_exists_show‘ which unlock hidden feature about searching in products existence taxonomies and attributes (its attaching).Use: to current wp theme functions.php file add:
add_filter('woobe_filter_taxonomies_exists_show', function() { return true; });
- restriction of variables combinations for export (when switcher ‘variations‘ enabled on the tools panel)
- wp-admin/edit.php?post_type=product&page=woobe&start_page=25 – start page in link as parameter, temporary measure, in the next version will be added ajax smooth page jumping