Skip to content

<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>

Home | Changelog

Version 4

version 4.37

version 4.37.0x

  • [4.37.1] cd-fix: Remove version new 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, state updated, afterAddToCartRecommendation added in vuex store.
  • [4.37.0] ui-feat: New vue component AfterAddToCartModal.vue and usage in main.php view.
  • [4.37.0] ui-update: Vue base locales updated.
  • [4.37.0] ui-feat: GenericModal.vue component new properties closeBtnPosition, exitModalIconFontSize, borderRadius and border
  • [4.37.0] ui-update: Enable native_slider scss and added new after_add_to_cart_modal scss file in main.scss
  • [4.37.0] ui-update: es6/config.js added mountedModulePrefix to __ in initializerOpts and added modules for NativeSlider and ObservableViewMetrics
  • [4.37.0] cd-update: AdvApiCartController::showCart no 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.0 to use AdvAiConnector::getRecommendationsCount for application
  • [4.37.0] cd-update: ecommercen/ai-connector:2.11.0 to allow all algorithms to be used on demand in AdvAdvisableAI::customerProductsBasedOnTheirHistory
  • [4.37.0] cd-feat: AdvApiCartController::cartHandle checks if a new item was added to cart and displays recommendation (based on algo priority for AfterAddToCartModal)
  • [4.37.0] cd-feat: AdvApiCartController::update accepts query string to request after add to cart recommendations
  • [4.37.0] cd-update: Registry key => value change from PRODUCT_COMBOS => PRODUCT_PAGE_ALGO_PRIORITY to ALGO_PRIORITY => PRODUCT_PAGE_COMBO
  • [4.37.0] cd-feat: jquery_helper::js_listing_sortable fix to support multiple sortable elements in one page
  • [4.37.0] Updated composer.lock packages

Notes

  • [4.37.2] Versions 4.37.0 and 4.37.1 should not go live due to version file 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.vue feat UI remains the same, closeBtnPosition with available options in and out is the position of the close button, in means inside the modal, out means outside the modal (default).
  • [4.37.0] jquery_helper::js_listing_sortable signature change. Added optional string $element.
  • [4.37.0] language keys in adv_advisable_lang changed from eshop.admin.settings.product_page_combos.* to eshop.admin.settings.plus_algo_priority.*. Check commit to see what keys were transformed to what.
  • [4.37.0] language keys in adv_admin_menu_lang changed from admin.menu.product_page_combos.* to admin.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.