- New: WordPress 4.7.3 compatibility
- New: WooCommerce 3.0.0 compatibility
- New: Categories field for product shortcode in VC
- New: Sorting categories on Brand Grid Shortcode (by name)
- New: admin can sort brands with Drag & Drop
- New: now terms are retrieved using default ordering (menu ordering)
- New: added shortcode yith_wcbr_product_brand to print brands of a specific product
- Tweak: added wpautop to brand description
- Tweak: removed _usort_terms_by_ID (WP 4.7 compatibility)
- Tweak: improved per brand filter on product page (changed filter name to avoid issue with WooCommerce Brands)
- Tweak: changed description container from p to div
- Tweak: changed sort algorithm for terms in brands_grid and brands_filter shortcodes
- Tweak: Check over "cb" column existence for taxonomy view
- Tweak: now terms sorting is case insensitive
- Tweak: added compatibiity with YIT Layout
- Fix: added "Brands" column when using attributes as brand taxonomy
- Fix: Brand/Category relationship method won't produce only last category anymore
- Dev: added yith_wcbr_taxonomy_labels filter, to let customers change taxonomy labels
- Dev: added yith_wcbr_brand_filter_terms filter, to let developers change shortcode term sorting
- Dev: added yith_wcbr_remove_brand_header_on_next_pages filter to show brand header on each archive page
- Dev: added action yith_wcbr_before_shortcode
- Dev: added actionyith_wcbr_after_shortcode
- Dev: added filter yith_wcbr_taxonomy_slug to customize taxonomy slug (use it at your own risk, as changing taxonomy slug will remove all terms and product associations)
Version 1.0.9 - Released on Nov 28, 2016
- Add: rewrite for brand in products url
- Add: per page value to Brand Thumbnail Widget
- Add: category param to yith_wcbr_brand_product_carousel and yith_wcbr_brand_product shortcodes
- Add: filter on product post type page
- Add: spanish translation
- Tweak: improved terms sorting in brand_filter and brand_grid shortcodes
- Tweak: extended get_brand_category_relationships to category children
- Tweak: changed pagination for brand_thumbnail shortcode: now per page is used even if no pagination is set
- Tweak: changed text doamin to yith-woocommerce-brands-add-on
- Dev: added yith_wcbr_brand_filter_heading_letters filter, to let third party dev add non ascii characters
- Dev: added yith_wcbr_brand_filter_heading_letter filter, to let dev filter brand heading letter
- Dev: added yith_wcbr_product_taxonomies filter, to let developers add custom product taxonomies
- Dev: added yith_wcbr_taxonomy_labels filter to let dev customize taxonomy labels
- Fixed: inconsistency with count number when "hide out of stock products" options is enabled
- Fixed: missing php tags for navigation on brand_filter.php template
- Fixed: filter per brand behaviour (products admin page)