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.33.md for this page in Markdown format</div>

Home | Changelog

Version 4

version 4.33

version 4.33.0x

  • [4.33.3] cd-fix: fix(SmartPointsACS): processSmartPointsData method cast lat and long to float
  • [4.33.3] cd-fix: fix(Adv_order): Implement method shouldFetchSmartPoints and usage in Adv_order::smartPointsInitialize
  • [4.33.3] cd-fix: fix(AI): AdvisableAi::purchaseOrder should send recommendation ids from shop_order_basket
  • [4.33.3] cd-feat: Add hexcode field for blog tags. Change the tag's background based on hexcode on side_blog view
  • [4.33.3] cd-feat: Add small_description field for author. Show author data at the end of blog post. Create author page to view his profile and his posts.
  • [4.33.2] cd-fix: Adv_product_model Move product codes join before any filtering query at methods getCatProductsProducts and getLineProducts
  • [4.33.2] cd-fix: refactor the order_created to show extra notification if the order has store_id or transport_id
  • [4.33.1] cd-fix: Adv_product_model join product codes table if any filter is enabled and filtering code for attributes/variations/tags simplify
  • [4.33.0] cd-feat: show extra notification on email order_created if the order has store_id or transport_id
  • [4.33.0] cd-fix: Method getConfigLanguages moved to Adv_admin_controller and removed from AdvAdvisableAiSettings, Adv_attributes_admin, Adv_products_admin, AdvVariationsPageAdmin, AdvVariationsProductsAdmin
  • [4.33.0] cd-feat: Ai Content Generation usage in Admin panel for product and vendor description
  • [4.33.0] cd-feat: Feature AI Content Generation
  • [4.33.0] cd-update: Add extra description in product category

Notes

  • [4.33.3] Check for overrides in Order methods smartPointsInitialize
  • [4.33.3] AdvAdvisableAI::purchaseOrder change signature - remove optional $recommendationId
  • [4.33.3] Order_basket_model::getRecordForEcommerceJs returns track_type and track_id
  • [4.33.3] Front_c::purchaseToAdvisableAI does not send recommendationId in advisable_ai->purchaseOrder
  • [4.33.3] Needs composer i
  • [4.33.3] Check for overrides in Blog_author_admin, Blog, Blog_tags_admin
  • [4.33.3] Run php cli.php patch/addHexCode
  • [4.33.3] Run php cli.php patch/addBlogAuthorSmallDescription
  • [4.33.2] Check for overrides in Order::checkout
  • [4.33.1] Check for overrides in Product_model methods getLineProducts, getCatProductsProducts, render_vendors, queryForListingAttributeFilters and queryForListingTagFilters
  • [4.33.0] need npm ci && npm run admin-production
  • [4.33.0] Run php cli.php patch/aiContentGeneration
  • [4.33.0] Check for overrides in Order::checkout
  • [4.33.0] Check for overrides in Product_categories_admin
  • [4.33.0] Needs composer i
  • [4.33.0] Run php cli.php patch/addExtraDescription