Shoptimizer v1.2.0-beta
starmandeluxe
released this
01 Jul 03:20
·
72 commits
to main
since this release
New Features
Multiple Optimizers
- Added support for using Google Product Category as number IDs instead of strings as the request input data.
Optional per-item exclusion attribute feature
- Added support for an optional "excludeOptimizers" attribute in each entry of an API request to control which optimizers should be skipped for that entry. See the Developer Guide for details.
Config Files
- Added additional default string patterns for the Japanese language.
Bugfixes/Changes
- In title-word-order-optimizer, changed the threshold number of characters for Japanese that controls words located "near the front of the title" from 12 to 18.
- Covered an edge case in title-length-optimizer where comparing the description with a truncated title that contains ellipsis resulted in unintentionally optimizing the product.
Misc
- Added a column "Potentially Modified Attributes" to the README which makes it transparent which Content API attributes could be modified by a specific optimizer.
- Fixed various unit test cases.