CHANGELOG.md in workarea-browse_option-2.1.9 vs CHANGELOG.md in workarea-browse_option-2.2.0

- old
+ new

@@ -1,22 +1,16 @@ -Workarea Browse Option 2.1.9 (2019-11-12) +Workarea Browse Option 2.2.0 (2020-01-21) -------------------------------------------------------------------------------- -* Restore Functionality for Explicit Options Passing +* Fix v3.5 update issue - Sometimes, an option named "option" will be passed into the product view - model that indicates what should be included in the cache key, and other - times it will be the actual name of the option, like "color". Ensure - that both variants are supported in the `CacheKey#option_parts` for - product view models. Tom Scott +* Allow passing `option` as the actual option name as well + Tom Scott -Workarea Browse Option 2.1.8 (2019-10-30) --------------------------------------------------------------------------------- - * Update cache_key.decorator Base on what I'm reading here: https://github.com/workarea-commerce/workarea-browse-option/blob/master/app/models/workarea/search/storefront/product_option.rb and some experimentation in a shell: @@ -31,9 +25,18 @@ => nil ``` This looks like it needs to be updated Jesse McPherson + +* Update test to reflect text ouput for bulk editing products + + Matt Duffy + +* Update categorization decoration for workarea v3.5 + + BROWSEOPTION-2 + Matt Duffy Workarea Browse Option 2.1.7 (2019-10-01) --------------------------------------------------------------------------------