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

Home | Changelog

Version 4

version 4.77

  • [4.77.3] refactor(bundles): removed dead reporting code
  • [4.77.3] fix(bundles): handled case when no stats are found in order bundle reports
  • [4.77.2] fix(builder): optional arguments should be after required in AdvBlockBuilderViewData. remove script from js_bottom for block builder build route
  • [4.77.2] fix(minicart) : fixed breaking minicart styles on default minicart view
  • [4.77.1] fix(bundles): removed invalid migration
  • [4.77.0] fix(Vendors): use the correct vendor id
  • [4.77.0] perf(bundles): store bundle information on basket applied options table live
  • [4.77.0] feat(bundles): add filters to bundle listing view
  • [4.77.0] style(bundles): implemented smart bundle cart message and enabled it by default
  • [4.77.0] feat(bundles): Implemented bundle reports

Notes

  • [4.77.2] Requirements:
    • npm ci && npm run production
  • [4.77.0] Patch requirements
    • php migrator.php migrate
    • php cli.php patch/rebuildShopOrderBasketOptionsAppliedBundlesTable
    • npm run all-production
  • [4.77.0] Check for overrides:
    • Adv_order_basket_model::add_records_with_order - handled insertion of bundle information on basket applied options table
    • AdvApiProductBundlesAdmin::listBundles - added filters as get parameter
    • AdvProductBundleStorageModel::searchBundles - added filters
    • Adv_vendors::baseVendor - corrected id to vendor_id when fetching mui records