Appearance
<div style="display: none;" hidden="true" aria-hidden="true">Are you an LLM? You can read better optimized documentation at /changelog/Changelog.4.37.md for this page in Markdown format</div>
Version 4
version 4.37
version 4.37.0x
- [4.37.1] cd-fix: Remove
versionnew line at the start of the file - [4.37.1] cd-fix:
AdvApiCartController::getRecommendationSmartRecommendations - [4.37.1] ui-update: In admin panel reformat the admin menu in the ecomercen plus.
- [4.37.1] cd-update: Slides are connected with audience instead of customer tags.
- [4.37.0] cd-update: Product page combinations and after add to cart recommendations in only for advisable settings
- [4.37.0] ui-feat:
actions,getters,mutations,stateupdated,afterAddToCartRecommendationadded invuexstore. - [4.37.0] ui-feat: New vue component
AfterAddToCartModal.vueand usage inmain.phpview. - [4.37.0] ui-update: Vue base locales updated.
- [4.37.0] ui-feat:
GenericModal.vuecomponent new propertiescloseBtnPosition,exitModalIconFontSize,borderRadiusandborder - [4.37.0] ui-update: Enable
native_sliderscss and added newafter_add_to_cart_modalscss file inmain.scss - [4.37.0] ui-update:
es6/config.jsaddedmountedModulePrefixto__ininitializerOptsand added modules forNativeSliderandObservableViewMetrics - [4.37.0] cd-update:
AdvApiCartController::showCartno longer returns output to allow after cart data more actions to follow before returning output. - [4.37.0] cd-update:
ecommercen/ai-connector:2.12.0to useAdvAiConnector::getRecommendationsCountfor application - [4.37.0] cd-update:
ecommercen/ai-connector:2.11.0to allow all algorithms to be used on demand inAdvAdvisableAI::customerProductsBasedOnTheirHistory - [4.37.0] cd-feat:
AdvApiCartController::cartHandlechecks if a new item was added to cart and displays recommendation (based on algo priority for AfterAddToCartModal) - [4.37.0] cd-feat:
AdvApiCartController::updateaccepts query string to request after add to cart recommendations - [4.37.0] cd-update: Registry key => value change from
PRODUCT_COMBOS=>PRODUCT_PAGE_ALGO_PRIORITYtoALGO_PRIORITY=>PRODUCT_PAGE_COMBO - [4.37.0] cd-feat:
jquery_helper::js_listing_sortablefix to support multiple sortable elements in one page - [4.37.0] Updated
composer.lockpackages
Notes
- [4.37.2] Versions
4.37.0and4.37.1should not go live due toversionfile starting with empty new line. - [4.37.1] Needs
composer i. - [4.37.1] Run
php cli.php patch/addAudience - [4.37.1] Check for overrides on functions using
tagsCheck - [4.37.0]
GenericModal.vuefeat UI remains the same,closeBtnPositionwith available optionsinandoutis the position of the close button,inmeans inside the modal,outmeans outside the modal (default). - [4.37.0]
jquery_helper::js_listing_sortablesignature change. Added optional string$element. - [4.37.0] language keys in
adv_advisable_langchanged fromeshop.admin.settings.product_page_combos.*toeshop.admin.settings.plus_algo_priority.*. Check commit to see what keys were transformed to what. - [4.37.0] language keys in
adv_admin_menu_langchanged fromadmin.menu.product_page_combos.*toadmin.menu.plus_algo_priority.*. - [4.37.0] Run
php cli.php patch/plusSettings - [4.37.0] Run
php cli.php patch/productPageComboPriorityChange - [4.37.0] Run
php cli.php patch/addToCartAlgoPriority - [4.37.0] Needs
composer i. - [4.37.0] Needs
npm ci && npm run production.