workarea 3.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (571) hide show
  1. checksums.yaml +7 -0
  2. data/.rubocop.yml +326 -0
  3. data/CHANGELOG.md +20501 -0
  4. data/README.md +163 -0
  5. data/docker-compose.yml +27 -0
  6. data/docs/Gemfile +8 -0
  7. data/docs/bin/middleman +29 -0
  8. data/docs/config.rb +87 -0
  9. data/docs/config.ru +7 -0
  10. data/docs/data/articles.yml +157 -0
  11. data/docs/package.json +15 -0
  12. data/docs/source/404.html.erb +13 -0
  13. data/docs/source/articles/access-routes-in-javascript.html.md +33 -0
  14. data/docs/source/articles/add-a-content-area.html.md +169 -0
  15. data/docs/source/articles/add-a-content-block-type.html.md +334 -0
  16. data/docs/source/articles/add-a-report.html.md +202 -0
  17. data/docs/source/articles/add-css-through-the-admin-ui.html.md +30 -0
  18. data/docs/source/articles/add-javascript-through-a-manifest.html.md +367 -0
  19. data/docs/source/articles/add-javascript-through-a-view.html.md +80 -0
  20. data/docs/source/articles/add-javascript-through-the-admin-ui.html.md +30 -0
  21. data/docs/source/articles/add-metrics.html.md +58 -0
  22. data/docs/source/articles/add-or-replace-a-pricing-calculator.html.md +150 -0
  23. data/docs/source/articles/add-remove-or-change-a-mongoid-validation.html.md +147 -0
  24. data/docs/source/articles/add-remove-or-change-a-product-template.html.md +142 -0
  25. data/docs/source/articles/add-remove-sort-and-group-storefront-search-filters.html.md +483 -0
  26. data/docs/source/articles/add-stylesheets-through-a-manifest.html.md +276 -0
  27. data/docs/source/articles/add-system-content.html.md +138 -0
  28. data/docs/source/articles/analytics-overview.html.md +51 -0
  29. data/docs/source/articles/analyze-storefront-search-results.html.md +261 -0
  30. data/docs/source/articles/api-overview.html.md +35 -0
  31. data/docs/source/articles/appending.html.md +506 -0
  32. data/docs/source/articles/application-document.html.md +88 -0
  33. data/docs/source/articles/automated-javascript-testing.html.md +162 -0
  34. data/docs/source/articles/b2b-overview.html.md +64 -0
  35. data/docs/source/articles/browser-and-device-support.html.md +47 -0
  36. data/docs/source/articles/change-product-placeholder-image.html.md +39 -0
  37. data/docs/source/articles/change-storefront-search-results.html.md +283 -0
  38. data/docs/source/articles/change-the-storefront-product-pricing-ui.html.md +348 -0
  39. data/docs/source/articles/change-the-storefront-search-filters-ui.html.md +103 -0
  40. data/docs/source/articles/checkout.html.md +479 -0
  41. data/docs/source/articles/commerce-model.html.md +164 -0
  42. data/docs/source/articles/configuration-for-hosting.html.md +106 -0
  43. data/docs/source/articles/configuration.html.md +406 -0
  44. data/docs/source/articles/configure-a-payment-gateway.html.md +58 -0
  45. data/docs/source/articles/configure-asset-storage.html.md +29 -0
  46. data/docs/source/articles/configure-asset-types.html.md +18 -0
  47. data/docs/source/articles/configure-contact-form-subjects-list.html.md +24 -0
  48. data/docs/source/articles/configure-imageoptim.html.md +23 -0
  49. data/docs/source/articles/configure-locales.html.md +45 -0
  50. data/docs/source/articles/configure-logins-and-authentication.html.md +42 -0
  51. data/docs/source/articles/configure-low-inventory-threshold.html.md +26 -0
  52. data/docs/source/articles/configure-product-image-sizes-and-processing.html.md +28 -0
  53. data/docs/source/articles/content.html.md +554 -0
  54. data/docs/source/articles/contentable.html.md +41 -0
  55. data/docs/source/articles/contribute-code.html.md +69 -0
  56. data/docs/source/articles/contribute-documentation.html.md +60 -0
  57. data/docs/source/articles/create-a-custom-discount.html.md +234 -0
  58. data/docs/source/articles/create-a-new-app.html.md +131 -0
  59. data/docs/source/articles/create-a-plugin.html.md +19 -0
  60. data/docs/source/articles/create-a-style-guide.html.md +71 -0
  61. data/docs/source/articles/create-a-theme.html.md +134 -0
  62. data/docs/source/articles/css-architectural-overview.html.md +89 -0
  63. data/docs/source/articles/customize-a-helper.html.md +91 -0
  64. data/docs/source/articles/decoration.html.md +415 -0
  65. data/docs/source/articles/define-and-configure-inventory-policies.html.md +107 -0
  66. data/docs/source/articles/documentation-style-guide.html.md +48 -0
  67. data/docs/source/articles/documentation.html.md +54 -0
  68. data/docs/source/articles/domain-modeling.html.md +82 -0
  69. data/docs/source/articles/error-pages.html.md.erb +95 -0
  70. data/docs/source/articles/extension-overview.html.md +152 -0
  71. data/docs/source/articles/favicon-support.html.md +112 -0
  72. data/docs/source/articles/feature-spec-helper-stylesheet.html.md +25 -0
  73. data/docs/source/articles/featurejs-and-feature-spec-helper.html.md +20 -0
  74. data/docs/source/articles/help-and-support.html.md +34 -0
  75. data/docs/source/articles/html-fragment-caching.html.md +46 -0
  76. data/docs/source/articles/http-caching.html.md +43 -0
  77. data/docs/source/articles/i18n.html.md +35 -0
  78. data/docs/source/articles/images-flow.html.md +10 -0
  79. data/docs/source/articles/index-storefront-search-documents.html.md +104 -0
  80. data/docs/source/articles/infrastructure.html.md +46 -0
  81. data/docs/source/articles/installing.html.md +61 -0
  82. data/docs/source/articles/integrate-a-payment-gateway.html.md +124 -0
  83. data/docs/source/articles/integrate-a-web-analytics-provider.html.md +35 -0
  84. data/docs/source/articles/integrate-an-inventory-management-system.html.md +88 -0
  85. data/docs/source/articles/integrating-with-other-software.html.md +59 -0
  86. data/docs/source/articles/inventory.html.md +352 -0
  87. data/docs/source/articles/javascript-coding-standards.html.md +30 -0
  88. data/docs/source/articles/javascript-modules.html.md +174 -0
  89. data/docs/source/articles/javascript-overview.html.md +62 -0
  90. data/docs/source/articles/javascript-reference-documentation.html.md +51 -0
  91. data/docs/source/articles/javascript-templates.html.md +52 -0
  92. data/docs/source/articles/low-level-caching.html.md +25 -0
  93. data/docs/source/articles/maintain-a-plugin.html.md +12 -0
  94. data/docs/source/articles/maintenance-policy.html.md +79 -0
  95. data/docs/source/articles/navigable.html.md +51 -0
  96. data/docs/source/articles/navigating-the-code.html.md +149 -0
  97. data/docs/source/articles/navigation.html.md +386 -0
  98. data/docs/source/articles/order-life-cycle.html.md +546 -0
  99. data/docs/source/articles/order-pricing.html.md +389 -0
  100. data/docs/source/articles/orders-and-items.html.md +210 -0
  101. data/docs/source/articles/orders.html.md +66 -0
  102. data/docs/source/articles/overriding.html.md +155 -0
  103. data/docs/source/articles/overview.html.md +43 -0
  104. data/docs/source/articles/plugins-overview.html.md +12 -0
  105. data/docs/source/articles/prerequisites-and-dependencies.html.md +202 -0
  106. data/docs/source/articles/products.html.md.erb +1270 -0
  107. data/docs/source/articles/progressive-web-application-support.html.md +148 -0
  108. data/docs/source/articles/rails-asset-manifests.html.md +33 -0
  109. data/docs/source/articles/rails-asset-view-helpers.html.md +25 -0
  110. data/docs/source/articles/reading-data.html.md +10 -0
  111. data/docs/source/articles/releasable.html.md +37 -0
  112. data/docs/source/articles/report-a-bug.html.md +75 -0
  113. data/docs/source/articles/ruby-coding-standards.html.md +10 -0
  114. data/docs/source/articles/run-sidekiq-in-a-local-environment.html.md +40 -0
  115. data/docs/source/articles/searching.html.md +1005 -0
  116. data/docs/source/articles/security-policy.html.md +42 -0
  117. data/docs/source/articles/seeds.html.md +345 -0
  118. data/docs/source/articles/shipping.html.md +756 -0
  119. data/docs/source/articles/sort-and-exclude-product-options.html.md +47 -0
  120. data/docs/source/articles/storefront-search-features.html.md +568 -0
  121. data/docs/source/articles/storefront-searches.html.md +126 -0
  122. data/docs/source/articles/style-guides.html.md +21 -0
  123. data/docs/source/articles/stylesheet-coding-standards.html.md +24 -0
  124. data/docs/source/articles/stylesheets-overview.html.md +67 -0
  125. data/docs/source/articles/swappable-list-data-structure.html.md +81 -0
  126. data/docs/source/articles/system-emails.html.md +102 -0
  127. data/docs/source/articles/taggable.html.md +8 -0
  128. data/docs/source/articles/test-a-credit-card-transaction.html.md +16 -0
  129. data/docs/source/articles/test-if-a-plugin-is-installed.html.md +34 -0
  130. data/docs/source/articles/testing.html.md +914 -0
  131. data/docs/source/articles/themes-overview.html.md +155 -0
  132. data/docs/source/articles/translate-administrable-content.html.md +14 -0
  133. data/docs/source/articles/translate-javascript-content.html.md +16 -0
  134. data/docs/source/articles/translate-or-customize-message-content.html.md +29 -0
  135. data/docs/source/articles/translate-or-customize-static-content.html.md +30 -0
  136. data/docs/source/articles/use-an-existing-workarea-app.html.md +108 -0
  137. data/docs/source/articles/view-models.html.md +509 -0
  138. data/docs/source/articles/views.html.md +14 -0
  139. data/docs/source/articles/workers.html.md +613 -0
  140. data/docs/source/articles/writing-data.html.md +10 -0
  141. data/docs/source/cli.html.md +163 -0
  142. data/docs/source/favicon.ico +0 -0
  143. data/docs/source/images/3-variants-1-option.png +0 -0
  144. data/docs/source/images/3-variants-3-options.png +0 -0
  145. data/docs/source/images/3-years-primary-image.png +0 -0
  146. data/docs/source/images/404-storefront-error-page.png +0 -0
  147. data/docs/source/images/404-system-content-admin.png +0 -0
  148. data/docs/source/images/404.jpg +0 -0
  149. data/docs/source/images/5-years-primary-image.png +0 -0
  150. data/docs/source/images/activity-dashboard.png +0 -0
  151. data/docs/source/images/activity-for-object.png +0 -0
  152. data/docs/source/images/activity-ui.png +0 -0
  153. data/docs/source/images/adding-captioned-image-block-custom-icon.png +0 -0
  154. data/docs/source/images/adding-captioned-image-block-default-icon.png +0 -0
  155. data/docs/source/images/admin-alerts-ui.png +0 -0
  156. data/docs/source/images/admin-category-range-filters.png +0 -0
  157. data/docs/source/images/admin-for-3-column-hero.png +0 -0
  158. data/docs/source/images/admin-help-index.png +0 -0
  159. data/docs/source/images/admin-help-ui.png +0 -0
  160. data/docs/source/images/admin-javascript.png +0 -0
  161. data/docs/source/images/admin-notification-for-deactivated-discount.png +0 -0
  162. data/docs/source/images/admin-notifications-ui.png +0 -0
  163. data/docs/source/images/admin-product-show-page.png +0 -0
  164. data/docs/source/images/admin-products-index-page.png +0 -0
  165. data/docs/source/images/admin-range-filters.png +0 -0
  166. data/docs/source/images/admin-style-guides-navigation.png +0 -0
  167. data/docs/source/images/after-re-seeding.png +0 -0
  168. data/docs/source/images/after-seeding-localhost-3000.png +0 -0
  169. data/docs/source/images/after-seeding.png +0 -0
  170. data/docs/source/images/arrow.svg +1 -0
  171. data/docs/source/images/arrow_white.svg +1 -0
  172. data/docs/source/images/aws-resource-map.png +0 -0
  173. data/docs/source/images/backordered-until-output-on-inventory-sku-card.png +0 -0
  174. data/docs/source/images/before-seeding-localhost-3000.png +0 -0
  175. data/docs/source/images/before-seeding.png +0 -0
  176. data/docs/source/images/browsing-workarea-versions-on-the-web.png +0 -0
  177. data/docs/source/images/bulk-asset-upload-on-assets-index-page.png +0 -0
  178. data/docs/source/images/bulk-asset-upload-while-editing-content.png +0 -0
  179. data/docs/source/images/bundle-show-workarea-core.png +0 -0
  180. data/docs/source/images/bundle-show-workarea.png +0 -0
  181. data/docs/source/images/calendar-for-backordered-until-field.png +0 -0
  182. data/docs/source/images/captioned-image-block-in-storefront.png +0 -0
  183. data/docs/source/images/captioned-image-content-block-storefront-component-style-guide.png +0 -0
  184. data/docs/source/images/cart-system-content-in-admin.png +0 -0
  185. data/docs/source/images/cart-system-content-in-storefront.png +0 -0
  186. data/docs/source/images/checkout-addresses-guest.png +0 -0
  187. data/docs/source/images/checkout-addresses-user.png +0 -0
  188. data/docs/source/images/checkout-confirmation.png +0 -0
  189. data/docs/source/images/checkout-flow-0.png +0 -0
  190. data/docs/source/images/checkout-flow-1.png +0 -0
  191. data/docs/source/images/checkout-flow-2.png +0 -0
  192. data/docs/source/images/checkout-flow-3.png +0 -0
  193. data/docs/source/images/checkout-flow-4.png +0 -0
  194. data/docs/source/images/checkout-payment-guest.png +0 -0
  195. data/docs/source/images/checkout-payment-user.png +0 -0
  196. data/docs/source/images/checkout-shipping.png +0 -0
  197. data/docs/source/images/color-picker-component-admin-style-guide.png +0 -0
  198. data/docs/source/images/color-picker-component-on-content-editing-screen.png +0 -0
  199. data/docs/source/images/commerce-model-carts-orders.png +0 -0
  200. data/docs/source/images/commerce-model-order-pricing.png +0 -0
  201. data/docs/source/images/commerce-model.png +0 -0
  202. data/docs/source/images/configuring-an-index-pattern-in-kibana.png +0 -0
  203. data/docs/source/images/content-block-presets.png +0 -0
  204. data/docs/source/images/content-search-customization.png +0 -0
  205. data/docs/source/images/country-with-region-data-in-address-form.png +0 -0
  206. data/docs/source/images/country-without-region-data-in-address-form.png +0 -0
  207. data/docs/source/images/create-content-block-preset-ui.png +0 -0
  208. data/docs/source/images/credit-card-icons.png +0 -0
  209. data/docs/source/images/css-added-through-admin.png +0 -0
  210. data/docs/source/images/css-admin-ui.png +0 -0
  211. data/docs/source/images/current-configuration-shown-in-admin-settings.png +0 -0
  212. data/docs/source/images/customer-impersonation-in-admin.png +0 -0
  213. data/docs/source/images/customer-impersonation-in-store-front.png +0 -0
  214. data/docs/source/images/date-filter-same-day.png +0 -0
  215. data/docs/source/images/developer-toolbar-in-store-front.png +0 -0
  216. data/docs/source/images/discounts-sorted-by-most-redeemed.png +0 -0
  217. data/docs/source/images/edit-help-article.png +0 -0
  218. data/docs/source/images/editing-content-for-search-customization.png +0 -0
  219. data/docs/source/images/editing-dynamic-captioned-image-block.png +0 -0
  220. data/docs/source/images/editing-product-fields-in-the-admin.png +0 -0
  221. data/docs/source/images/editing-search-system-content.png +0 -0
  222. data/docs/source/images/editing-static-captioned-image-block-custom-icon.png +0 -0
  223. data/docs/source/images/editing-static-captioned-image-block-default-icon.png +0 -0
  224. data/docs/source/images/external.svg +1 -0
  225. data/docs/source/images/favicon_16.png +0 -0
  226. data/docs/source/images/favicon_180.png +0 -0
  227. data/docs/source/images/favicon_32.png +0 -0
  228. data/docs/source/images/filters-all.png +0 -0
  229. data/docs/source/images/filters-control.png +0 -0
  230. data/docs/source/images/filters-custom.png +0 -0
  231. data/docs/source/images/filters-groups.png +0 -0
  232. data/docs/source/images/filters-material.png +0 -0
  233. data/docs/source/images/filters-omitted.png +0 -0
  234. data/docs/source/images/filters-pinned.png +0 -0
  235. data/docs/source/images/filters-range.png +0 -0
  236. data/docs/source/images/filters-sorted.png +0 -0
  237. data/docs/source/images/filters-wrapping-to-second-line-in-admin.png +0 -0
  238. data/docs/source/images/generic-product-template-images-no-options-selected.png +0 -0
  239. data/docs/source/images/generic-product-template-images-options-selected.png +0 -0
  240. data/docs/source/images/generic-template.png +0 -0
  241. data/docs/source/images/hosting.svg +1 -0
  242. data/docs/source/images/image-group-content-block-in-storefront.png +0 -0
  243. data/docs/source/images/images.svg +1 -0
  244. data/docs/source/images/import-export-screenshot.png +0 -0
  245. data/docs/source/images/invalid-display.png +0 -0
  246. data/docs/source/images/itcss.png +0 -0
  247. data/docs/source/images/kibana-dev-tools-console.png +0 -0
  248. data/docs/source/images/layout-content-admin-with-2-areas.png +0 -0
  249. data/docs/source/images/layout-content-admin-with-3-areas.png +0 -0
  250. data/docs/source/images/link-to-search-system-content.png +0 -0
  251. data/docs/source/images/logo.svg +1 -0
  252. data/docs/source/images/menu.svg +2 -0
  253. data/docs/source/images/mongo-replica-set.svg +1 -0
  254. data/docs/source/images/multi-column-hero-blocks.png +0 -0
  255. data/docs/source/images/option-selects-product-template-images-options-selected.png +0 -0
  256. data/docs/source/images/option-selects-template.png +0 -0
  257. data/docs/source/images/option-thumbnails-template.png +0 -0
  258. data/docs/source/images/order-item-total-price-diagram.png +0 -0
  259. data/docs/source/images/order-pricing-cart-example.png +0 -0
  260. data/docs/source/images/order-pricing-example-adjustments.png +0 -0
  261. data/docs/source/images/order-pricing-example-totals.png +0 -0
  262. data/docs/source/images/order-pricing-placed-order-example.png +0 -0
  263. data/docs/source/images/order-shipping-total-diagram.png +0 -0
  264. data/docs/source/images/order-show-with-multiple-tenders.png +0 -0
  265. data/docs/source/images/order-subtotal-price-diagram.png +0 -0
  266. data/docs/source/images/order-tax-total-diagram.png +0 -0
  267. data/docs/source/images/order-total-price-diagram.png +0 -0
  268. data/docs/source/images/order-total-value-diagram.png +0 -0
  269. data/docs/source/images/orders-dashboard-links.png +0 -0
  270. data/docs/source/images/oval.svg +1 -0
  271. data/docs/source/images/payment-icon-storefront-style-guide.png +0 -0
  272. data/docs/source/images/people-dashboard-links.png +0 -0
  273. data/docs/source/images/price-adjustments-diagram.png +0 -0
  274. data/docs/source/images/price-display-no-options.png +0 -0
  275. data/docs/source/images/price-display-options-selected.png +0 -0
  276. data/docs/source/images/pricing-calculators-diagram.png +0 -0
  277. data/docs/source/images/product-list-content-block-admin.png +0 -0
  278. data/docs/source/images/product-list-content-block-in-store-front.png +0 -0
  279. data/docs/source/images/promo-products-excluded-autocomplete-results-after.png +0 -0
  280. data/docs/source/images/promo-products-excluded-featured-category-results-after.png +0 -0
  281. data/docs/source/images/promo-products-excluded-recommendations-results-after.png +0 -0
  282. data/docs/source/images/promo-products-excluded-search-category-results-after.png +0 -0
  283. data/docs/source/images/promo-products-excluded-search-results-after.png +0 -0
  284. data/docs/source/images/promo-products-included-autocomplete-results-before.png +0 -0
  285. data/docs/source/images/promo-products-included-featured-category-results-before.png +0 -0
  286. data/docs/source/images/promo-products-included-recommendations-results-before.png +0 -0
  287. data/docs/source/images/promo-products-included-search-category-results-before.png +0 -0
  288. data/docs/source/images/promo-products-included-search-results-before.png +0 -0
  289. data/docs/source/images/rails-version-constraint.png +0 -0
  290. data/docs/source/images/re-enable-discount.png +0 -0
  291. data/docs/source/images/reading-data.svg +1 -0
  292. data/docs/source/images/readme-hero.png +0 -0
  293. data/docs/source/images/redesigned-customized-sort-for-search-results.png +0 -0
  294. data/docs/source/images/reviews-summary-above-share-buttons.png +0 -0
  295. data/docs/source/images/reviews-summary-below-product-name.png +0 -0
  296. data/docs/source/images/reviews-summary-below-share-buttons.png +0 -0
  297. data/docs/source/images/reviews-summary-removed.png +0 -0
  298. data/docs/source/images/rsa-fingerprint-for-stash.png +0 -0
  299. data/docs/source/images/ruby-version-constraint.png +0 -0
  300. data/docs/source/images/script-tag-added-through-admin.png +0 -0
  301. data/docs/source/images/search-analysis-admin-alternate-rendering.png +0 -0
  302. data/docs/source/images/search-analysis-admin.png +0 -0
  303. data/docs/source/images/search-quality-report.png +0 -0
  304. data/docs/source/images/search.svg +1 -0
  305. data/docs/source/images/searching-for-cart-system-content-in-admin.png +0 -0
  306. data/docs/source/images/searching-for-layout-system-content-in-admin.png +0 -0
  307. data/docs/source/images/seeded-admin.png +0 -0
  308. data/docs/source/images/seeds-from-plugins.png +0 -0
  309. data/docs/source/images/seo-metadata-automation-ui.png +0 -0
  310. data/docs/source/images/show-password-button.png +0 -0
  311. data/docs/source/images/storefront-autocomplete.png +0 -0
  312. data/docs/source/images/storefront-category-summary-content-block.png +0 -0
  313. data/docs/source/images/storefront-category.png +0 -0
  314. data/docs/source/images/storefront-product-after-overriding.png +0 -0
  315. data/docs/source/images/storefront-product-before-overriding.png +0 -0
  316. data/docs/source/images/storefront-product-browse-page.png +0 -0
  317. data/docs/source/images/storefront-product-recommendations.png +0 -0
  318. data/docs/source/images/storefront-product-show-page.png +0 -0
  319. data/docs/source/images/storefront-requests-and-search-requests.png +0 -0
  320. data/docs/source/images/storefront-search-request-handling.png +0 -0
  321. data/docs/source/images/storefront-search-response-creation.png +0 -0
  322. data/docs/source/images/storefront-search.png +0 -0
  323. data/docs/source/images/storefront-style-guides-navigation.png +0 -0
  324. data/docs/source/images/styles.css +3 -0
  325. data/docs/source/images/tax-categories-ui.png +0 -0
  326. data/docs/source/images/tax-rates-ui.png +0 -0
  327. data/docs/source/images/unpurchasable-product.png +0 -0
  328. data/docs/source/images/url-redirects-filtering.png +0 -0
  329. data/docs/source/images/utility-nav-area-in-admin.png +0 -0
  330. data/docs/source/images/utility-nav-area-in-storefront.png +0 -0
  331. data/docs/source/images/validation-message-in-storefront.png +0 -0
  332. data/docs/source/images/view-model-interface.png +0 -0
  333. data/docs/source/images/viewing-workarea-version-in-source.png +0 -0
  334. data/docs/source/images/workarea.svg +1 -0
  335. data/docs/source/images/worst-performing-searches-on-results-customization-page.png +0 -0
  336. data/docs/source/images/writing-data.svg +1 -0
  337. data/docs/source/index.html.erb +167 -0
  338. data/docs/source/javascripts/jquery.js +2 -0
  339. data/docs/source/javascripts/lunr.js +7 -0
  340. data/docs/source/javascripts/site.js +299 -0
  341. data/docs/source/javascripts/vendor/highlight.pack.js +2 -0
  342. data/docs/source/layouts/article.erb +106 -0
  343. data/docs/source/layouts/bare.erb +46 -0
  344. data/docs/source/layouts/layout.erb +43 -0
  345. data/docs/source/release-notes.html.md +258 -0
  346. data/docs/source/release-notes/workarea-3-0-0.html.md +146 -0
  347. data/docs/source/release-notes/workarea-3-0-1.html.md +161 -0
  348. data/docs/source/release-notes/workarea-3-0-10.html.md +39 -0
  349. data/docs/source/release-notes/workarea-3-0-11.html.md +277 -0
  350. data/docs/source/release-notes/workarea-3-0-12.html.md +14 -0
  351. data/docs/source/release-notes/workarea-3-0-13.html.md +153 -0
  352. data/docs/source/release-notes/workarea-3-0-14.html.md +93 -0
  353. data/docs/source/release-notes/workarea-3-0-15.html.md +107 -0
  354. data/docs/source/release-notes/workarea-3-0-16.html.md +36 -0
  355. data/docs/source/release-notes/workarea-3-0-17.html.md +141 -0
  356. data/docs/source/release-notes/workarea-3-0-18.html.md +123 -0
  357. data/docs/source/release-notes/workarea-3-0-19.html.md +160 -0
  358. data/docs/source/release-notes/workarea-3-0-2.html.md +222 -0
  359. data/docs/source/release-notes/workarea-3-0-20.html.md +95 -0
  360. data/docs/source/release-notes/workarea-3-0-21.html.md +168 -0
  361. data/docs/source/release-notes/workarea-3-0-22.html.md +268 -0
  362. data/docs/source/release-notes/workarea-3-0-23.html.md +173 -0
  363. data/docs/source/release-notes/workarea-3-0-24.html.md +19 -0
  364. data/docs/source/release-notes/workarea-3-0-25.html.md +26 -0
  365. data/docs/source/release-notes/workarea-3-0-26.html.md +199 -0
  366. data/docs/source/release-notes/workarea-3-0-27.html.md +113 -0
  367. data/docs/source/release-notes/workarea-3-0-28.html.md +39 -0
  368. data/docs/source/release-notes/workarea-3-0-29.html.md +73 -0
  369. data/docs/source/release-notes/workarea-3-0-3.html.md +35 -0
  370. data/docs/source/release-notes/workarea-3-0-30.html.md +186 -0
  371. data/docs/source/release-notes/workarea-3-0-31.html.md +125 -0
  372. data/docs/source/release-notes/workarea-3-0-32.html.md +73 -0
  373. data/docs/source/release-notes/workarea-3-0-33.html.md +137 -0
  374. data/docs/source/release-notes/workarea-3-0-34.html.md +203 -0
  375. data/docs/source/release-notes/workarea-3-0-35.html.md +205 -0
  376. data/docs/source/release-notes/workarea-3-0-36.html.md +105 -0
  377. data/docs/source/release-notes/workarea-3-0-37.html.md +144 -0
  378. data/docs/source/release-notes/workarea-3-0-38.html.md +73 -0
  379. data/docs/source/release-notes/workarea-3-0-39.html.md +77 -0
  380. data/docs/source/release-notes/workarea-3-0-4.html.md +14 -0
  381. data/docs/source/release-notes/workarea-3-0-40.html.md +130 -0
  382. data/docs/source/release-notes/workarea-3-0-41.html.md +70 -0
  383. data/docs/source/release-notes/workarea-3-0-42.html.md +52 -0
  384. data/docs/source/release-notes/workarea-3-0-43.html.md +72 -0
  385. data/docs/source/release-notes/workarea-3-0-44.html.md +93 -0
  386. data/docs/source/release-notes/workarea-3-0-45.html.md +61 -0
  387. data/docs/source/release-notes/workarea-3-0-46.html.md +171 -0
  388. data/docs/source/release-notes/workarea-3-0-47.html.md +130 -0
  389. data/docs/source/release-notes/workarea-3-0-48.html.md +160 -0
  390. data/docs/source/release-notes/workarea-3-0-49.html.md +28 -0
  391. data/docs/source/release-notes/workarea-3-0-5.html.md +225 -0
  392. data/docs/source/release-notes/workarea-3-0-50.html.md +74 -0
  393. data/docs/source/release-notes/workarea-3-0-51.html.md +61 -0
  394. data/docs/source/release-notes/workarea-3-0-52.html.md +76 -0
  395. data/docs/source/release-notes/workarea-3-0-53.html.md +126 -0
  396. data/docs/source/release-notes/workarea-3-0-54.html.md +112 -0
  397. data/docs/source/release-notes/workarea-3-0-55.html.md +105 -0
  398. data/docs/source/release-notes/workarea-3-0-56.html.md +56 -0
  399. data/docs/source/release-notes/workarea-3-0-57.html.md +82 -0
  400. data/docs/source/release-notes/workarea-3-0-58.html.md +153 -0
  401. data/docs/source/release-notes/workarea-3-0-59.html.md +78 -0
  402. data/docs/source/release-notes/workarea-3-0-6.html.md +165 -0
  403. data/docs/source/release-notes/workarea-3-0-60.html.md +43 -0
  404. data/docs/source/release-notes/workarea-3-0-61.html.md +46 -0
  405. data/docs/source/release-notes/workarea-3-0-62.html.md +23 -0
  406. data/docs/source/release-notes/workarea-3-0-63.html.md +25 -0
  407. data/docs/source/release-notes/workarea-3-0-64.html.md +25 -0
  408. data/docs/source/release-notes/workarea-3-0-65.html.md +37 -0
  409. data/docs/source/release-notes/workarea-3-0-7.html.md +207 -0
  410. data/docs/source/release-notes/workarea-3-0-8.html.md +337 -0
  411. data/docs/source/release-notes/workarea-3-0-9.html.md +196 -0
  412. data/docs/source/release-notes/workarea-3-1-0.html.md +414 -0
  413. data/docs/source/release-notes/workarea-3-1-1.html.md +139 -0
  414. data/docs/source/release-notes/workarea-3-1-10.html.md +19 -0
  415. data/docs/source/release-notes/workarea-3-1-11.html.md +27 -0
  416. data/docs/source/release-notes/workarea-3-1-12.html.md +216 -0
  417. data/docs/source/release-notes/workarea-3-1-13.html.md +113 -0
  418. data/docs/source/release-notes/workarea-3-1-14.html.md +39 -0
  419. data/docs/source/release-notes/workarea-3-1-15.html.md +107 -0
  420. data/docs/source/release-notes/workarea-3-1-16.html.md +188 -0
  421. data/docs/source/release-notes/workarea-3-1-17.html.md +141 -0
  422. data/docs/source/release-notes/workarea-3-1-18.html.md +73 -0
  423. data/docs/source/release-notes/workarea-3-1-19.html.md +137 -0
  424. data/docs/source/release-notes/workarea-3-1-2.html.md +55 -0
  425. data/docs/source/release-notes/workarea-3-1-20.html.md +203 -0
  426. data/docs/source/release-notes/workarea-3-1-21.html.md +205 -0
  427. data/docs/source/release-notes/workarea-3-1-22.html.md +121 -0
  428. data/docs/source/release-notes/workarea-3-1-23.html.md +144 -0
  429. data/docs/source/release-notes/workarea-3-1-24.html.md +94 -0
  430. data/docs/source/release-notes/workarea-3-1-25.html.md +77 -0
  431. data/docs/source/release-notes/workarea-3-1-26.html.md +130 -0
  432. data/docs/source/release-notes/workarea-3-1-27.html.md +70 -0
  433. data/docs/source/release-notes/workarea-3-1-28.html.md +52 -0
  434. data/docs/source/release-notes/workarea-3-1-29.html.md +44 -0
  435. data/docs/source/release-notes/workarea-3-1-3.html.md +185 -0
  436. data/docs/source/release-notes/workarea-3-1-30.html.md +72 -0
  437. data/docs/source/release-notes/workarea-3-1-31.html.md +93 -0
  438. data/docs/source/release-notes/workarea-3-1-32.html.md +61 -0
  439. data/docs/source/release-notes/workarea-3-1-33.html.md +171 -0
  440. data/docs/source/release-notes/workarea-3-1-34.html.md +130 -0
  441. data/docs/source/release-notes/workarea-3-1-35.html.md +179 -0
  442. data/docs/source/release-notes/workarea-3-1-36.html.md +28 -0
  443. data/docs/source/release-notes/workarea-3-1-37.html.md +74 -0
  444. data/docs/source/release-notes/workarea-3-1-38.html.md +61 -0
  445. data/docs/source/release-notes/workarea-3-1-39.html.md +96 -0
  446. data/docs/source/release-notes/workarea-3-1-4.html.md +148 -0
  447. data/docs/source/release-notes/workarea-3-1-40.html.md +126 -0
  448. data/docs/source/release-notes/workarea-3-1-41.html.md +128 -0
  449. data/docs/source/release-notes/workarea-3-1-42.html.md +105 -0
  450. data/docs/source/release-notes/workarea-3-1-43.html.md +37 -0
  451. data/docs/source/release-notes/workarea-3-1-44.html.md +82 -0
  452. data/docs/source/release-notes/workarea-3-1-45.html.md +153 -0
  453. data/docs/source/release-notes/workarea-3-1-46.html.md +91 -0
  454. data/docs/source/release-notes/workarea-3-1-47.html.md +65 -0
  455. data/docs/source/release-notes/workarea-3-1-48.html.md +46 -0
  456. data/docs/source/release-notes/workarea-3-1-49.html.md +23 -0
  457. data/docs/source/release-notes/workarea-3-1-5.html.md +169 -0
  458. data/docs/source/release-notes/workarea-3-1-50.html.md +42 -0
  459. data/docs/source/release-notes/workarea-3-1-51.html.md +25 -0
  460. data/docs/source/release-notes/workarea-3-1-52.html.md +57 -0
  461. data/docs/source/release-notes/workarea-3-1-6.html.md +117 -0
  462. data/docs/source/release-notes/workarea-3-1-7.html.md +176 -0
  463. data/docs/source/release-notes/workarea-3-1-8.html.md +283 -0
  464. data/docs/source/release-notes/workarea-3-1-9.html.md +212 -0
  465. data/docs/source/release-notes/workarea-3-2-0.html.md +1705 -0
  466. data/docs/source/release-notes/workarea-3-2-1.html.md +216 -0
  467. data/docs/source/release-notes/workarea-3-2-10.html.md +237 -0
  468. data/docs/source/release-notes/workarea-3-2-11.html.md +121 -0
  469. data/docs/source/release-notes/workarea-3-2-12.html.md +145 -0
  470. data/docs/source/release-notes/workarea-3-2-13.html.md +138 -0
  471. data/docs/source/release-notes/workarea-3-2-14.html.md +77 -0
  472. data/docs/source/release-notes/workarea-3-2-15.html.md +130 -0
  473. data/docs/source/release-notes/workarea-3-2-16.html.md +111 -0
  474. data/docs/source/release-notes/workarea-3-2-17.html.md +52 -0
  475. data/docs/source/release-notes/workarea-3-2-18.html.md +44 -0
  476. data/docs/source/release-notes/workarea-3-2-19.html.md +72 -0
  477. data/docs/source/release-notes/workarea-3-2-2.html.md +145 -0
  478. data/docs/source/release-notes/workarea-3-2-20.html.md +93 -0
  479. data/docs/source/release-notes/workarea-3-2-21.html.md +61 -0
  480. data/docs/source/release-notes/workarea-3-2-22.html.md +154 -0
  481. data/docs/source/release-notes/workarea-3-2-23.html.md +130 -0
  482. data/docs/source/release-notes/workarea-3-2-24.html.md +200 -0
  483. data/docs/source/release-notes/workarea-3-2-25.html.md +28 -0
  484. data/docs/source/release-notes/workarea-3-2-26.html.md +94 -0
  485. data/docs/source/release-notes/workarea-3-2-27.html.md +61 -0
  486. data/docs/source/release-notes/workarea-3-2-28.html.md +96 -0
  487. data/docs/source/release-notes/workarea-3-2-29.html.md +126 -0
  488. data/docs/source/release-notes/workarea-3-2-30.html.md +112 -0
  489. data/docs/source/release-notes/workarea-3-2-31.html.md +105 -0
  490. data/docs/source/release-notes/workarea-3-2-32.html.md +56 -0
  491. data/docs/source/release-notes/workarea-3-2-33.html.md +82 -0
  492. data/docs/source/release-notes/workarea-3-2-34.html.md +153 -0
  493. data/docs/source/release-notes/workarea-3-2-35.html.md +91 -0
  494. data/docs/source/release-notes/workarea-3-2-36.html.md +118 -0
  495. data/docs/source/release-notes/workarea-3-2-37.html.md +46 -0
  496. data/docs/source/release-notes/workarea-3-2-38.html.md +23 -0
  497. data/docs/source/release-notes/workarea-3-2-39.html.md +42 -0
  498. data/docs/source/release-notes/workarea-3-2-4.html.md +109 -0
  499. data/docs/source/release-notes/workarea-3-2-40.html.md +25 -0
  500. data/docs/source/release-notes/workarea-3-2-41.html.md +90 -0
  501. data/docs/source/release-notes/workarea-3-2-5.html.md +186 -0
  502. data/docs/source/release-notes/workarea-3-2-6.html.md +173 -0
  503. data/docs/source/release-notes/workarea-3-2-7.html.md +89 -0
  504. data/docs/source/release-notes/workarea-3-2-8.html.md +137 -0
  505. data/docs/source/release-notes/workarea-3-2-9.html.md +219 -0
  506. data/docs/source/release-notes/workarea-3-3-0.html.md +1272 -0
  507. data/docs/source/release-notes/workarea-3-3-1.html.md +324 -0
  508. data/docs/source/release-notes/workarea-3-3-10.html.md +69 -0
  509. data/docs/source/release-notes/workarea-3-3-11.html.md +72 -0
  510. data/docs/source/release-notes/workarea-3-3-12.html.md +136 -0
  511. data/docs/source/release-notes/workarea-3-3-13.html.md +61 -0
  512. data/docs/source/release-notes/workarea-3-3-14.html.md +196 -0
  513. data/docs/source/release-notes/workarea-3-3-15.html.md +167 -0
  514. data/docs/source/release-notes/workarea-3-3-16.html.md +234 -0
  515. data/docs/source/release-notes/workarea-3-3-17.html.md +82 -0
  516. data/docs/source/release-notes/workarea-3-3-18.html.md +165 -0
  517. data/docs/source/release-notes/workarea-3-3-19.html.md +106 -0
  518. data/docs/source/release-notes/workarea-3-3-2.html.md +72 -0
  519. data/docs/source/release-notes/workarea-3-3-20.html.md +116 -0
  520. data/docs/source/release-notes/workarea-3-3-21.html.md +228 -0
  521. data/docs/source/release-notes/workarea-3-3-22.html.md +125 -0
  522. data/docs/source/release-notes/workarea-3-3-23.html.md +154 -0
  523. data/docs/source/release-notes/workarea-3-3-24.html.md +70 -0
  524. data/docs/source/release-notes/workarea-3-3-25.html.md +114 -0
  525. data/docs/source/release-notes/workarea-3-3-26.html.md +260 -0
  526. data/docs/source/release-notes/workarea-3-3-27.html.md +138 -0
  527. data/docs/source/release-notes/workarea-3-3-28.html.md +147 -0
  528. data/docs/source/release-notes/workarea-3-3-29.html.md +63 -0
  529. data/docs/source/release-notes/workarea-3-3-3.html.md +153 -0
  530. data/docs/source/release-notes/workarea-3-3-30.html.md +102 -0
  531. data/docs/source/release-notes/workarea-3-3-31.html.md +57 -0
  532. data/docs/source/release-notes/workarea-3-3-32.html.md +44 -0
  533. data/docs/source/release-notes/workarea-3-3-33.html.md +114 -0
  534. data/docs/source/release-notes/workarea-3-3-4.html.md +332 -0
  535. data/docs/source/release-notes/workarea-3-3-5.html.md +242 -0
  536. data/docs/source/release-notes/workarea-3-3-6.html.md +100 -0
  537. data/docs/source/release-notes/workarea-3-3-7.html.md +148 -0
  538. data/docs/source/release-notes/workarea-3-3-8.html.md +163 -0
  539. data/docs/source/release-notes/workarea-3-3-9.html.md +93 -0
  540. data/docs/source/release-notes/workarea-3-4-0.html.md +580 -0
  541. data/docs/source/release-notes/workarea-3-4-1.html.md +150 -0
  542. data/docs/source/release-notes/workarea-3-4-10.html.md +72 -0
  543. data/docs/source/release-notes/workarea-3-4-11.html.md +60 -0
  544. data/docs/source/release-notes/workarea-3-4-12.html.md +155 -0
  545. data/docs/source/release-notes/workarea-3-4-2.html.md +188 -0
  546. data/docs/source/release-notes/workarea-3-4-3.html.md +136 -0
  547. data/docs/source/release-notes/workarea-3-4-4.html.md +114 -0
  548. data/docs/source/release-notes/workarea-3-4-5.html.md +275 -0
  549. data/docs/source/release-notes/workarea-3-4-6.html.md +169 -0
  550. data/docs/source/release-notes/workarea-3-4-7.html.md +162 -0
  551. data/docs/source/release-notes/workarea-3-4-8.html.md +95 -0
  552. data/docs/source/release-notes/workarea-3-4-9.html.md +135 -0
  553. data/docs/source/search.html.erb +34 -0
  554. data/docs/source/shared/_header.erb +61 -0
  555. data/docs/source/shared/_svgs.erb +17 -0
  556. data/docs/source/style_guide/index.html.erb +382 -0
  557. data/docs/source/stylesheets/_base.scss +125 -0
  558. data/docs/source/stylesheets/_components.scss +669 -0
  559. data/docs/source/stylesheets/_helpers.scss +10 -0
  560. data/docs/source/stylesheets/_opinions.scss +42 -0
  561. data/docs/source/stylesheets/_settings.scss +56 -0
  562. data/docs/source/stylesheets/_typography.scss +119 -0
  563. data/docs/source/stylesheets/site.css.scss +14 -0
  564. data/docs/source/stylesheets/vendor/_avalanche.scss +328 -0
  565. data/docs/source/stylesheets/vendor/_normalize.scss +341 -0
  566. data/docs/source/stylesheets/vendor/highlight/_tomorrow_night_blue.scss +75 -0
  567. data/docs/source/upgrade-guides.html.md +18 -0
  568. data/docs/source/upgrade-guides/workarea-3-4-0.html.md +152 -0
  569. data/docs/workarea_renderer.rb +8 -0
  570. data/docs/yarn.lock +2522 -0
  571. metadata +669 -0
@@ -0,0 +1,137 @@
1
+ ---
2
+ title: Workarea 3.2.8
3
+ excerpt: There was some configuration preventing SVGs from being displayed in the WYSIWYG editor. Although we fixed this issue a few patch versions back, it reared its ugly head recently due to a change in how InlineSvg set its initial asset finder. In an att
4
+ ---
5
+
6
+ # Workarea 3.2.8
7
+
8
+ ## Missing SVGs in WYSIWYG Editor
9
+
10
+ There was some configuration preventing SVGs from being displayed in the WYSIWYG editor. Although we fixed this issue a few patch versions back, it reared its ugly head recently due to a change in how `InlineSvg` set its initial asset finder. In an attempt to preserve existing functionality and prevent problems, we conditionally add our own asset finder if the finder in `InlineSvg` wasn't going to work for us. However, the gem now configures this asset finder after we are configuring our own, making that conditional configuration no longer possible. We're now only setting `InlineSvg.config.asset_finder` if the asset finder hasn't already been set.
11
+
12
+ ### Issues
13
+
14
+ -
15
+
16
+ ### Pull Requests
17
+
18
+ - [3318](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3318)
19
+
20
+ ### Commits
21
+
22
+ - [17320cddfcd92081ee96425b163a02fb69b42c98](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/17320cddfcd92081ee96425b163a02fb69b42c98)
23
+
24
+ ## Fix Gemspec Changes when Generating Plugins
25
+
26
+ The `.gemspec` file for new plugins was not being generated properly. Fix what we were searching for to find and replace in order to add the `s.add_dependency 'workarea'` line properly.
27
+
28
+ ### Issues
29
+
30
+ - [ECOMMERCE-6002](https://jira.tools.weblinc.com/browse/ECOMMERCE-6002)
31
+
32
+ ### Pull Requests
33
+
34
+ - [3330](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3330)
35
+
36
+ ### Commits
37
+
38
+ - [333c42dd5d307594ed257d0526e7005af8d7d476](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/333c42dd5d307594ed257d0526e7005af8d7d476)
39
+
40
+ ## Make All Base Tests Work when Changing Time Zone
41
+
42
+ When setting `Rails.application.config.time_zone` to eastern time, some tests surrounding deprecated order queries were failing because they're not converting to the Rails timezone. Adding `#in_timezone` to each of the dates put them in the correct timezone, causing the query to find the correct data and tests to pass once again.
43
+
44
+ ### Issues
45
+
46
+ - [ECOMMERCE-5823](https://jira.tools.weblinc.com/browse/ECOMMERCE-5823)
47
+
48
+ ### Pull Requests
49
+
50
+ - [3337](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3337)
51
+
52
+ ### Commits
53
+
54
+ - [7ddb82f97224784c4dae75a1d3007292df15faa1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7ddb82f97224784c4dae75a1d3007292df15faa1)
55
+
56
+ ## Fix Ordering for Embedded Documents
57
+
58
+ When a model is embedded within another model, the object given back is not always a `Mongoid::Criteria`, causing some strange issues when using (or decorating) one of these models. Update the `Workarea::Ordering` mixin to explicitly return the parent's criteria when finding siblings of a given document.
59
+
60
+ ### Issues
61
+
62
+ - [ECOMMERCE-5983](https://jira.tools.weblinc.com/browse/ECOMMERCE-5983)
63
+
64
+ ### Pull Requests
65
+
66
+ - [3317](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3317)
67
+
68
+ ### Commits
69
+
70
+ - [f4f88ce95f73e8a24dd7245d9dd864e7477610e6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f4f88ce95f73e8a24dd7245d9dd864e7477610e6)
71
+
72
+ ## Disallow Search Customizations for "\*" Queries
73
+
74
+ The Elasticsearch `*` query has special meaning, always returning all documents in the index in whatever faceting/ordering you specify. They won't be deleteable as of v3.2, so it's best to just not allow admins to create search customizations for the "\*" query at all.
75
+
76
+ ### Issues
77
+
78
+ - [ECOMMERCE-5335](https://jira.tools.weblinc.com/browse/ECOMMERCE-5335)
79
+
80
+ ### Pull Requests
81
+
82
+ - [3303](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3303)
83
+
84
+ ### Commits
85
+
86
+ - [0625ea31e983178997ed6f3d10d3cc4cdff0873a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0625ea31e983178997ed6f3d10d3cc4cdff0873a)
87
+
88
+ ## Fix Discrepancy in "Missing Variants" Alert
89
+
90
+ The alert for missing variants renders a different number than what is actually on the page. The link to the results of this query tacks on an additional `?status=active` flag to filter out products that are inactive. This is inconsistent with the number displayed on the alert, which has no condition. Since products missing variants are by default inactive, we are removing this additional param as it serves no purpose anymore. The amount of products with missing variants in the alert and the amount of products on the results page are now equal.
91
+
92
+ ### Issues
93
+
94
+ - [ECOMMERCE-5833](https://jira.tools.weblinc.com/browse/ECOMMERCE-5833)
95
+
96
+ ### Pull Requests
97
+
98
+ - [3322](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3322)
99
+
100
+ ### Commits
101
+
102
+ - [6bc7754294761aa3d14c394b6252d6bdc5442364](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6bc7754294761aa3d14c394b6252d6bdc5442364)
103
+
104
+ ## Define Reverse Association from Fulfillment::Item to Fulfillment
105
+
106
+ The lack of this reverse association caused some cognitive overhead, but was also the root cause of a bug involving Mongoid's atomic updates system, which produced an error in the admin when attempting to update fulfillment items.
107
+
108
+ ### Issues
109
+
110
+ - [ECOMMERCE-5723](https://jira.tools.weblinc.com/browse/ECOMMERCE-5723)
111
+
112
+ ### Pull Requests
113
+
114
+ - [3321](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3321)
115
+
116
+ ### Commits
117
+
118
+ - [17e50a0503ca5a5d3a07dded31a538453eccb742](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/17e50a0503ca5a5d3a07dded31a538453eccb742)
119
+
120
+ ## Show Category Name in the Timeline when Updating Category Product Rules
121
+
122
+ When updating a product rule based on a given category, we're now showing the category's full name in the timeline rather than its BSON ID. This helps identify the categories added/removed to another category's rules.
123
+
124
+ RIP Dave Barnow.
125
+
126
+ ### Issues
127
+
128
+ - [ECOMMERCE-5960](https://jira.tools.weblinc.com/browse/ECOMMERCE-5960)
129
+
130
+ ### Pull Requests
131
+
132
+ - [3293](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3293)
133
+
134
+ ### Commits
135
+
136
+ - [8c625f94490c940e674cadeb9bfcbbdd4ba91405](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8c625f94490c940e674cadeb9bfcbbdd4ba91405)
137
+
@@ -0,0 +1,219 @@
1
+ ---
2
+ title: Workarea 3.2.9
3
+ excerpt: In the megabuild, a Rails application that depends on every plugin in our ecosystem and tested against before every release, impersonation was causing some unexpected test failures related to the order of firing before_action callbacks. To remedy thi
4
+ ---
5
+
6
+ # Workarea 3.2.9
7
+
8
+ ## Move Impersonation to Base Controller to Prevent Unexpected Behavior
9
+
10
+ In the megabuild, a Rails application that depends on every plugin in our ecosystem and tested against before every release, impersonation was causing some unexpected test failures related to the order of firing `before_action` callbacks. To remedy this issue, we've moved impersonation to `Workarea::ApplicationController` and configure it based on the session with `prepend_before_action`. This ensures that impersonation is configured before any other callbacks on the controller or action, and prevents random errors in your build.
11
+
12
+ ### Issues
13
+
14
+ - [ECOMMERCE-6078](https://jira.tools.weblinc.com/browse/ECOMMERCE-6078)
15
+
16
+ ### Pull Requests
17
+
18
+ - [3409](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3409/overview)
19
+
20
+ ### Commits
21
+
22
+ - [be33b52b124cf3276d6bdfe13bfd9f13ea9ceb43](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/be33b52b124cf3276d6bdfe13bfd9f13ea9ceb43)
23
+
24
+ ## Fix Duplication of Release Names in Primary Nav
25
+
26
+ When on a current release and viewing the primary navigation in admin, release names are no longer duplicated as a result of the current release and query for all releases not checking for uniqueness before rendering to the page. We're now ensuring releases are unique by ID before showing them onto the page.
27
+
28
+ ### Issues
29
+
30
+ - [ECOMMERCE-5883](https://jira.tools.weblinc.com/browse/ECOMMERCE-5883)
31
+
32
+ ### Pull Requests
33
+
34
+ - [3392](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3392/overview)
35
+
36
+ ### Commits
37
+
38
+ - [a1d424c52abd58604e49910e56de815fa807efd4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a1d424c52abd58604e49910e56de815fa807efd4)
39
+
40
+ ## Fix Error When Finding Region by Geolocation on Localhost
41
+
42
+ Because `localhost` and `127.0.0.1` don't provide geolocation features, and the `Workarea::Geolocation#region` method wasn't set up to handle if a geocoder query turned up no results, some developers experienced errors when attempting to work with geolocation locally. To remedy this, we're now checking whether the Geocoder request didn't turn up with any results, and falling back to `nil` if that's the case, since Geocoder is the fallback for geolocation HTTP headers.
43
+
44
+ ### Issues
45
+
46
+ - [ECOMMERCE-6076](https://jira.tools.weblinc.com/browse/ECOMMERCE-6076)
47
+
48
+ ### Pull Requests
49
+
50
+ - [3406](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3406/overview)
51
+ - [3405](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3405/overview)
52
+
53
+ ### Commits
54
+
55
+ - [003045c55169a93f2c345302e9109e427272ed01](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/003045c55169a93f2c345302e9109e427272ed01)
56
+ - [981ec8d78d9a5f604d0feba16acb7d817d30a970](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/981ec8d78d9a5f604d0feba16acb7d817d30a970)
57
+
58
+ ## Fix Duplicate Product IDs When Editing Products in Admin
59
+
60
+ In category featured products or product/variant details editing, it's possible to receive a duplicate ID warning when the `WORKAREA.cloneableRows` JS module activates and clones an existing row to enable editing embedded resources. As part of our larger quest to rid the admin of duplicate IDs, and much like other changes in this release, we're explicitly setting `id: nil` when using Rails form helpers in order to disable ID generation for those elements.
61
+
62
+ ### Issues
63
+
64
+ - [ECOMMERCE-5864](https://jira.tools.weblinc.com/browse/ECOMMERCE-5864)
65
+
66
+ ### Pull Requests
67
+
68
+ - [3390](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3390/overview)
69
+
70
+ ### Commits
71
+
72
+ - [971b9a157436d41a0cf0af8c9821ed3cd55da16f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/971b9a157436d41a0cf0af8c9821ed3cd55da16f)
73
+
74
+ ## Describe the Locale Icon in Admin Toolbar
75
+
76
+ Add the locale "globe" icon to the admin toolbar, and include a tooltip to explain how it works. This helps new users get used to locale-specific content in the admin.
77
+
78
+ ### Issues
79
+
80
+ - [ECOMMERCE-5753](https://jira.tools.weblinc.com/browse/ECOMMERCE-5753)
81
+
82
+ ### Pull Requests
83
+
84
+ - [3329](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3329/overview)
85
+
86
+ ### Commits
87
+
88
+ - [d8ec53d60c758e97140e36aa040f8f5a5925772f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d8ec53d60c758e97140e36aa040f8f5a5925772f)
89
+
90
+ ## Disable Support For Ruby 2.5+
91
+
92
+ After some usage of 2.5.0 and 2.5.1 by platform developers, we began to notice strange, non-determinisitic problems related to delegation. This issue revealed itself in seedingn, running tests, or within checkout steps, and the root cause was always traced back to a seemingly incorrect delegation of a method back down to a parent object.
93
+
94
+ For these reasons, we've chosen to disallow usage of Ruby 2.5+ for now, until these issues can be sufficiently addressed. This is truly an [unsolved mystery](http://i0.kym-cdn.com/entries/icons/original/000/025/550/unsolved.jpg). If you or anyone else knows the whereabouts of the original way delegation used to work in Ruby, please call the number on your screen.
95
+
96
+ ### Issues
97
+
98
+ - [ECOMMERCE-5887](https://jira.tools.weblinc.com/browse/ECOMMERCE-5887)
99
+
100
+ ### Pull Requests
101
+
102
+ (none)
103
+
104
+ ### Commits
105
+
106
+ - [c7ccee42bcf91c38c847ddc48b4fa6dbb2b472f5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c7ccee42bcf91c38c847ddc48b4fa6dbb2b472f5)
107
+
108
+ ## Fix Syntax Error When Booting App on Ruby 2.3.0 While Skipping Scheduled Jobs
109
+
110
+ For applications that skip scheduled jobs and are also running on Ruby 2.3.0, a syntax error would occur when booting the app due to syntax that is not supported until Ruby 2.4.0. We've replaced this syntax with something that Ruby 2.3 and below can handle.
111
+
112
+ ### Issues
113
+
114
+ - [ECOMMERCE-6017](https://jira.tools.weblinc.com/browse/ECOMMERCE-6017)
115
+
116
+ ### Pull Requests
117
+
118
+ - [3365](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3365/overview)
119
+
120
+ ### Commits
121
+
122
+ - [beb60b327a0bf25ca746721d9d762eb927ea5713](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/beb60b327a0bf25ca746721d9d762eb927ea5713)
123
+
124
+ ## Add New Content Presets Asynchronously
125
+
126
+ When adding a new content preset in the middle of a workflow, the page refresh used to break you out of the workflow and prevent you from finishing. We're now submitting this tooltip form asynchronously, so it will add a new content preset for you in the background and allow admins to continue editing their workflow.
127
+
128
+ ### Issues
129
+
130
+ - [ECOMMERCE-5820](https://jira.tools.weblinc.com/browse/ECOMMERCE-5820)
131
+
132
+ ### Pull Requests
133
+
134
+ - [3328](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3328/overview)
135
+ - [3355](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3355/overview)
136
+
137
+ ### Commits
138
+
139
+ - [e0a1b4414b4f10d14b14d1cf23622cabb8a86822](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e0a1b4414b4f10d14b14d1cf23622cabb8a86822)
140
+ - [2c05d3cb34b7fbd5ab11bf8c54086ebc9f6b802f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2c05d3cb34b7fbd5ab11bf8c54086ebc9f6b802f)
141
+
142
+ ## Lock Down Rufus-scheduler
143
+
144
+ Due to a [compatibility issue in sidekiq-cron related to its usage of rufus-scheduler](https://github.com/ondrejbartas/sidekiq-cron/issues/199), errors can occur if Bundler installs a newer version of rufus-scheduler than what sidekiq-cron is expecting. To remedy this issue, we've locked down the version of rufus-scheduler to **~\> 3.4.2** in the platform until sidekiq-cron is able to [release a patch that remedies the issue](https://github.com/ondrejbartas/sidekiq-cron/pull/200).
145
+
146
+ ### Issues
147
+
148
+ - [ECOMMERCE-6060](https://jira.tools.weblinc.com/browse/ECOMMERCE-6060)
149
+
150
+ ### Pull Requests
151
+
152
+ - [3399](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3399/overview)
153
+
154
+ ### Commits
155
+
156
+ - [1d54ae67488fea176c25732c4dd33da968732dcf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1d54ae67488fea176c25732c4dd33da968732dcf)
157
+
158
+ ## Remove "release Version X.x.x" From Changelog Task
159
+
160
+ In the `changelog.rake` task, commits starting with the message "Release version" were not omitted from the generated changelog. These commits don't represent actual changes, but rather version bumps and releases to the gem server. These commits are now omitted from future changelog generation.
161
+
162
+ ### Issues
163
+
164
+ - [ECOMMERCE-6011](https://jira.tools.weblinc.com/browse/ECOMMERCE-6011)
165
+
166
+ ### Pull Requests
167
+
168
+ - [3368](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3368/overview)
169
+
170
+ ### Commits
171
+
172
+ - [624e30bc53a478e24ea7294bdd0aa1bf2b148e97](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/624e30bc53a478e24ea7294bdd0aa1bf2b148e97)
173
+
174
+ ## Remove Content Block Field IDs to Prevent Duplicate ID Errors
175
+
176
+ In our quest to remove duplicate IDs from the admin, we discovered that content block fields can be rendered on the page multiple times, and it's difficult to tell when that will happen. By default, Rails adds IDs to its form tag helpers, but in this case we want to render the form multiple times on the page, so it's not useful for us to have those IDs. We've now removed IDs from the content block field partials that were experiencing duplicate ID errors.
177
+
178
+ ### Issues
179
+
180
+ - [ECOMMERCE-5873](https://jira.tools.weblinc.com/browse/ECOMMERCE-5873)
181
+
182
+ ### Pull Requests
183
+
184
+ - [3389](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3389/overview)
185
+
186
+ ### Commits
187
+
188
+ - [930842818c548bcd4ef4d51ab99c390f98c579f8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/930842818c548bcd4ef4d51ab99c390f98c579f8)
189
+
190
+ ## Add Translation For Heading of Recommendations Page in the Storefront
191
+
192
+ On the user recommendations page, the "Recommendations For You" text was not an I18n translation. The raw text is now in the Storefront's locale file and renders to the view with the key `workarea.storefront.recommendations.personalized_heading`.
193
+
194
+ ### Issues
195
+
196
+ - [ECOMMERCE-6004](https://jira.tools.weblinc.com/browse/ECOMMERCE-6004)
197
+
198
+ ### Pull Requests
199
+
200
+ - [3341](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3341/overview)
201
+
202
+ ### Commits
203
+
204
+ - [24bbb28826a67e44d271d58dd35105c4d283b22f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/24bbb28826a67e44d271d58dd35105c4d283b22f)
205
+
206
+ ## Prevent Duplicate Flash Messages When Caching Enabled
207
+
208
+ With caching enabled, it's still possible for duplicate flash messages to appear on the page. Using a JavaScript Set-like object, we're now logging all flash messages to appear on the page and ensuring that none of them appear twice.
209
+
210
+ ### Pull Requests
211
+
212
+ - [3312](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3312/overview)
213
+ - [3356](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3356/overview)
214
+
215
+ ### Commits
216
+
217
+ - [df061927b955474dde3dc61efd2db58e0c8f1712](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/df061927b955474dde3dc61efd2db58e0c8f1712)
218
+ - [fb0e3f08982704fb99a61d1330d165e09079d357](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fb0e3f08982704fb99a61d1330d165e09079d357)
219
+
@@ -0,0 +1,1272 @@
1
+ ---
2
+ title: Workarea 3.3.0
3
+ excerpt: Updates all system email views to use an improved template (improved responsiveness, more thoroughly tested across email clients). Moves shared markup into partials. Moves inline styles to external stylesheets for easier management (the styles are aut
4
+ ---
5
+
6
+ # Workarea 3.3.0
7
+
8
+ ## Changes System Emails to Improve Responsiveness & Developer Experience
9
+
10
+ Updates all system email views to use an improved template (improved responsiveness, more thoroughly tested across email clients). Moves shared markup into partials. Moves inline styles to external stylesheets for easier management (the styles are automatically inlined when the views are rendered). Removes plain text emails, since they are now created automatically from the HTML version.
11
+
12
+ This change modifies _all_ system email views. **Overriding all email views _before_ upgrading is highly recommended to avoid unexpected changes to system emails.** Or, if you've already upgraded, manually create overrides for all email views from the views included with your previous Workarea version.
13
+
14
+ ### Issues
15
+
16
+ - [ECOMMERCE-5827](https://jira.tools.weblinc.com/browse/ECOMMERCE-5827)
17
+ - [ECOMMERCE-5894](https://jira.tools.weblinc.com/browse/ECOMMERCE-5894)
18
+ - [ECOMMERCE-5892](https://jira.tools.weblinc.com/browse/ECOMMERCE-5892)
19
+ - [ECOMMERCE-5896](https://jira.tools.weblinc.com/browse/ECOMMERCE-5896)
20
+ - [ECOMMERCE-5776](https://jira.tools.weblinc.com/browse/ECOMMERCE-5776)
21
+ - [ECOMMERCE-5827](https://jira.tools.weblinc.com/browse/ECOMMERCE-5827)
22
+ - [ECOMMERCE-5939](https://jira.tools.weblinc.com/browse/ECOMMERCE-5939)
23
+ - [ECOMMERCE-5939](https://jira.tools.weblinc.com/browse/ECOMMERCE-5939)
24
+
25
+ ### Pull Requests
26
+
27
+ - [3220](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3220/overview)
28
+ - [3239](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3239/overview)
29
+ - [3238](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3238/overview)
30
+ - [3240](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3240/overview)
31
+ - [3262](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3262/overview)
32
+
33
+ ### Commits
34
+
35
+ - [495d5b1c9bf2b667d2ed16d328ce0303f82dd548](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/495d5b1c9bf2b667d2ed16d328ce0303f82dd548)
36
+ - [aa89107634ae362d91f27e0c9868589d068021ad](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/aa89107634ae362d91f27e0c9868589d068021ad)
37
+ - [70428b1d16143b01e0206d7edbd9da6136359182](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/70428b1d16143b01e0206d7edbd9da6136359182)
38
+ - [1e1eaf1d43621b69e5d83bd2f6cb0a9cd09b1cf6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1e1eaf1d43621b69e5d83bd2f6cb0a9cd09b1cf6)
39
+ - [0b8b8986cf26977751db10ed7531a09274b08e71](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0b8b8986cf26977751db10ed7531a09274b08e71)
40
+ - [f8cb96a1b749abf1378d5dfb71619eece5a427be](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f8cb96a1b749abf1378d5dfb71619eece5a427be)
41
+ - [41a9053e183c79cc64172245be2a235319247db1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/41a9053e183c79cc64172245be2a235319247db1)
42
+ - [a6b9cbd6980ecd5922c05bb6a3eb07757a7be710](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a6b9cbd6980ecd5922c05bb6a3eb07757a7be710)
43
+ - [37c9a678e48d2053c2353b1e180d324b7f2c6ae0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/37c9a678e48d2053c2353b1e180d324b7f2c6ae0)
44
+ - [48fd33f658899eb70f3f9160a288eaaa31259825](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/48fd33f658899eb70f3f9160a288eaaa31259825)
45
+ - [e674557987331aa47af00a0330fc5f58cb537777](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e674557987331aa47af00a0330fc5f58cb537777)
46
+ - [d982432c9c5f89764e0e13f83e16922dace095de](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d982432c9c5f89764e0e13f83e16922dace095de)
47
+ - [c5298aa8bf4bca8e38d5e581659d0eb80fa6ffac](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c5298aa8bf4bca8e38d5e581659d0eb80fa6ffac)
48
+ - [b5d3a8e45a529ff7bb5af84ec894f194d0858cf1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b5d3a8e45a529ff7bb5af84ec894f194d0858cf1)
49
+ - [d1396d9b2401930a94b6963142ea6aeeaea501d1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d1396d9b2401930a94b6963142ea6aeeaea501d1)
50
+ - [fda271bc1888139181c8c6af996cb199d57bff1a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fda271bc1888139181c8c6af996cb199d57bff1a)
51
+
52
+ ## Changes Browser/Driver for System Tests to Chrome/Selenium
53
+
54
+ Uses Chrome and Selenium for system tests instead of PhantomJS and Poltergeist.
55
+
56
+ **Existing applications and plugins should update all system tests to work with Chrome/Selenium.** Applying the following changes to your existing tests will cover most of the API differences:
57
+
58
+ - Change instances of `trigger('click')` to `click`
59
+ - Remove calls to `clear_driver_cache`
60
+ - Remove dragging and dropping within tests (tests in Base simply assert the drag and drop interface has initialized)
61
+
62
+ **If you can't update some or all of your existing tests, you can continue to use PhantomJS/Poltergeist for specific tests, test cases, or your entire suite of system tests.** See [Drive System Tests with PhantomJS/Poltergeist](drive-system-tests-with-phantomjs-poltergeist.html).
63
+
64
+ The necessary dependencies for this change are already installed in Workarea Hosting environments. For local development environments, you must have Chrome installed. The other dependencies are handled by Bundler.
65
+
66
+ This change disables HTTP caching in test environments (using Rack middleware), since Chrome does not provide a reliable way to clear the cache. If you need to re-enable HTTP caching (e.g. to test caching headers), set `Workarea.config.strip_http_caching_in_tests = false` for the duration of the test.
67
+
68
+ This change also extends Capybara to make XHR requests blocking, which reduces performance but increases stability.
69
+
70
+ ### Issues
71
+
72
+ - [ECOMMERCE-5443](https://jira.tools.weblinc.com/browse/ECOMMERCE-5443)
73
+ - [ECOMMERCE-5459](https://jira.tools.weblinc.com/browse/ECOMMERCE-5459)
74
+ - [ECOMMERCE-5755](https://jira.tools.weblinc.com/browse/ECOMMERCE-5755)
75
+ - [ECOMMERCE-5718](https://jira.tools.weblinc.com/browse/ECOMMERCE-5718)
76
+ - [ECOMMERCE-5759](https://jira.tools.weblinc.com/browse/ECOMMERCE-5759)
77
+ - [ECOMMERCE-6053](https://jira.tools.weblinc.com/browse/ECOMMERCE-6053)
78
+
79
+ ### Pull Requests
80
+
81
+ - [3144](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3144/overview)
82
+ - [3152](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3152/overview)
83
+ - [3163](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3163/overview)
84
+ - [3174](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3174/overview)
85
+ - [3176](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3176/overview)
86
+ - [3198](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3198/overview)
87
+ - [3202](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3202/overview)
88
+ - [3398](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3398/overview)
89
+
90
+ ### Commits
91
+
92
+ - [aa7eb6daaefad18484d6535c9b2326a713be8cef](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/aa7eb6daaefad18484d6535c9b2326a713be8cef)
93
+ - [be1bf5f3dd319e07d2264caf812c7eab2c69db60](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/be1bf5f3dd319e07d2264caf812c7eab2c69db60)
94
+ - [4c47d6ceb58b3deab87ff9fcc1857fc652f48300](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c47d6ceb58b3deab87ff9fcc1857fc652f48300)
95
+ - [b0ef1fba98aaa25b4d737ecfe0cc83cded4b53b3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b0ef1fba98aaa25b4d737ecfe0cc83cded4b53b3)
96
+ - [b5716a5066f195d06a5d87eeb6fd1fcc3418b86f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b5716a5066f195d06a5d87eeb6fd1fcc3418b86f)
97
+ - [7d7ae9bb38042ef5f2aa9095cf3ea112e7d63945](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7d7ae9bb38042ef5f2aa9095cf3ea112e7d63945)
98
+ - [ad7cae4309f4a4109ae5081e1c7a72b53af1558c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ad7cae4309f4a4109ae5081e1c7a72b53af1558c)
99
+ - [553a90a35b8745215d56a4dc20b885d4affe9f94](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/553a90a35b8745215d56a4dc20b885d4affe9f94)
100
+ - [d36448d86c13a527a3c6e538c31f74fd5ab39013](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d36448d86c13a527a3c6e538c31f74fd5ab39013)
101
+ - [13b7e16565984ece0a60a46dd06063b83c03de2b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/13b7e16565984ece0a60a46dd06063b83c03de2b)
102
+ - [9bde0e28c4e2a3d8aa1d6d8143b3fae6f75baa0b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9bde0e28c4e2a3d8aa1d6d8143b3fae6f75baa0b)
103
+ - [eb62d6755d3a28932e691f6aa5aa2584ec219399](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/eb62d6755d3a28932e691f6aa5aa2584ec219399)
104
+ - [48e0529b734dfffeb9be3f4e28c533d352e0f7e5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/48e0529b734dfffeb9be3f4e28c533d352e0f7e5)
105
+ - [bf71742781474fd4341df73c0263a3a9e8a6668a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bf71742781474fd4341df73c0263a3a9e8a6668a)
106
+ - [c7e15b39e9cb8c3d394007299a0077cc09f1c6eb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c7e15b39e9cb8c3d394007299a0077cc09f1c6eb)
107
+ - [b7c37a1f2f0369a933a9f09198dcacf2e9371ff6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b7c37a1f2f0369a933a9f09198dcacf2e9371ff6)
108
+ - [5cb00146e61aee0483f779c89f9647b1ef2af53f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5cb00146e61aee0483f779c89f9647b1ef2af53f)
109
+ - [a9ade800859dc904e3c04e31a3100973649d10c7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a9ade800859dc904e3c04e31a3100973649d10c7)
110
+
111
+ ## Changes “Active” to an Internationalized Field
112
+
113
+ Internationalizes `Releasable#active`, allowing admins to localize the “activeness” of each releasable.
114
+
115
+ **This change requires a data migration within existing environments.** The value of each `active` field must be updated, since prior to this change, the value is stored as a scalar boolean value rather than a hash keyed by locale.
116
+
117
+ **You may opt out of this change.** `Workarea.config.localized_active_fields` is a feature flag. Set the value to `false` to disable this feature and avoid the data migration.
118
+
119
+ ### Issues
120
+
121
+ - [ECOMMERCE-5670](https://jira.tools.weblinc.com/browse/ECOMMERCE-5670)
122
+ - [ECOMMERCE-5752](https://jira.tools.weblinc.com/browse/ECOMMERCE-5752)
123
+
124
+ ### Pull Requests
125
+
126
+ - [3103](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3103/overview)
127
+ - [3250](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3250/overview)
128
+
129
+ ### Commits
130
+
131
+ - [fd72259df854ed072bb9c9f43a3db6d6f7cc41b7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fd72259df854ed072bb9c9f43a3db6d6f7cc41b7)
132
+ - [e7b29ba1f495e35f8815ef0370857bd715dc11a9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e7b29ba1f495e35f8815ef0370857bd715dc11a9)
133
+ - [b67209acd96086938b12148a1a077e25a2706e9b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b67209acd96086938b12148a1a077e25a2706e9b)
134
+ - [e68962a18bd38a5959b50e05b6bc0d965d422a14](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e68962a18bd38a5959b50e05b6bc0d965d422a14)
135
+ - [fabf8af4431ed63fe48d5c1c55cdd589a048f60c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fabf8af4431ed63fe48d5c1c55cdd589a048f60c)
136
+
137
+ ## Removes Bespoke CSV Imports; Adds Generic Import/Export from JSON/CSV; Changes Bulk Action UI; Adds Bulk Deletion
138
+
139
+ Removes CSV imports for specific model types and adds a general solution for importing and exporting most models through the Admin. Supports JSON and CSV files.
140
+
141
+ Improves the bulk selection and action UI, incorporating import/export. Also adds bulk deletion.
142
+
143
+ ### Issues
144
+
145
+ - [ECOMMERCE-3360](https://jira.tools.weblinc.com/browse/ECOMMERCE-3360)
146
+ - [ECOMMERCE-3360](https://jira.tools.weblinc.com/browse/ECOMMERCE-3360)
147
+ - [ECOMMERCE-5863](https://jira.tools.weblinc.com/browse/ECOMMERCE-5863)
148
+ - [ECOMMERCE-5849](https://jira.tools.weblinc.com/browse/ECOMMERCE-5849)
149
+ - [ECOMMERCE-5855](https://jira.tools.weblinc.com/browse/ECOMMERCE-5855)
150
+ - [ECOMMERCE-5898](https://jira.tools.weblinc.com/browse/ECOMMERCE-5898)
151
+ - [ECOMMERCE-5897](https://jira.tools.weblinc.com/browse/ECOMMERCE-5897)
152
+ - [ECOMMERCE-5946](https://jira.tools.weblinc.com/browse/ECOMMERCE-5946)
153
+ - [ECOMMERCE-5946](https://jira.tools.weblinc.com/browse/ECOMMERCE-5946)
154
+ - [ECOMMERCE-5967](https://jira.tools.weblinc.com/browse/ECOMMERCE-5967)
155
+ - [ECOMMERCE-5956](https://jira.tools.weblinc.com/browse/ECOMMERCE-5956)
156
+ - [ECOMMERCE-6024](https://jira.tools.weblinc.com/browse/ECOMMERCE-6024)
157
+ - [ECOMMERCE-5993](https://jira.tools.weblinc.com/browse/ECOMMERCE-5993)
158
+ - [ECOMMERCE-6041](https://jira.tools.weblinc.com/browse/ECOMMERCE-6041)
159
+ - [ECOMMERCE-6042](https://jira.tools.weblinc.com/browse/ECOMMERCE-6042)
160
+ - [ECOMMERCE-6012](https://jira.tools.weblinc.com/browse/ECOMMERCE-6012)
161
+ - [ECOMMERCE-6048](https://jira.tools.weblinc.com/browse/ECOMMERCE-6048)
162
+ - [ECOMMERCE-6034](https://jira.tools.weblinc.com/browse/ECOMMERCE-6034)
163
+ - [ECOMMERCE-6019](https://jira.tools.weblinc.com/browse/ECOMMERCE-6019)
164
+ - [ECOMMERCE-6025](https://jira.tools.weblinc.com/browse/ECOMMERCE-6025)
165
+ - [ECOMMERCE-6026](https://jira.tools.weblinc.com/browse/ECOMMERCE-6026)
166
+ - [ECOMMERCE-6022](https://jira.tools.weblinc.com/browse/ECOMMERCE-6022)
167
+ - [ECOMMERCE-6062](https://jira.tools.weblinc.com/browse/ECOMMERCE-6062)
168
+ - [ECOMMERCE-6057](https://jira.tools.weblinc.com/browse/ECOMMERCE-6057)
169
+ - [ECOMMERCE-6069](https://jira.tools.weblinc.com/browse/ECOMMERCE-6069)
170
+ - [ECOMMERCE-6038](https://jira.tools.weblinc.com/browse/ECOMMERCE-6038)
171
+
172
+ ### Pull Requests
173
+
174
+ - [3188](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3188/overview)
175
+ - [3199](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3199/overview)
176
+ - [3203](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3203/overview)
177
+ - [3218](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3218/overview)
178
+ - [3219](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3219/overview)
179
+ - [3231](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3231/overview)
180
+ - [3243](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3243/overview)
181
+ - [3251](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3251/overview)
182
+ - [3254](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3254/overview)
183
+ - [3241](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3241/overview)
184
+ - [3275](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3275/overview)
185
+ - [3298](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3298/overview)
186
+ - [3314](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3314/overview)
187
+ - [3333](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3333/overview)
188
+ - [3325](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3325/overview)
189
+ - [3339](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3339/overview)
190
+ - [3347](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3347/overview)
191
+ - [3358](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3358/overview)
192
+ - [3361](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3361/overview)
193
+ - [3351](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3351/overview)
194
+ - [3371](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3371/overview)
195
+ - [3376](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3376/overview)
196
+ - [3372](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3372/overview)
197
+ - [3384](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3384/overview)
198
+ - [3383](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3383/overview)
199
+ - [3385](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3385/overview)
200
+ - [3395](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3395/overview)
201
+ - [3402](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3402/overview)
202
+ - [3397](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3397/overview)
203
+ - [3400](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3400/overview)
204
+
205
+ ### Commits
206
+
207
+ - [1a7da998914248f4c35616470f6b7cd935bed1b0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1a7da998914248f4c35616470f6b7cd935bed1b0)
208
+ - [e9841bb3541469ad86af12315b5e39aad11bd7c1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e9841bb3541469ad86af12315b5e39aad11bd7c1)
209
+ - [8bb55fd6239e433692414858740176faeadf2102](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8bb55fd6239e433692414858740176faeadf2102)
210
+ - [dea2d18d5733521a03c8fe3bffbb150ab5223da5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dea2d18d5733521a03c8fe3bffbb150ab5223da5)
211
+ - [fb7683265d82fdbe91343e7250256651e456eaff](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fb7683265d82fdbe91343e7250256651e456eaff)
212
+ - [94a8f5ee494a70981f7af806b3aa2d6c85134e0d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/94a8f5ee494a70981f7af806b3aa2d6c85134e0d)
213
+ - [2a6ab1d856f8047f3964c7041d6abeb415a6343d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2a6ab1d856f8047f3964c7041d6abeb415a6343d)
214
+ - [b83b3eebefa3d05d166232fa624e1f10281d87e2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b83b3eebefa3d05d166232fa624e1f10281d87e2)
215
+ - [e82ea6cee02b99038c14caee1809a7afdbf288ee](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e82ea6cee02b99038c14caee1809a7afdbf288ee)
216
+ - [d58c3a76844b1e071987fcfd33f9042ddfd512cc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d58c3a76844b1e071987fcfd33f9042ddfd512cc)
217
+ - [4bbe1126a7780babf63513d863b63bb0cfe57a9d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4bbe1126a7780babf63513d863b63bb0cfe57a9d)
218
+ - [c874342a20ce223a3e0f24df9cd9451a69cc0242](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c874342a20ce223a3e0f24df9cd9451a69cc0242)
219
+ - [ea0acf6bd8fc8fe26dc0aad9219d319beb5f4218](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ea0acf6bd8fc8fe26dc0aad9219d319beb5f4218)
220
+ - [a2a544842659f42e362ccc021749e18dce014b65](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a2a544842659f42e362ccc021749e18dce014b65)
221
+ - [a56033fa07fd39335fe1508098ce5bb5b7c59f32](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a56033fa07fd39335fe1508098ce5bb5b7c59f32)
222
+ - [db2cbd49284255b531ad1248bebd2981cfbfb4a5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/db2cbd49284255b531ad1248bebd2981cfbfb4a5)
223
+ - [302a05d9b31d50e265d716a3b3d4ccf66bed94a6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/302a05d9b31d50e265d716a3b3d4ccf66bed94a6)
224
+ - [1b7fb901cad39e33a78d9b2aa835a5070026bb9c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1b7fb901cad39e33a78d9b2aa835a5070026bb9c)
225
+ - [58cda9486ad1c73d9f462092696dd03e52121220](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/58cda9486ad1c73d9f462092696dd03e52121220)
226
+ - [d6098b29e1bfdfd4116d8702010261547334a5a2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d6098b29e1bfdfd4116d8702010261547334a5a2)
227
+ - [410ce41a76ec39c187d818c57ca60aa48fe22c20](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/410ce41a76ec39c187d818c57ca60aa48fe22c20)
228
+ - [18233bd683a5dd90aa1a18e728860c1168ec7d70](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/18233bd683a5dd90aa1a18e728860c1168ec7d70)
229
+ - [de52b1f1dcf2851709cd65b33d53748432c498c1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/de52b1f1dcf2851709cd65b33d53748432c498c1)
230
+ - [d4bf4c09ef57ec3809be5af20c7c601bb8acc807](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d4bf4c09ef57ec3809be5af20c7c601bb8acc807)
231
+ - [e91d6055d191b235bcc9ecf0d524b8c53e4094e4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e91d6055d191b235bcc9ecf0d524b8c53e4094e4)
232
+ - [50e78c36dc55becbc9ee4f8f52679a4807d6bf91](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/50e78c36dc55becbc9ee4f8f52679a4807d6bf91)
233
+ - [4139bbbb6955fd16fa00084d9f007f53ccf6cbdb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4139bbbb6955fd16fa00084d9f007f53ccf6cbdb)
234
+ - [b17fe34146b4d2afb78d070dec82df87881969bf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b17fe34146b4d2afb78d070dec82df87881969bf)
235
+ - [4959673a5afa820f73a1f90da39b986f4beb2531](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4959673a5afa820f73a1f90da39b986f4beb2531)
236
+ - [d02e9cb809936d4d0348767f722ad15b63cf939c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d02e9cb809936d4d0348767f722ad15b63cf939c)
237
+ - [cdbff23a91317e267946056c92354ade2e88019d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cdbff23a91317e267946056c92354ade2e88019d)
238
+ - [c4574ea11b5c3e30012481213e46c985c4e96ce2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c4574ea11b5c3e30012481213e46c985c4e96ce2)
239
+ - [78c5e556e5bc9277d187163c62ecdf772e00a003](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/78c5e556e5bc9277d187163c62ecdf772e00a003)
240
+ - [78e19d4a42f742b066e8b7f6f979257f49ba13d5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/78e19d4a42f742b066e8b7f6f979257f49ba13d5)
241
+ - [790d667c8d5cf1125ab90658e890147b35782fa7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/790d667c8d5cf1125ab90658e890147b35782fa7)
242
+ - [54c73057dc7553f40326605707241983909f40eb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/54c73057dc7553f40326605707241983909f40eb)
243
+ - [5ffdfcd88813d3d4a886d68f73ddd3ac0096bfb7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5ffdfcd88813d3d4a886d68f73ddd3ac0096bfb7)
244
+ - [73174fd427c5dc8bd883922740cec3e1bde64def](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/73174fd427c5dc8bd883922740cec3e1bde64def)
245
+ - [0d332c71ff5ce9a723432c5bb5a7fda802507a4a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0d332c71ff5ce9a723432c5bb5a7fda802507a4a)
246
+ - [4bc32ba16890476adf5c91bc2fb99250e43e390f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4bc32ba16890476adf5c91bc2fb99250e43e390f)
247
+ - [1bac12871ea0b42d261c20fd157162a92d1b9a67](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1bac12871ea0b42d261c20fd157162a92d1b9a67)
248
+ - [783a24f3bb45d325fd1cb567c6cf37d83491d46d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/783a24f3bb45d325fd1cb567c6cf37d83491d46d)
249
+ - [33908ad7eb543789b6e9c250b6d32f855955654b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/33908ad7eb543789b6e9c250b6d32f855955654b)
250
+ - [904c7865e1f1b7c25ea714cb8c0b4b3f6f75992c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/904c7865e1f1b7c25ea714cb8c0b4b3f6f75992c)
251
+ - [dc9588172e09c7f13cc11d96934a6479a6c061b5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dc9588172e09c7f13cc11d96934a6479a6c061b5)
252
+ - [361283c8a29186cbf9fdc92e250a2c7af61009d3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/361283c8a29186cbf9fdc92e250a2c7af61009d3)
253
+ - [26fd15c867f672578f306e33d29e10100dfd92ac](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/26fd15c867f672578f306e33d29e10100dfd92ac)
254
+ - [4e7613d322843cc8b8a29b3f88bbc8ed839cf7f3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4e7613d322843cc8b8a29b3f88bbc8ed839cf7f3)
255
+ - [ff099923ef743ddeb23b73f9888c06d06dcf99c3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ff099923ef743ddeb23b73f9888c06d06dcf99c3)
256
+ - [5c7cc4a308b4d272c57da32b3688aee78514d75e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5c7cc4a308b4d272c57da32b3688aee78514d75e)
257
+ - [5e3d8816b049aa3fe07c9df28b90f441a81a37f8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5e3d8816b049aa3fe07c9df28b90f441a81a37f8)
258
+ - [cfef58c854de7c1d86618c3c7d03eb469254ceb5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cfef58c854de7c1d86618c3c7d03eb469254ceb5)
259
+ - [afe1103e8a492362a4092452268bcd32b8261a60](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/afe1103e8a492362a4092452268bcd32b8261a60)
260
+ - [7b29aa0e1df2233fca99dd1832f8aff2cb2f5385](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7b29aa0e1df2233fca99dd1832f8aff2cb2f5385)
261
+ - [8006e1409cba83d7b2c235e721d2bd32376d0e12](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8006e1409cba83d7b2c235e721d2bd32376d0e12)
262
+ - [c1b876b372bfd2f7ce86b5e294d29a09ce19e6e2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c1b876b372bfd2f7ce86b5e294d29a09ce19e6e2)
263
+ - [ee594b61bfa882bae6066af29d640b0d8b8bbf12](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ee594b61bfa882bae6066af29d640b0d8b8bbf12)
264
+ - [1763f318894ab4568c1c264fa18b75ef2302580c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1763f318894ab4568c1c264fa18b75ef2302580c)
265
+ - [f90a6bea987ee3b062fefe3ff7e406aeceb0e65f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f90a6bea987ee3b062fefe3ff7e406aeceb0e65f)
266
+ - [3a1367b426bd2b5efcc8155d40edc731d43914a3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3a1367b426bd2b5efcc8155d40edc731d43914a3)
267
+ - [88af3daa473b644575b4b6c08a043975ac604e90](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/88af3daa473b644575b4b6c08a043975ac604e90)
268
+ - [73062c512fec6b01e03b9d308842f195cd9eee8c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/73062c512fec6b01e03b9d308842f195cd9eee8c)
269
+ - [3139c417ed0e3cc1e124dfc7323ffcd74fdb1766](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3139c417ed0e3cc1e124dfc7323ffcd74fdb1766)
270
+ - [9a1ca6aa6f63f6741d9699ba26069982235af243](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9a1ca6aa6f63f6741d9699ba26069982235af243)
271
+ - [177902220385ad43e1b04a9f84dc7d7478974716](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/177902220385ad43e1b04a9f84dc7d7478974716)
272
+ - [f541e1c2382b331a6c9b814674bfd1adce4d31a6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f541e1c2382b331a6c9b814674bfd1adce4d31a6)
273
+ - [7a6774ff77a1c3e44cfcc3211a59ef2eaf5c2711](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7a6774ff77a1c3e44cfcc3211a59ef2eaf5c2711)
274
+ - [aec598d9d98466b6bbe04752b31d40ec7e4a3ace](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/aec598d9d98466b6bbe04752b31d40ec7e4a3ace)
275
+ - [57ec581f7856954f6f6b95e8608426800b312613](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/57ec581f7856954f6f6b95e8608426800b312613)
276
+ - [58b2608185d2dc65bfac578da6e06c5ccd1fe8dc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/58b2608185d2dc65bfac578da6e06c5ccd1fe8dc)
277
+ - [0399a6a629e1446bb0ebcc28d59d463b74e38e2c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0399a6a629e1446bb0ebcc28d59d463b74e38e2c)
278
+ - [6425a72dc802c95352733f8c1d860ec99eec69a0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6425a72dc802c95352733f8c1d860ec99eec69a0)
279
+ - [965366a9463cdb6c6386f0ec2610a4c2abc3e8bf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/965366a9463cdb6c6386f0ec2610a4c2abc3e8bf)
280
+ - [08326c1f7177d00da27fb5c0c5ae31f758c722ed](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/08326c1f7177d00da27fb5c0c5ae31f758c722ed)
281
+ - [70e73387adda26f5d7df2a7473d03b6dc5c219e8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/70e73387adda26f5d7df2a7473d03b6dc5c219e8)
282
+ - [cfb644ce422d8c1ec80f0967b30305be3f4b40e8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cfb644ce422d8c1ec80f0967b30305be3f4b40e8)
283
+ - [79d8eb8e65f0322d6d52ac8bb712fe933e50dfc4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/79d8eb8e65f0322d6d52ac8bb712fe933e50dfc4)
284
+ - [a55cda446939eba35868cb97202d1f671964b7e6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a55cda446939eba35868cb97202d1f671964b7e6)
285
+ - [74fc2e486ff596beca710ee7cfd06138d0af4442](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/74fc2e486ff596beca710ee7cfd06138d0af4442)
286
+ - [c1b256e23c751e6f955b0c5ed77cd4a066254e19](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c1b256e23c751e6f955b0c5ed77cd4a066254e19)
287
+ - [6be93dcfdd6418a4e962b0781157e5f205deec8e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6be93dcfdd6418a4e962b0781157e5f205deec8e)
288
+ - [9e90e0ba801f5c16fbb4950c8cae55c4bcfb12e8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9e90e0ba801f5c16fbb4950c8cae55c4bcfb12e8)
289
+ - [d7f0acb9a804adacbd56d26c3b704c5fb9433fe9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d7f0acb9a804adacbd56d26c3b704c5fb9433fe9)
290
+ - [f75bb4275be87faa1707556170247c6be837cf7c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f75bb4275be87faa1707556170247c6be837cf7c)
291
+ - [0afd11dc9792d56cdb33084e0f81a9cd74d47069](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0afd11dc9792d56cdb33084e0f81a9cd74d47069)
292
+ - [bab59df118bd864ff07567a8ed4e68d43bcfa93e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bab59df118bd864ff07567a8ed4e68d43bcfa93e)
293
+ - [8f31aa32d029be036f18ecbd50d6411b60a14507](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8f31aa32d029be036f18ecbd50d6411b60a14507)
294
+
295
+ ## Changes Storefront Image Collection Logic; Adds Product Templates
296
+
297
+ Changes image collection logic to improve matching of images in the Storefront regardless of product template.
298
+
299
+ Adds “Option Selects” and “Option Thumbnails” product templates. Adds methods to the `Details` interface.
300
+
301
+ ### Issues
302
+
303
+ - [ECOMMERCE-5226](https://jira.tools.weblinc.com/browse/ECOMMERCE-5226)
304
+ - [ECOMMERCE-5746](https://jira.tools.weblinc.com/browse/ECOMMERCE-5746)
305
+ - [ECOMMERCE-5779](https://jira.tools.weblinc.com/browse/ECOMMERCE-5779)
306
+ - [ECOMMERCE-5812](https://jira.tools.weblinc.com/browse/ECOMMERCE-5812)
307
+ - [ECOMMERCE-5881](https://jira.tools.weblinc.com/browse/ECOMMERCE-5881)
308
+ - [ECOMMERCE-5932](https://jira.tools.weblinc.com/browse/ECOMMERCE-5932)
309
+ - [ECOMMERCE-6077](https://jira.tools.weblinc.com/browse/ECOMMERCE-6077)
310
+
311
+ ### Pull Requests
312
+
313
+ - [3052](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3052/overview)
314
+ - [3131](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3131/overview)
315
+ - [3171](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3171/overview)
316
+ - [3179](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3179/overview)
317
+ - [3186](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3186/overview)
318
+ - [3189](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3189/overview)
319
+ - [3190](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3190/overview)
320
+ - [3229](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3229/overview)
321
+ - [3323](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3323/overview)
322
+ - [3404](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3404/overview)
323
+
324
+ ### Commits
325
+
326
+ - [b7537102b343d938baaa86443c4d7e25c5fa6199](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b7537102b343d938baaa86443c4d7e25c5fa6199)
327
+ - [fc91a717b93df80720b278b260a1d2ea43a51cc3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fc91a717b93df80720b278b260a1d2ea43a51cc3)
328
+ - [e917dc000f99b2a4c967d816feb904402575a83f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e917dc000f99b2a4c967d816feb904402575a83f)
329
+ - [0100274a53317061c6db88710ff7dda6bb846bee](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0100274a53317061c6db88710ff7dda6bb846bee)
330
+ - [ab709d7e327107273924e5f8bfb775fbe0b63c10](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ab709d7e327107273924e5f8bfb775fbe0b63c10)
331
+ - [d1621417406e6a43f4ca6f8c13672b488844dc93](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d1621417406e6a43f4ca6f8c13672b488844dc93)
332
+ - [901a1e5ed14f78e3129c44d65e295ee660fd4184](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/901a1e5ed14f78e3129c44d65e295ee660fd4184)
333
+ - [56c30a845daac71e00882029e1fc3d67037844d8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/56c30a845daac71e00882029e1fc3d67037844d8)
334
+ - [c74240c7dab7dd626274aafe9b9d35f4a8ca24a5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c74240c7dab7dd626274aafe9b9d35f4a8ca24a5)
335
+ - [c406fc962dd1451d46228fa96bdb69cc660ae29d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c406fc962dd1451d46228fa96bdb69cc660ae29d)
336
+ - [54b58a401ad6bd8baa47c7dc9c263b87cd3b8bad](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/54b58a401ad6bd8baa47c7dc9c263b87cd3b8bad)
337
+ - [714f6c57e8a3a8f325a06c7c8527a199e516dc11](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/714f6c57e8a3a8f325a06c7c8527a199e516dc11)
338
+ - [9fea89918a11ca38684f89815516d69e8f9a64ff](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9fea89918a11ca38684f89815516d69e8f9a64ff)
339
+ - [bd231c0e437f49c7dd19a56493bcb281bb9c6862](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bd231c0e437f49c7dd19a56493bcb281bb9c6862)
340
+ - [e5e3422652479c9e861446b1a93eff7134a22389](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e5e3422652479c9e861446b1a93eff7134a22389)
341
+ - [eb084f36132026c064d0624f5a82db3bf10bca68](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/eb084f36132026c064d0624f5a82db3bf10bca68)
342
+ - [45d05891e5207d5df93894f0b56ba3829727f780](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/45d05891e5207d5df93894f0b56ba3829727f780)
343
+ - [70fec33197fd899df089d87f6c8ec12a2cf7d81d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/70fec33197fd899df089d87f6c8ec12a2cf7d81d)
344
+ - [0e0030f9b7b1ba298ac377005b97eae5f5877b60](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0e0030f9b7b1ba298ac377005b97eae5f5877b60)
345
+ - [42f4747fb1910be76cf3fe87dac05bcd7547492d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/42f4747fb1910be76cf3fe87dac05bcd7547492d)
346
+ - [93d020281b34f731a9a8031324ef5493c5f35f34](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/93d020281b34f731a9a8031324ef5493c5f35f34)
347
+ - [0c4f6e287e1895ab8ef37b42db801888dbef9b24](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0c4f6e287e1895ab8ef37b42db801888dbef9b24)
348
+ - [424941735549e58bb303062c12e772b92515d2d9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/424941735549e58bb303062c12e772b92515d2d9)
349
+
350
+ ## Deprecates Releases Calendar; Changes Setting of Super Admin Permissions; Adds Releases Calendar Feed
351
+
352
+ Deprecates the releases calendar within the Admin, which will be removed in Workarea 3.4. Removes link to the releases calendar from the releases index. Retailers are encouraged to use the releases calendar feed instead (see below).
353
+
354
+ Changes how permissions are set for super admins.
355
+
356
+ Adds to the Admin a releases calendar feed, which is accessible to administrators with an authentication token for this feature (and super admins). Allows admins to view and subscribe to the calendar of releases within an external calendar client, such as Google Calendar, Apple Calendar, or Outlook.
357
+
358
+ ### Issues
359
+
360
+ - [ECOMMERCE-5668](https://jira.tools.weblinc.com/browse/ECOMMERCE-5668)
361
+ - [ECOMMERCE-5782](https://jira.tools.weblinc.com/browse/ECOMMERCE-5782)
362
+ - [ECOMMERCE-5783](https://jira.tools.weblinc.com/browse/ECOMMERCE-5783)
363
+ - [ECOMMERCE-5784](https://jira.tools.weblinc.com/browse/ECOMMERCE-5784)
364
+ - [ECOMMERCE-5795](https://jira.tools.weblinc.com/browse/ECOMMERCE-5795)
365
+ - [ECOMMERCE-5799](https://jira.tools.weblinc.com/browse/ECOMMERCE-5799)
366
+ - [ECOMMERCE-5798](https://jira.tools.weblinc.com/browse/ECOMMERCE-5798)
367
+ - [ECOMMERCE-6031](https://jira.tools.weblinc.com/browse/ECOMMERCE-6031)
368
+ - [ECOMMERCE-5796](https://jira.tools.weblinc.com/browse/ECOMMERCE-5796)
369
+ - [ECOMMERCE-6040](https://jira.tools.weblinc.com/browse/ECOMMERCE-6040)
370
+
371
+ ### Pull Requests
372
+
373
+ - [3128](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3128/overview)
374
+ - [3185](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3185/overview)
375
+ - [3187](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3187/overview)
376
+ - [3191](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3191/overview)
377
+ - [3197](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3197/overview)
378
+ - [3210](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3210/overview)
379
+ - [3297](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3297/overview)
380
+ - [3342](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3342/overview)
381
+ - [3373](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3373/overview)
382
+ - [3362](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3362/overview)
383
+ - [3393](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3393/overview)
384
+ - [3391](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3391/overview)
385
+
386
+ ### Commits
387
+
388
+ - [8e2c3c9e62213a59bcd9ebeaa73f93f0863668da](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8e2c3c9e62213a59bcd9ebeaa73f93f0863668da)
389
+ - [a926f49354bbe385c439caf8731e861e8bc5bda1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a926f49354bbe385c439caf8731e861e8bc5bda1)
390
+ - [d24d8464cd507bfc1520ed99a197fd8a117c7657](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d24d8464cd507bfc1520ed99a197fd8a117c7657)
391
+ - [ee75dd00a98b79fe2792dfe56ee436c3ba22f13e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ee75dd00a98b79fe2792dfe56ee436c3ba22f13e)
392
+ - [ee4df21e044a4e91930421d96c7bec41b344ee27](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ee4df21e044a4e91930421d96c7bec41b344ee27)
393
+ - [4dcc1239126839b6ef5f07fdd22e37073861d9da](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4dcc1239126839b6ef5f07fdd22e37073861d9da)
394
+ - [4ea456dbbfef905fd09474e923ec7e9e8b436e9f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4ea456dbbfef905fd09474e923ec7e9e8b436e9f)
395
+ - [d66bfd3cbe1f775949949c97201cd56351afcf3f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d66bfd3cbe1f775949949c97201cd56351afcf3f)
396
+ - [da389c690b58522b07ed26112472e122dd260f78](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/da389c690b58522b07ed26112472e122dd260f78)
397
+ - [5c33c582ac40e2f963184fa996139031348635a5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5c33c582ac40e2f963184fa996139031348635a5)
398
+ - [17d3702a1845a39f2dc1252e5348924048b42c2c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/17d3702a1845a39f2dc1252e5348924048b42c2c)
399
+ - [611b2d3a3c0be4361520dadb92df4be86ce79857](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/611b2d3a3c0be4361520dadb92df4be86ce79857)
400
+ - [7410e2693eb6cc3b71db833520e846402580403f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7410e2693eb6cc3b71db833520e846402580403f)
401
+ - [c7a94fb878e95129be83689fd9589129adb7b70e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c7a94fb878e95129be83689fd9589129adb7b70e)
402
+ - [9a659c26bd4ff836719240847a4ff86c7b53ecea](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9a659c26bd4ff836719240847a4ff86c7b53ecea)
403
+ - [b350b2bf9cf7d5b608f843216964b06c711f4368](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b350b2bf9cf7d5b608f843216964b06c711f4368)
404
+ - [7310b3807347057548035dc2edab1903403e46d1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7310b3807347057548035dc2edab1903403e46d1)
405
+ - [852104e279f6b50c8b1b4cc64aff5350a73707c3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/852104e279f6b50c8b1b4cc64aff5350a73707c3)
406
+ - [7508dcdda90ed268f9d44ea77a703e589ea6d9f1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7508dcdda90ed268f9d44ea77a703e589ea6d9f1)
407
+ - [d5c92c2db3656c8700322b9e117f06410b1b35c7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d5c92c2db3656c8700322b9e117f06410b1b35c7)
408
+ - [ff0d0a1b53de035bdb1e8b5a373448a412985e6d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ff0d0a1b53de035bdb1e8b5a373448a412985e6d)
409
+ - [a53bd195924deb93f6aded72af965d03d8ec0446](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a53bd195924deb93f6aded72af965d03d8ec0446)
410
+ - [a356356c26c90a22be5408d389972777397aeade](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a356356c26c90a22be5408d389972777397aeade)
411
+ - [9e31941a28c489b596084e036aba740de907030e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9e31941a28c489b596084e036aba740de907030e)
412
+ - [454e294bcd92c2d2d947c85b156c3b8b79d04a21](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/454e294bcd92c2d2d947c85b156c3b8b79d04a21)
413
+
414
+ ## Adds Low Inventory Report in Admin
415
+
416
+ Adds a “low inventory report” to the Admin, which includes all inventory SKUs whose `sellable` is below the configured low inventory threshold. The report is accessible from the inventory SKUs index. The `sellable` field, which is affected by inventory policy, is new in this change and considered experimental (may be removed in the future).
417
+
418
+ **Data changes are required to ensure the low inventory report is accurate in an existing environment.** Touch each existing inventory SKU to populate the `sellable` field. The field is set during the `before_validation` callback, or explicitly using `Inventory::Sku#set_sellable`.
419
+
420
+ ### Issues
421
+
422
+ - [ECOMMERCE-5665](https://jira.tools.weblinc.com/browse/ECOMMERCE-5665)
423
+ - [ECOMMERCE-5704](https://jira.tools.weblinc.com/browse/ECOMMERCE-5704)
424
+
425
+ ### Pull Requests
426
+
427
+ - [3105](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3105/overview)
428
+ - [3116](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3116/overview)
429
+
430
+ ### Commits
431
+
432
+ - [2e35fb309583b24a4692ef25bc146403bbbe1462](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2e35fb309583b24a4692ef25bc146403bbbe1462)
433
+ - [e3a85696bd7d4dbe89cd2a59664569834d05db91](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e3a85696bd7d4dbe89cd2a59664569834d05db91)
434
+ - [bc0bc8f5a4797be23e9232103e37d306235c2be7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bc0bc8f5a4797be23e9232103e37d306235c2be7)
435
+ - [08d733d0f37701e6cb2e15028d22d66c96ea25b3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/08d733d0f37701e6cb2e15028d22d66c96ea25b3)
436
+
437
+ ## Adds “Displayable When Out of Stock” Inventory Policy
438
+
439
+ Adds new inventory policy for “Displayable When Out of Stock”. Changes product display rules in the Storefront to incorporate this change (the matching product is included in results, but sorted to the bottom). Changes product `purchasable?` logic in the Storefront to include inventory.
440
+
441
+ ### Issues
442
+
443
+ - [ECOMMERCE-5626](https://jira.tools.weblinc.com/browse/ECOMMERCE-5626)
444
+ - [ECOMMERCE-5937](https://jira.tools.weblinc.com/browse/ECOMMERCE-5937)
445
+ - [ECOMMERCE-5938](https://jira.tools.weblinc.com/browse/ECOMMERCE-5938)
446
+ - [ECOMMERCE-5941](https://jira.tools.weblinc.com/browse/ECOMMERCE-5941)
447
+
448
+ ### Pull Requests
449
+
450
+ - [3248](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3248/overview)
451
+ - [3277](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3277/overview)
452
+ - [3279](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3279/overview)
453
+ - [3309](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3309/overview)
454
+
455
+ ### Commits
456
+
457
+ - [f653c6c54ca9a1c7dff513d3c9e475a5e1fe3b0a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f653c6c54ca9a1c7dff513d3c9e475a5e1fe3b0a)
458
+ - [1c45194158344b6493959721806fa75ce9910727](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1c45194158344b6493959721806fa75ce9910727)
459
+ - [a3424016c72d979728daf1b5a7d8e7b11f4be05e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a3424016c72d979728daf1b5a7d8e7b11f4be05e)
460
+ - [3666d0ad32f2f5861ce0b8337081ca0e72d6e305](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3666d0ad32f2f5861ce0b8337081ca0e72d6e305)
461
+ - [ca84996d76d9237391d0c0e4e3ab84ab08a915e3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ca84996d76d9237391d0c0e4e3ab84ab08a915e3)
462
+ - [a6db715221077235f4e720fd0b7ac1b2e455be86](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a6db715221077235f4e720fd0b7ac1b2e455be86)
463
+ - [d1b434b00028793ff3f440686b65fbb8f2d94a02](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d1b434b00028793ff3f440686b65fbb8f2d94a02)
464
+ - [182bad20337413e7b6b80bbb9ceb9f9cff9dcaa9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/182bad20337413e7b6b80bbb9ceb9f9cff9dcaa9)
465
+
466
+ ## Changes Setting of Cache Expirations; Adds Cache Varying
467
+
468
+ Moves cache expirations into configuration. This includes fragment cache expirations, which were previously declared in views/partials.
469
+
470
+ **If you are overriding any of the changed views/partials, your application will continue to use the values in the views instead of the values in configuration.**
471
+
472
+ Adds an easy way to vary Rack cache and fragment caches. _This is very dangerous, and should be used with great care._ See the documentation on `Workarea::Cache::Varies.on` for more details.
473
+
474
+ ### Issues
475
+
476
+ - [ECOMMERCE-5780](https://jira.tools.weblinc.com/browse/ECOMMERCE-5780)
477
+ - [ECOMMERCE-5961](https://jira.tools.weblinc.com/browse/ECOMMERCE-5961)
478
+
479
+ ### Pull Requests
480
+
481
+ - [3234](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3234/overview)
482
+ - [3295](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3295/overview)
483
+
484
+ ### Commits
485
+
486
+ - [fce872afd2e197b98cc6a68b1cb2b5ef81f77025](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/fce872afd2e197b98cc6a68b1cb2b5ef81f77025)
487
+ - [05d41672b2aa32125dcdcf8aec2e303388e776e4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/05d41672b2aa32125dcdcf8aec2e303388e776e4)
488
+ - [ed54abf925cf20e0fd2f4b1942f0d6cc98748cef](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ed54abf925cf20e0fd2f4b1942f0d6cc98748cef)
489
+ - [f5680cccd5958586addec3b227407991fb7039a3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f5680cccd5958586addec3b227407991fb7039a3)
490
+ - [95efe1fb6908f851afb0854da5df7d351984aff6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/95efe1fb6908f851afb0854da5df7d351984aff6)
491
+
492
+ ## Changes Address Modeling; Adds Configuration for PO Box Acceptance
493
+
494
+ Restructures the modeling of addresses to introduce the idea of PO Box acceptance. Adds configs for PO Box acceptance. Improves regex for matching PO Boxes.
495
+
496
+ ### Issues
497
+
498
+ - [ECOMMERCE-5664](https://jira.tools.weblinc.com/browse/ECOMMERCE-5664)
499
+ - [ECOMMERCE-5703](https://jira.tools.weblinc.com/browse/ECOMMERCE-5703)
500
+
501
+ ### Pull Requests
502
+
503
+ - [3107](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3107/overview)
504
+ - [3124](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3124/overview)
505
+
506
+ ### Commits
507
+
508
+ - [9a4c115d1f429cb33f5c5a73b5911024b79aec98](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9a4c115d1f429cb33f5c5a73b5911024b79aec98)
509
+ - [ee5819d79c85b38c416436ef1529a20c7eeb86c7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ee5819d79c85b38c416436ef1529a20c7eeb86c7)
510
+ - [e290a8ad24e2a7ec2cbef8c7d60a95f3d80ce912](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e290a8ad24e2a7ec2cbef8c7d60a95f3d80ce912)
511
+ - [ccca905afd87e5ffa8d52daf7b43203ee61f2a95](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ccca905afd87e5ffa8d52daf7b43203ee61f2a95)
512
+
513
+ ## Changes Source Location of Categorized Autocomplete
514
+
515
+ Moves the implementation of categorized autocomplete from Core, duplicating it within Admin and Storefront. This change allows the feature to be extended separately for each UI.
516
+
517
+ **If your application is overriding the categorized autocomplete sources or the Admin or Storefront manifests, you will need to update those files accordingly.** You should see a message in the JavaScript console about these changes.
518
+
519
+ ### Issues
520
+
521
+ - [ECOMMERCE-5950](https://jira.tools.weblinc.com/browse/ECOMMERCE-5950)
522
+
523
+ ### Pull Requests
524
+
525
+ - [3300](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3300/overview)
526
+
527
+ ### Commits
528
+
529
+ - [b3960dd1f217acf4e0b4fdcedd051e8d21d2f93e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b3960dd1f217acf4e0b4fdcedd051e8d21d2f93e)
530
+ - [15e09dfa4b78595c7ccd2dc94de139c4a8321f32](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/15e09dfa4b78595c7ccd2dc94de139c4a8321f32)
531
+
532
+ ## Removes jQuery Validation from Admin
533
+
534
+ Removes jQuery Validation as an Admin dependency, relying on native validation within each browser instead. Also moves the previously shared configuration from Core to Storefront (where it is now used exclusively).
535
+
536
+ If your application happens to be overriding the JavaScript configuration file (not recommended), you'll need to move the changes from Core to Storefront manually.
537
+
538
+ ### Issues
539
+
540
+ - [ECOMMERCE-6056](https://jira.tools.weblinc.com/browse/ECOMMERCE-6056)
541
+
542
+ ### Pull Requests
543
+
544
+ - [3394](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3394/overview)
545
+
546
+ ### Commits
547
+
548
+ - [df488ff3a07b112d5b1e40c7472fa774f33f3a66](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/df488ff3a07b112d5b1e40c7472fa774f33f3a66)
549
+ - [7a477cadd089b91a3deb06d08fa9215fcd677edf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7a477cadd089b91a3deb06d08fa9215fcd677edf)
550
+
551
+ ## Removes Deprecated Feature Spec Helpers
552
+
553
+ Removes the _feature\_spec\_helper.\*_ assets, which were renamed to _feature\_test\_helper.\*_ and deprecated by Workarea 3.2.0.
554
+
555
+ ### Issues
556
+
557
+ - [ECOMMERCE-6075](https://jira.tools.weblinc.com/browse/ECOMMERCE-6075)
558
+
559
+ ### Commits
560
+
561
+ - [7e366e43222cd0594896fceee11ce329c661f343](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7e366e43222cd0594896fceee11ce329c661f343)
562
+
563
+ ## Adds Favicon Administration & Automation
564
+
565
+ Allows admins to select images to be used as favicons. Automates the creation of the necessary images and code for user agents to support the varying favicon formats.
566
+
567
+ ### Issues
568
+
569
+ - [ECOMMERCE-5769](https://jira.tools.weblinc.com/browse/ECOMMERCE-5769)
570
+ - [ECOMMERCE-5955](https://jira.tools.weblinc.com/browse/ECOMMERCE-5955)
571
+ - [ECOMMERCE-6049](https://jira.tools.weblinc.com/browse/ECOMMERCE-6049)
572
+
573
+ ### Pull Requests
574
+
575
+ - [3260](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3260/overview)
576
+ - [3289](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3289/overview)
577
+ - [3382](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3382/overview)
578
+
579
+ ### Commits
580
+
581
+ - [3e7873bc7eb9979ba6aaa10d2c9c5cf1b31b7cf4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3e7873bc7eb9979ba6aaa10d2c9c5cf1b31b7cf4)
582
+ - [522c93436ca6294715d742a7ff7ab0b27a666031](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/522c93436ca6294715d742a7ff7ab0b27a666031)
583
+ - [2c3f30ed28ff275d9432d2f6dac514b2080735a1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2c3f30ed28ff275d9432d2f6dac514b2080735a1)
584
+ - [355ec8704f65880ca8871f1985b2809820c36618](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/355ec8704f65880ca8871f1985b2809820c36618)
585
+ - [66b7d2592747097152e38c64b6fe11412353952c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/66b7d2592747097152e38c64b6fe11412353952c)
586
+ - [5b919e5660c959dce6636bd78c1242853b4ec23f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5b919e5660c959dce6636bd78c1242853b4ec23f)
587
+
588
+ ## Adds Configurations for Search Facet Sorting
589
+
590
+ Adds several configs to allow applications to control the ordering of search facet values.
591
+
592
+ ### Issues
593
+
594
+ - [ECOMMERCE-5996](https://jira.tools.weblinc.com/browse/ECOMMERCE-5996)
595
+
596
+ ### Pull Requests
597
+
598
+ - [3350](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3350/overview)
599
+ - [3386](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3386/overview)
600
+
601
+ ### Commits
602
+
603
+ - [54557f35ebcc95433dc44e76fa17042c8cf7442c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/54557f35ebcc95433dc44e76fa17042c8cf7442c)
604
+ - [3358273af89d8d153e19b2f811f4436291434d7d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3358273af89d8d153e19b2f811f4436291434d7d)
605
+ - [ad23839fabc38b901365711843064fd86073e0b6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ad23839fabc38b901365711843064fd86073e0b6)
606
+ - [472eb0737c3e2535fb6a9f9588a5c624f94741bc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/472eb0737c3e2535fb6a9f9588a5c624f94741bc)
607
+
608
+ ## Changes Admin Alerts for Consistency; Adds New Alerts
609
+
610
+ Updates all Admin alerts messaging for consistency and internationalization. Adds two additional Admin alerts: “Variant Missing Details” and “Inconsistent Variant Details”.
611
+
612
+ ### Issues
613
+
614
+ - [ECOMMERCE-5710](https://jira.tools.weblinc.com/browse/ECOMMERCE-5710)
615
+ - [ECOMMERCE-5760](https://jira.tools.weblinc.com/browse/ECOMMERCE-5760)
616
+
617
+ ### Pull Requests
618
+
619
+ - [3160](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3160/overview)
620
+ - [3165](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3165/overview)
621
+
622
+ ### Commits
623
+
624
+ - [509b123352018e2cbd7c77798773354897e82ea2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/509b123352018e2cbd7c77798773354897e82ea2)
625
+ - [e5fe086ea54da2354e5ed2126c4f19fea0471364](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e5fe086ea54da2354e5ed2126c4f19fea0471364)
626
+ - [ad683a200a6e20a61e8b12ee5bc7b700b4056218](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ad683a200a6e20a61e8b12ee5bc7b700b4056218)
627
+ - [773cc8d93b8d406e256dd5e8da52968e348a5a1f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/773cc8d93b8d406e256dd5e8da52968e348a5a1f)
628
+ - [56abcf90ff83f8d5547a9dce7ab4de7ac928c569](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/56abcf90ff83f8d5547a9dce7ab4de7ac928c569)
629
+
630
+ ## Changes Insights Cards; Adds Sparklines to Admin
631
+
632
+ Improves the UI of insights cards throughout Admin show pages. Adds sparklines to various Admin screens to provide inline insights.
633
+
634
+ ### Issues
635
+
636
+ - [ECOMMERCE-5678](https://jira.tools.weblinc.com/browse/ECOMMERCE-5678)
637
+ - [ECOMMERCE-5903](https://jira.tools.weblinc.com/browse/ECOMMERCE-5903)
638
+
639
+ ### Pull Requests
640
+
641
+ - [3123](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3123/overview)
642
+ - [3288](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3288/overview)
643
+
644
+ ### Commits
645
+
646
+ - [b611c8b489e5177934d996bae69b4e80e5a0fc7d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b611c8b489e5177934d996bae69b4e80e5a0fc7d)
647
+ - [b9c68e8f6a53bd63933a1802ef7fdef200fbfd69](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b9c68e8f6a53bd63933a1802ef7fdef200fbfd69)
648
+ - [96c5948d5142692498fadde92e7b9151d0452944](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/96c5948d5142692498fadde92e7b9151d0452944)
649
+ - [4b60c11ca84df53f6599746c68ffdf8a2ecdff2f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4b60c11ca84df53f6599746c68ffdf8a2ecdff2f)
650
+
651
+ ## Adds Admin Guest Browsing
652
+
653
+ Adds guest browsing for admins, allowing them to create and place orders on behalf of customers without requiring the customers to have or create accounts. Accessible from the users index.
654
+
655
+ ### Issues
656
+
657
+ - [ECOMMERCE-5666](https://jira.tools.weblinc.com/browse/ECOMMERCE-5666)
658
+ - [ECOMMERCE-5729](https://jira.tools.weblinc.com/browse/ECOMMERCE-5729)
659
+ - [ECOMMERCE-5731](https://jira.tools.weblinc.com/browse/ECOMMERCE-5731)
660
+
661
+ ### Pull Requests
662
+
663
+ - [3102](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3102/overview)
664
+ - [3133](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3133/overview)
665
+ - [3134](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3134/overview)
666
+
667
+ ### Commits
668
+
669
+ - [48b739422c711bdef82378ce8d4fa0c10f28658f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/48b739422c711bdef82378ce8d4fa0c10f28658f)
670
+ - [2b6ecaa63cddf62841cc9ee67c1194dfd31926fc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2b6ecaa63cddf62841cc9ee67c1194dfd31926fc)
671
+ - [9d5068553d0be7b50df41e83e4e09561caad21a5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9d5068553d0be7b50df41e83e4e09561caad21a5)
672
+ - [66c5f0e4e98726e2b99d087ae3baf0919884c509](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/66c5f0e4e98726e2b99d087ae3baf0919884c509)
673
+ - [f78dc68b187252692acf0b13edb93370c115ac72](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f78dc68b187252692acf0b13edb93370c115ac72)
674
+ - [5f87f27627d619979e7765835b82f3fc23c4a182](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5f87f27627d619979e7765835b82f3fc23c4a182)
675
+
676
+ ## Adds Email Signups Admin
677
+
678
+ Adds email signups index page to the Admin, accessible from the primary navigation, jump-to navigation, and marketing dashboard. Allows admins to remove users from email signups and delete email signups.
679
+
680
+ ### Issues
681
+
682
+ - [ECOMMERCE-5711](https://jira.tools.weblinc.com/browse/ECOMMERCE-5711)
683
+ - [ECOMMERCE-5744](https://jira.tools.weblinc.com/browse/ECOMMERCE-5744)
684
+ - [ECOMMERCE-5900](https://jira.tools.weblinc.com/browse/ECOMMERCE-5900)
685
+ - [ECOMMERCE-5901](https://jira.tools.weblinc.com/browse/ECOMMERCE-5901)
686
+
687
+ ### Pull Requests
688
+
689
+ - [3136](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3136/overview)
690
+ - [3149](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3149/overview)
691
+ - [3324](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3324/overview)
692
+
693
+ ### Commits
694
+
695
+ - [b0df5244bf04410ec5fa91904d71b63e621a093b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b0df5244bf04410ec5fa91904d71b63e621a093b)
696
+ - [de7b1bf911bd3389c7321bf6c3d8b2c209f3e568](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/de7b1bf911bd3389c7321bf6c3d8b2c209f3e568)
697
+ - [8b2a80c2b5c656d8953825ddf4b28de28a8e791c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8b2a80c2b5c656d8953825ddf4b28de28a8e791c)
698
+ - [1e11cf162615d0ab5e621a711a503fc1a43c552f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1e11cf162615d0ab5e621a711a503fc1a43c552f)
699
+ - [46c66b92fb979a6c64e3fde7d46aa90187533105](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/46c66b92fb979a6c64e3fde7d46aa90187533105)
700
+ - [0ea311b8a179016d6f92dd7aa1e2213f154822a9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0ea311b8a179016d6f92dd7aa1e2213f154822a9)
701
+ - [9c6e8059c9a6a7fd9476923f3cc7c20ba81a9c97](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9c6e8059c9a6a7fd9476923f3cc7c20ba81a9c97)
702
+
703
+ ## Changes Error Pages
704
+
705
+ Changes error pages to always use the Workarea error page controller and view rather than falling back to Rails' static HTML pages. Creates the corresponding system content if it does not exist.
706
+
707
+ ### Issues
708
+
709
+ - [ECOMMERCE-5914](https://jira.tools.weblinc.com/browse/ECOMMERCE-5914)
710
+
711
+ ### Pull Requests
712
+
713
+ - [3290](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3290/overview)
714
+
715
+ ### Commits
716
+
717
+ - [9d63b38033a3d24b949b6ee6081180f9de9f8afe](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9d63b38033a3d24b949b6ee6081180f9de9f8afe)
718
+ - [f6002a4f0ba57024d0a0fd833740f9d5b42e12c5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f6002a4f0ba57024d0a0fd833740f9d5b42e12c5)
719
+
720
+ ## Changes Product Rule Logic & Previewing
721
+
722
+ Allows admins to include undisplayable products when previewing rules in the Storefront. Adds a “not equal” operator to _category_ product rule fields. Changes boolean values in category rules to be case insensitive.
723
+
724
+ ### Issues
725
+
726
+ - [ECOMMERCE-4070](https://jira.tools.weblinc.com/browse/ECOMMERCE-4070)
727
+ - [ECOMMERCE-5104](https://jira.tools.weblinc.com/browse/ECOMMERCE-5104)
728
+ - [ECOMMERCE-5915](https://jira.tools.weblinc.com/browse/ECOMMERCE-5915)
729
+ - [ECOMMERCE-5930](https://jira.tools.weblinc.com/browse/ECOMMERCE-5930)
730
+
731
+ ### Pull Requests
732
+
733
+ - [3120](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3120/overview)
734
+ - [3112](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3112/overview)
735
+ - [3264](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3264/overview)
736
+ - [3335](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3335/overview)
737
+
738
+ ### Commits
739
+
740
+ - [42123a3952c1e1ef6f0c2f244981be4c81a592e4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/42123a3952c1e1ef6f0c2f244981be4c81a592e4)
741
+ - [48e3fe0c77b585936eb433b7539615cd70e72606](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/48e3fe0c77b585936eb433b7539615cd70e72606)
742
+ - [5735c28e73ebb9011d7d51d0be54e1117bbdd723](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5735c28e73ebb9011d7d51d0be54e1117bbdd723)
743
+ - [eda5398e033900253a4457a5ee5ca74351fad536](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/eda5398e033900253a4457a5ee5ca74351fad536)
744
+ - [ee3785db1e3a274881ba108b14341ab2dfd387e2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ee3785db1e3a274881ba108b14341ab2dfd387e2)
745
+ - [1ed8c883eceb97dc83eab6b3bdd482b10d7c2eff](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1ed8c883eceb97dc83eab6b3bdd482b10d7c2eff)
746
+ - [12fcd3ab53608fc5b33a537edf6603e8794fb995](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/12fcd3ab53608fc5b33a537edf6603e8794fb995)
747
+ - [4f3fefc2e31ccbeab2e24d9c51d06c2331c22996](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4f3fefc2e31ccbeab2e24d9c51d06c2331c22996)
748
+
749
+ ## Changes Display Logic for Flash Error Messages
750
+
751
+ Changes flash messages in the Admin and Storefront to not auto-dismiss if the message type is _error_.
752
+
753
+ ### Issues
754
+
755
+ - [ECOMMERCE-5876](https://jira.tools.weblinc.com/browse/ECOMMERCE-5876)
756
+
757
+ ### Pull Requests
758
+
759
+ - [3286](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3286/overview)
760
+
761
+ ### Commits
762
+
763
+ - [294aac18745cd8668f7d12d9d00f0390768458ba](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/294aac18745cd8668f7d12d9d00f0390768458ba)
764
+ - [108996ff5b22abd4081afb1b37b68a432be41002](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/108996ff5b22abd4081afb1b37b68a432be41002)
765
+
766
+ ## Adds Shipping Instructions
767
+
768
+ Allows consumers to provide shipping instructions during checkout. Stored on the `Shipping` instance. Displays in most order UIs throughout the Admin and Storefront.
769
+
770
+ ### Issues
771
+
772
+ - [ECOMMERCE-6047](https://jira.tools.weblinc.com/browse/ECOMMERCE-6047)
773
+
774
+ ### Pull Requests
775
+
776
+ - [3387](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3387/overview)
777
+
778
+ ### Commits
779
+
780
+ - [1787434aee694c4148c85fe4fd178c7db86c7c61](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1787434aee694c4148c85fe4fd178c7db86c7c61)
781
+ - [dfc7de7a76a86d3dc73d66b58868da4599204e11](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dfc7de7a76a86d3dc73d66b58868da4599204e11)
782
+
783
+ ## Adds “Range” Content Fields
784
+
785
+ Adds a new content field type, `Range`, which presents a range control for selecting a numerical value (float).
786
+
787
+ ### Issues
788
+
789
+ - [ECOMMERCE-6027](https://jira.tools.weblinc.com/browse/ECOMMERCE-6027)
790
+
791
+ ### Pull Requests
792
+
793
+ - [3370](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3370/overview)
794
+
795
+ ### Commits
796
+
797
+ - [d3b629986ee972c021da12f1493dbd0b06c4561e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d3b629986ee972c021da12f1493dbd0b06c4561e)
798
+ - [ebb53c19e7789adfbc9732d6baa38398b1719fdc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ebb53c19e7789adfbc9732d6baa38398b1719fdc)
799
+
800
+ ## Adds Polyfill for “Color” Fields
801
+
802
+ Adds a polyfill for `<input type=color>` elements, which are used within content fields of type `Color`. The fields are also used by platform extensions, such as the <cite>Swatches</cite> plugin.
803
+
804
+ ### Issues
805
+
806
+ - [ECOMMERCE-6043](https://jira.tools.weblinc.com/browse/ECOMMERCE-6043)
807
+
808
+ ### Pull Requests
809
+
810
+ - [3378](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3378/overview)
811
+
812
+ ### Commits
813
+
814
+ - [9ef9f328c1c935d4be1442c4ac3dab34ce48b5a8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9ef9f328c1c935d4be1442c4ac3dab34ce48b5a8)
815
+ - [7e40797abca71de93035bb508d3521b964303f8b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7e40797abca71de93035bb508d3521b964303f8b)
816
+
817
+ ## Changes Storefront UI According to Baymard Recommendations
818
+
819
+ Applies various changes throughout the Storefront user interface to improve user experience. Changes are based on research and reports from Baymard Institute.
820
+
821
+ ### Issues
822
+
823
+ - [ECOMMERCE-5800](https://jira.tools.weblinc.com/browse/ECOMMERCE-5800)
824
+ - [ECOMMERCE-5764](https://jira.tools.weblinc.com/browse/ECOMMERCE-5764)
825
+ - [ECOMMERCE-5765](https://jira.tools.weblinc.com/browse/ECOMMERCE-5765)
826
+ - [ECOMMERCE-5768](https://jira.tools.weblinc.com/browse/ECOMMERCE-5768)
827
+ - [ECOMMERCE-5877](https://jira.tools.weblinc.com/browse/ECOMMERCE-5877)
828
+ - [ECOMMERCE-5890](https://jira.tools.weblinc.com/browse/ECOMMERCE-5890)
829
+ - [ECOMMERCE-5879](https://jira.tools.weblinc.com/browse/ECOMMERCE-5879)
830
+
831
+ ### Pull Requests
832
+
833
+ - [3178](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3178/overview)
834
+ - [3192](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3192/overview)
835
+ - [3212](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3212/overview)
836
+ - [3217](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3217/overview)
837
+ - [3253](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3253/overview)
838
+ - [3291](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3291/overview)
839
+ - [3308](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3308/overview)
840
+ - [3307](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3307/overview)
841
+
842
+ ### Commits
843
+
844
+ - [0b2143309a987f58bad5de43284c3c7a75459ac4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0b2143309a987f58bad5de43284c3c7a75459ac4)
845
+ - [d67cc06c196b2a33222a7d62c2f4c78898f392fc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d67cc06c196b2a33222a7d62c2f4c78898f392fc)
846
+ - [089577a874a1225ddc42a347dfad6f12fe6166c2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/089577a874a1225ddc42a347dfad6f12fe6166c2)
847
+ - [521f21aafd8f768f490b2187c2c5c30b3bf4d382](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/521f21aafd8f768f490b2187c2c5c30b3bf4d382)
848
+ - [34be324afe656439bd0f07fbfa4e41c46d8a4196](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/34be324afe656439bd0f07fbfa4e41c46d8a4196)
849
+ - [eabd5e189fbac0990b806b7a2a1722119ff52476](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/eabd5e189fbac0990b806b7a2a1722119ff52476)
850
+ - [77d033cb63805552b23e2292f4211d3e28e24169](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/77d033cb63805552b23e2292f4211d3e28e24169)
851
+ - [7c50c732eaadc48818b2f3c7ce500b86d947556d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7c50c732eaadc48818b2f3c7ce500b86d947556d)
852
+ - [c047b8a6c8cce0dd59461a7ebbc4f38673a34da1](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c047b8a6c8cce0dd59461a7ebbc4f38673a34da1)
853
+ - [29ea4990cfa674784947f36be73418bb550e2c8f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/29ea4990cfa674784947f36be73418bb550e2c8f)
854
+ - [a8056be73f676f632e5d8e66fa281823f7dffce8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a8056be73f676f632e5d8e66fa281823f7dffce8)
855
+ - [81edaccf39f6009da84c173d999d4306678608d3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/81edaccf39f6009da84c173d999d4306678608d3)
856
+ - [20fae0cbf7d8f7858648ced400d37bb7f815e2c3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/20fae0cbf7d8f7858648ced400d37bb7f815e2c3)
857
+ - [d2730f9583f30456fcf088215be81e799ba9b88c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d2730f9583f30456fcf088215be81e799ba9b88c)
858
+ - [8657989966172cdc8e41bef6ec965880f4b1701e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8657989966172cdc8e41bef6ec965880f4b1701e)
859
+ - [c72407d93932155aaeec8ff1d7a792d10cdfc737](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c72407d93932155aaeec8ff1d7a792d10cdfc737)
860
+ - [bfa95afd10cb613327df67bdf527543e599385c3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bfa95afd10cb613327df67bdf527543e599385c3)
861
+ - [270eaf399172fb5fd195a63a96e0c1981cd3fa16](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/270eaf399172fb5fd195a63a96e0c1981cd3fa16)
862
+ - [076204698a5551dc8d5dbe0c94905c5b8e97d95a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/076204698a5551dc8d5dbe0c94905c5b8e97d95a)
863
+ - [200f2530fd177d1e113c16e4813410d8c201f504](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/200f2530fd177d1e113c16e4813410d8c201f504)
864
+ - [07212d7f24b591ed2dafe17dc3f9ed00d130812e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/07212d7f24b591ed2dafe17dc3f9ed00d130812e)
865
+ - [16cc034cac7af2db25c777c4509a7ba6227b5abc](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/16cc034cac7af2db25c777c4509a7ba6227b5abc)
866
+
867
+ ## Changes Admin & Storefront UIs to “Clean Up”
868
+
869
+ Applies various changes to the Admin and Storefront web interfaces and/or their implementations to clean up minor issues.
870
+
871
+ ### Issues
872
+
873
+ - [ECOMMERCE-5622](https://jira.tools.weblinc.com/browse/ECOMMERCE-5622)
874
+ - [ECOMMERCE-5866](https://jira.tools.weblinc.com/browse/ECOMMERCE-5866)
875
+ - [ECOMMERCE-5882](https://jira.tools.weblinc.com/browse/ECOMMERCE-5882)
876
+ - [ECOMMERCE-5888](https://jira.tools.weblinc.com/browse/ECOMMERCE-5888)
877
+ - [ECOMMERCE-5830](https://jira.tools.weblinc.com/browse/ECOMMERCE-5830)
878
+ - [ECOMMERCE-6036](https://jira.tools.weblinc.com/browse/ECOMMERCE-6036)
879
+
880
+ ### Pull Requests
881
+
882
+ - [3204](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3204/overview)
883
+ - [3236](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3236/overview)
884
+ - [3247](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3247/overview)
885
+ - [3263](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3263/overview)
886
+ - [3345](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3345/overview)
887
+ - [3396](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3396/overview)
888
+
889
+ ### Commits
890
+
891
+ - [a65f7a401c8cb4c1a933dab1604fadf5f124c97a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a65f7a401c8cb4c1a933dab1604fadf5f124c97a)
892
+ - [544817a7ac91da6119f4554b035955da7669f7d5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/544817a7ac91da6119f4554b035955da7669f7d5)
893
+ - [1dfb48b0cd38e320d38b967f16a2098e668dd543](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1dfb48b0cd38e320d38b967f16a2098e668dd543)
894
+ - [89192511457610e349544cb8d6d4da61e2f926de](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/89192511457610e349544cb8d6d4da61e2f926de)
895
+ - [6c95484809df988abe898674a59c49c06e97f471](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6c95484809df988abe898674a59c49c06e97f471)
896
+ - [5ca0094be9cde3257259a268992b6f978bfc2a01](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5ca0094be9cde3257259a268992b6f978bfc2a01)
897
+ - [559e026242d535b8ecefbd9c280aff047cdd8e86](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/559e026242d535b8ecefbd9c280aff047cdd8e86)
898
+ - [38808f9cce7d43a4ed341eafd9ded593212e28f6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/38808f9cce7d43a4ed341eafd9ded593212e28f6)
899
+ - [cc6551c768ff6988e32986b6477c7ca7107268c9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/cc6551c768ff6988e32986b6477c7ca7107268c9)
900
+ - [779101876617046657a8846f04fe94d484668fab](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/779101876617046657a8846f04fe94d484668fab)
901
+ - [4db77f0dd3d6fcca04671d8b2dc4e18305766c8a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4db77f0dd3d6fcca04671d8b2dc4e18305766c8a)
902
+ - [73ae0732f5086a6217046e89c795066fe978dd12](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/73ae0732f5086a6217046e89c795066fe978dd12)
903
+
904
+ ## Changes Interfaces & Implementations to Support Plugins
905
+
906
+ Applies small changes throughout Base to facilitate new plugins and changes to existing plugins.
907
+
908
+ ### Issues
909
+
910
+ - [ECOMMERCE-5930](https://jira.tools.weblinc.com/browse/ECOMMERCE-5930)
911
+ - [ECOMMERCE-5830](https://jira.tools.weblinc.com/browse/ECOMMERCE-5830)
912
+ - [ECOMMERCE-5721](https://jira.tools.weblinc.com/browse/ECOMMERCE-5721)
913
+ - [ECOMMERCE-5792](https://jira.tools.weblinc.com/browse/ECOMMERCE-5792)
914
+ - [ECOMMERCE-5994](https://jira.tools.weblinc.com/browse/ECOMMERCE-5994)
915
+
916
+ ### Pull Requests
917
+
918
+ - [3155](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3155/overview)
919
+ - [3344](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3344/overview)
920
+ - [3126](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3126/overview)
921
+ - [3249](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3249/overview)
922
+ - [3315](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3315/overview)
923
+ - [3319](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3319/overview)
924
+ - [3363](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3363/overview)
925
+ - [3374](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3374/overview)
926
+
927
+ ### Commits
928
+
929
+ - [176508df46f5384f3bb0e1a828cbdd36477f5009](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/176508df46f5384f3bb0e1a828cbdd36477f5009)
930
+ - [5803d56850e6df1183231889dab3af2e05681faf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5803d56850e6df1183231889dab3af2e05681faf)
931
+ - [1e73b16b925ac160be6c59d2aedb55cdbeea21d8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1e73b16b925ac160be6c59d2aedb55cdbeea21d8)
932
+ - [a4a0295c25ee214794bf51811fdf3064faee142d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a4a0295c25ee214794bf51811fdf3064faee142d)
933
+ - [c252201fa3ce927b4db1dce43ea69d2cacbda21c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c252201fa3ce927b4db1dce43ea69d2cacbda21c)
934
+ - [c7875d613042a1957060e324f0a39546a273bf6f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c7875d613042a1957060e324f0a39546a273bf6f)
935
+ - [5af43f672c79e5a62ec6aa3122952464e3d65d33](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5af43f672c79e5a62ec6aa3122952464e3d65d33)
936
+ - [5abc39287c9e5aa4c420afdd8493f240d6492d40](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5abc39287c9e5aa4c420afdd8493f240d6492d40)
937
+ - [0aca8cc84ed69c9bc9b987aa1b5859539ef81f5a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0aca8cc84ed69c9bc9b987aa1b5859539ef81f5a)
938
+ - [1794b5e0a1488b04a92a3df40b4197909e28911d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1794b5e0a1488b04a92a3df40b4197909e28911d)
939
+ - [9246158775fe1586482334d60d94919b43bb4c12](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9246158775fe1586482334d60d94919b43bb4c12)
940
+ - [e2d314c79ffaeeca170ab2f702c152a4298aec94](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e2d314c79ffaeeca170ab2f702c152a4298aec94)
941
+ - [e90593711a5a96c9d9fee648cfc0920ac60483a8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e90593711a5a96c9d9fee648cfc0920ac60483a8)
942
+ - [c81981ee2d2a447c847bdb722858c3a58ad1e9e6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c81981ee2d2a447c847bdb722858c3a58ad1e9e6)
943
+ - [a4e8c6f02cf6aa3976a878aa98caff1912a2b6e3](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a4e8c6f02cf6aa3976a878aa98caff1912a2b6e3)
944
+ - [d665339a3318c0af9ba50615f0e1ee18285f3261](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d665339a3318c0af9ba50615f0e1ee18285f3261)
945
+ - [8d3b51893de0b5932c463f54dca317a39d80b40f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8d3b51893de0b5932c463f54dca317a39d80b40f)
946
+ - [4e1cf45dde898bb494121658cecc1d53e1561816](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4e1cf45dde898bb494121658cecc1d53e1561816)
947
+ - [b0ecc95431b7194d1dfb0af4889453b38694931c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b0ecc95431b7194d1dfb0af4889453b38694931c)
948
+ - [6a3ab5b4835e813266d7dbf1949d24d8e83ecfcf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6a3ab5b4835e813266d7dbf1949d24d8e83ecfcf)
949
+ - [8ff58d1cb10e317c877b16ef9afdb438ead05f4b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8ff58d1cb10e317c877b16ef9afdb438ead05f4b)
950
+ - [2821249437093cdadb88ff9ab11fdd61e9a8ae69](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2821249437093cdadb88ff9ab11fdd61e9a8ae69)
951
+ - [80227039aa28f373e16daf8e0e603e9d7716bc64](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/80227039aa28f373e16daf8e0e603e9d7716bc64)
952
+ - [bc278ce801383acdd9849faf0bc72eaac25aa54a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bc278ce801383acdd9849faf0bc72eaac25aa54a)
953
+
954
+ ## Adds Options for Manual Search Indexing
955
+
956
+ Allows disabling the default “inlining” of search indexing, when run manually from the command line. Use `INLINE=false` to disable the default behavior. Example: `INLINE=false bin/rails workarea:search_index:storefront`
957
+
958
+ Adds `BulkIndexAdmin` worker and uses the worker to implement the `workarea:search_index:admin` task, improving performance.
959
+
960
+ ### Issues
961
+
962
+ - [ECOMMERCE-5716](https://jira.tools.weblinc.com/browse/ECOMMERCE-5716)
963
+ - [ECOMMERCE-5742](https://jira.tools.weblinc.com/browse/ECOMMERCE-5742)
964
+
965
+ ### Pull Requests
966
+
967
+ - [3161](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3161/overview)
968
+ - [3142](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3142/overview)
969
+
970
+ ### Commits
971
+
972
+ - [ec931d8a892fa67424cb70980164daa2c7007518](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ec931d8a892fa67424cb70980164daa2c7007518)
973
+ - [89828c30e1a2c035488455d8c56a01cb83603b84](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/89828c30e1a2c035488455d8c56a01cb83603b84)
974
+ - [8521fbdf966b375ebed5c6efec22966eec985078](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8521fbdf966b375ebed5c6efec22966eec985078)
975
+ - [b8a64634997de5123bad1b11892ca3b56c3ddf87](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b8a64634997de5123bad1b11892ca3b56c3ddf87)
976
+
977
+ ## Adds Test Runner for Application-Specific Tests
978
+
979
+ Adds a test runner which runs only the test files located within the application. Example usage: <samp>bin/rails test:app</samp>
980
+
981
+ ### Issues
982
+
983
+ - [ECOMMERCE-5762](https://jira.tools.weblinc.com/browse/ECOMMERCE-5762)
984
+
985
+ ### Pull Requests
986
+
987
+ - [3172](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3172/overview)
988
+
989
+ ### Commits
990
+
991
+ - [4139a2d947d2fd1fc55e3ea2f21d87e0a8e662d7](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4139a2d947d2fd1fc55e3ea2f21d87e0a8e662d7)
992
+ - [20a26997832645ca1cf97fa163e426e66c09bd67](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/20a26997832645ca1cf97fa163e426e66c09bd67)
993
+
994
+ ## Adds More Analytics Seeds
995
+
996
+ Adds more analytics seeds to improve local development.
997
+
998
+ ### Issues
999
+
1000
+ - [ECOMMERCE-5739](https://jira.tools.weblinc.com/browse/ECOMMERCE-5739)
1001
+
1002
+ ### Pull Requests
1003
+
1004
+ - [3139](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3139/overview)
1005
+ - [3146](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3146/overview)
1006
+
1007
+ ### Commits
1008
+
1009
+ - [c94134e4483f5af1f5b01e32f491385a9cbf10fd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c94134e4483f5af1f5b01e32f491385a9cbf10fd)
1010
+ - [2f2db419991602a095813786c609f5dbb86dc1aa](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2f2db419991602a095813786c609f5dbb86dc1aa)
1011
+ - [1de85cb5f33a780417e816ced37e907fed298fcb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1de85cb5f33a780417e816ced37e907fed298fcb)
1012
+ - [1e4e92948125b88a8bb4df79b6a2153bda15af73](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1e4e92948125b88a8bb4df79b6a2153bda15af73)
1013
+
1014
+ ## Changes Scroll-To Buttons Top Offset to a Configurable Value
1015
+
1016
+ In the Storefront, makes the `WORKAREA.scrollToButtons` top offset value configurable via `WORKAREA.config.scrollToButtons.topOffset`.
1017
+
1018
+ ### Issues
1019
+
1020
+ - [ECOMMERCE-6045](https://jira.tools.weblinc.com/browse/ECOMMERCE-6045)
1021
+
1022
+ ### Pull Requests
1023
+
1024
+ - [3377](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3377/overview)
1025
+
1026
+ ### Commits
1027
+
1028
+ - [9861d5dd957c8149898d04cbe287aa866257afc8](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/9861d5dd957c8149898d04cbe287aa866257afc8)
1029
+ - [2681f7596a34b31d57a86d782555baba776bdc83](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/2681f7596a34b31d57a86d782555baba776bdc83)
1030
+
1031
+ ## Changes Paths to Fix View Overriding
1032
+
1033
+ Changes paths to explicitly specify the format as JSON when the endpoint responds to JSON and HTML. Fixes unexpected behavior from Rails when overriding only the JSON view from an application.
1034
+
1035
+ ### Issues
1036
+
1037
+ - [ECOMMERCE-5841](https://jira.tools.weblinc.com/browse/ECOMMERCE-5841)
1038
+
1039
+ ### Pull Requests
1040
+
1041
+ - [3211](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3211/overview)
1042
+
1043
+ ### Commits
1044
+
1045
+ - [1834b1c5f522cc14770fbba48d1fd10420b33ebb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/1834b1c5f522cc14770fbba48d1fd10420b33ebb)
1046
+ - [6536a9d613eb7f71f1def0c12e77ed3c4b985dd9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/6536a9d613eb7f71f1def0c12e77ed3c4b985dd9)
1047
+
1048
+ ## Changes Admin Users Index JSON Response to Include All
1049
+
1050
+ Changes the Admin users index JSON to include all matching users, instead of excluding the current user. Use the parameter `exclude_current_user: true` to access the original behavior.
1051
+
1052
+ ### Pull Requests
1053
+
1054
+ - [3360](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3360/overview)
1055
+
1056
+ ### Commits
1057
+
1058
+ - [e9139f9ead3e30bce056c89fb0b7c6c4294e06fd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e9139f9ead3e30bce056c89fb0b7c6c4294e06fd)
1059
+ - [0b38006decdd279b64903680b4a456e9f740201d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0b38006decdd279b64903680b4a456e9f740201d)
1060
+
1061
+ ## Changes Logic for “Canceled” Fulfillment Status
1062
+
1063
+ Changes `Fulfillment::Status` to be canceled even if items have shipped.
1064
+
1065
+ ### Pull Requests
1066
+
1067
+ - [3209](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3209/overview)
1068
+
1069
+ ### Commits
1070
+
1071
+ - [35a54f9661cf16e80e34d7b1bdfed9ca764ae55c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/35a54f9661cf16e80e34d7b1bdfed9ca764ae55c)
1072
+ - [0eed9f446bfd504d61598a0ec1e73d51549562e9](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0eed9f446bfd504d61598a0ec1e73d51549562e9)
1073
+
1074
+ ## Changes “Find Pipeline Asset” Query to Include Plugin Paths
1075
+
1076
+ Changes `FindPipelineAsset#path` to search plugin paths in addition to the application and Core.
1077
+
1078
+ ### Issues
1079
+
1080
+ - [ECOMMERCE-5981](https://jira.tools.weblinc.com/browse/ECOMMERCE-5981)
1081
+
1082
+ ### Pull Requests
1083
+
1084
+ - [3320](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3320/overview)
1085
+ - [3332](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3332/overview)
1086
+
1087
+ ### Commits
1088
+
1089
+ - [7447d42b8fde84fb68fdd2ab3f60293a37957ba4](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/7447d42b8fde84fb68fdd2ab3f60293a37957ba4)
1090
+ - [ec2163f0717162cee0ca7c993ee690201279786c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ec2163f0717162cee0ca7c993ee690201279786c)
1091
+ - [ba6e52aa976a6865e4a3c91d8877cbabaabab4ff](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ba6e52aa976a6865e4a3c91d8877cbabaabab4ff)
1092
+ - [4049d73d7d6f59cc6cc978a3968d795d8c272afb](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4049d73d7d6f59cc6cc978a3968d795d8c272afb)
1093
+
1094
+ ## Changes Cleaning of Expired Orders
1095
+
1096
+ Improves order cleaning to remove all expired orders, including those that expired after starting checkout. Previously, these orders weren't cleaned due to oversight.
1097
+
1098
+ ### Issues
1099
+
1100
+ - [ECOMMERCE-5669](https://jira.tools.weblinc.com/browse/ECOMMERCE-5669)
1101
+ - [ECOMMERCE-5884](https://jira.tools.weblinc.com/browse/ECOMMERCE-5884)
1102
+
1103
+ ### Pull Requests
1104
+
1105
+ - [3169](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3169/overview)
1106
+ - [3259](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3259/overview)
1107
+
1108
+ ### Commits
1109
+
1110
+ - [04a2b758714d5b16c9d46a5954c3d380b1d6068e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/04a2b758714d5b16c9d46a5954c3d380b1d6068e)
1111
+ - [40c88b22fe5e97ce82505c0992c230228a9ed739](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/40c88b22fe5e97ce82505c0992c230228a9ed739)
1112
+ - [c8919ce8cfa270b9a15d3e9d63aee6acb88fea7b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c8919ce8cfa270b9a15d3e9d63aee6acb88fea7b)
1113
+ - [ab7e7479c5831f5936c2d1bf82a5a81b5298519f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ab7e7479c5831f5936c2d1bf82a5a81b5298519f)
1114
+
1115
+ ## Adds Locking of Promo Code Lists
1116
+
1117
+ Locks promo code lists while generating to avoid unexpected behavior.
1118
+
1119
+ ### Issues
1120
+
1121
+ - [ECOMMERCE-5848](https://jira.tools.weblinc.com/browse/ECOMMERCE-5848)
1122
+
1123
+ ### Pull Requests
1124
+
1125
+ - [3246](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3246/overview)
1126
+
1127
+ ### Commits
1128
+
1129
+ - [f877f5a4acfda929f7ff9cc29a8f2e394789eb64](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/f877f5a4acfda929f7ff9cc29a8f2e394789eb64)
1130
+ - [c96e543798506578cf5bb5f070c2a5c405af8d7d](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c96e543798506578cf5bb5f070c2a5c405af8d7d)
1131
+
1132
+ ## Changes Promo Code Discount Condition to Improve Performance
1133
+
1134
+ Changes the `PromoCodes` discount condition to disqualify immediately if there are no promo codes, thereby improving the performance of the qualification.
1135
+
1136
+ ### Issues
1137
+
1138
+ - [ECOMMERCE-5726](https://jira.tools.weblinc.com/browse/ECOMMERCE-5726)
1139
+
1140
+ ### Pull Requests
1141
+
1142
+ - [3130](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3130/overview)
1143
+
1144
+ ### Commits
1145
+
1146
+ - [a3e7f218fb47630ac4d8f456ae7f92db083ca34e](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/a3e7f218fb47630ac4d8f456ae7f92db083ca34e)
1147
+ - [dbd4893149469b86ffbbb2d4eeffecd1424e53b2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dbd4893149469b86ffbbb2d4eeffecd1424e53b2)
1148
+ - [b885082486237c60d557a2ecb78022e44801828a](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/b885082486237c60d557a2ecb78022e44801828a)
1149
+
1150
+ ## Changes Seeds to Not Send Email
1151
+
1152
+ Disables sending email while seeding.
1153
+
1154
+ ### Pull Requests
1155
+
1156
+ - [3388](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3388/overview)
1157
+
1158
+ ### Commits
1159
+
1160
+ - [234894ccf1c3b038b5635fe1764173cdc3e6bcb0](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/234894ccf1c3b038b5635fe1764173cdc3e6bcb0)
1161
+ - [e3b523dc1f955c2353933e26591874779e272fcf](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/e3b523dc1f955c2353933e26591874779e272fcf)
1162
+
1163
+ ## Changes Credit Card Tests
1164
+
1165
+ Replaces several unit tests with integration tests for credit card operations. Applies minor changes to the credit card interface to improve compatibility with Active Merchant and improve extensibility.
1166
+
1167
+ ### Issues
1168
+
1169
+ - [ECOMMERCE-6000](https://jira.tools.weblinc.com/browse/ECOMMERCE-6000)
1170
+
1171
+ ### Pull Requests
1172
+
1173
+ - [3348](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3348/overview)
1174
+
1175
+ ### Commits
1176
+
1177
+ - [8d4a718c1d231558d026ce38e2654966daec47cd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/8d4a718c1d231558d026ce38e2654966daec47cd)
1178
+ - [be1374d370cb885cbf3368cbf7565b1fa3267ac6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/be1374d370cb885cbf3368cbf7565b1fa3267ac6)
1179
+
1180
+ ## Adds Automatic Sidekiq Configuration
1181
+
1182
+ Adds programmatic configuration of Sidekiq to the platform, removing the need to configure Sidekiq from each application. Removes the Sidekiq configuration file from the app template, since it is no longer needed for new applications.
1183
+
1184
+ ### Issues
1185
+
1186
+ - [ECOMMERCE-5709](https://jira.tools.weblinc.com/browse/ECOMMERCE-5709)
1187
+
1188
+ ### Pull Requests
1189
+
1190
+ - [3168](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3168/overview)
1191
+
1192
+ ### Commits
1193
+
1194
+ - [4c6e283fdc03933282ee4e36e140f9f1f4e486ef](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/4c6e283fdc03933282ee4e36e140f9f1f4e486ef)
1195
+ - [ab00ccfa1f37225b705cf05d5070a006658cb90c](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ab00ccfa1f37225b705cf05d5070a006658cb90c)
1196
+
1197
+ ## Changes Mongoid Configuration
1198
+
1199
+ Updates the Mongoid configuration to match recommendations from MongoDB and the actual infrastructure configuration used in Workarea Hosting environments.
1200
+
1201
+ ### Commits
1202
+
1203
+ - [ffd04c5f13773ba229403f53ebee6cc2feaaa2b2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/ffd04c5f13773ba229403f53ebee6cc2feaaa2b2)
1204
+
1205
+ ## Adds Dragonfly Configuration to Ensure CDN; Adds Warning When Data Store is File System
1206
+
1207
+ Adds additional Dragonfly configuration to ensure a CDN is used in Production environments. Also adds a warning on boot of the application if the Dragonfly file store is set to file system when the Rails environment is not test or development.
1208
+
1209
+ ### Issues
1210
+
1211
+ - [ECOMMERCE-5842](https://jira.tools.weblinc.com/browse/ECOMMERCE-5842)
1212
+ - [ECOMMERCE-6072](https://jira.tools.weblinc.com/browse/ECOMMERCE-6072)
1213
+
1214
+ ### Pull Requests
1215
+
1216
+ - [3206](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3206/overview)
1217
+ - [3403](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3403/overview)
1218
+
1219
+ ### Commits
1220
+
1221
+ - [c4f61a1e6910423d1fcaa0a71c69a3a4a3e04d1f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/c4f61a1e6910423d1fcaa0a71c69a3a4a3e04d1f)
1222
+ - [20b52128bf05248ed54de64393224a05cc1d27bd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/20b52128bf05248ed54de64393224a05cc1d27bd)
1223
+ - [592f5d3f23b65e3e3887e01113a120299736b5d2](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/592f5d3f23b65e3e3887e01113a120299736b5d2)
1224
+ - [dc481207c6c360ab5ae52327117a146ecb47d1d5](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/dc481207c6c360ab5ae52327117a146ecb47d1d5)
1225
+
1226
+ ## Adds Geocoder Config to Read API Key from Secrets
1227
+
1228
+ Adds geocoder configuration which reads from secrets, allowing an API to be included in the configuration.
1229
+
1230
+ ### Issues
1231
+
1232
+ - [ECOMMERCE-5953](https://jira.tools.weblinc.com/browse/ECOMMERCE-5953)
1233
+
1234
+ ### Pull Requests
1235
+
1236
+ - [3283](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3283/overview)
1237
+
1238
+ ### Commits
1239
+
1240
+ - [3846146b6395ece6ee89cf6374af0eacf5d76c10](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/3846146b6395ece6ee89cf6374af0eacf5d76c10)
1241
+ - [94d2ada815931acd62cd1a4aac8717bd6f5d4d11](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/94d2ada815931acd62cd1a4aac8717bd6f5d4d11)
1242
+
1243
+ ## Deprecates `running_in_gem?` for Test Cases; Adds Alternative Test Case Methods
1244
+
1245
+ Deprecates the test case method `running_in_gem?`. Adds two new test case methods, which are now preferred: `running_from_source?` and `running_in_dummy_app?`.
1246
+
1247
+ ### Issues
1248
+
1249
+ - [ECOMMERCE-6007](https://jira.tools.weblinc.com/browse/ECOMMERCE-6007)
1250
+
1251
+ ### Pull Requests
1252
+
1253
+ - [3349](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3349/overview)
1254
+
1255
+ ### Commits
1256
+
1257
+ - [bce3a9a706f21e0e46f90194515a368df0fe729f](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/bce3a9a706f21e0e46f90194515a368df0fe729f)
1258
+ - [d8674d43149bb5f6eed94813be63afdf4488805b](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/d8674d43149bb5f6eed94813be63afdf4488805b)
1259
+
1260
+ ## Removes Running Generators from Plugins
1261
+
1262
+ Removes the ability to run generators from plugins because the implementation was causing tests to run with the incorrect Rails environment.
1263
+
1264
+ ### Pull Requests
1265
+
1266
+ - [3276](https://stash.tools.weblinc.com/projects/WL/repos/workarea/pull-requests/3276/overview)
1267
+
1268
+ ### Commits
1269
+
1270
+ - [5005525b3a237f21bd95b58f2ea27a43fdaa37f6](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/5005525b3a237f21bd95b58f2ea27a43fdaa37f6)
1271
+ - [0d1cb3ae33b6a9d71409cff9715704ec0f7e4fdd](https://stash.tools.weblinc.com/projects/WL/repos/workarea/commits/0d1cb3ae33b6a9d71409cff9715704ec0f7e4fdd)
1272
+