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

Home | Changelog

Version 4

version 4.72

  • [4.72.0] fix(jcc): add declaration for logger
  • [4.72.0] feat: block builder using grapejs prototype
  • [4.72.0] feat: change payway filter to multiselect
  • [4.72.0] fix: fix bug where online orders where not filtered properly
  • [4.72.0] feat: changed order filter by type, to distinct marketplace orders from webignore ones
  • [4.72.0] fix: Fix the fielde for the size of the messag body in customer messages history
  • [4.72.0] fix(reporting): Fix the report of compearing products the query error
  • [4.72.0] fix: add missing boolean isBlog variable to $this->render array in order to be used on blogTagPostsList view
  • [4.72.0] fix(AdvSmartCart): function checkAndAutoAcceptExpressOrder set visibility to protected from private
  • [4.72.0] fix: define condition for get_records_customer as it was using ambiguous status column
  • [4.72.0] perf(search): updated solr search v2 index flow from delete all documents and index all to upsert and delete stale documents
  • [4.72.0] fix(Adv_sliders_admin): delete image in database and filesystem on Adv_sliders_admin::edit if the user uses checkbox delete_image_
  • [4.72.0] fix: update delete_image variable to include the language on admin/sliders/slides/update.php and admin/sliders/sliders/update.php views

Notes

  • [4.72.0] info on block builder here
  • [4.72.0] Check for overrides:
    • Order_model::ordersListAdminWhere
    • Blog::blogTag
    • Reporting::products_timespans
  • [4.72.0] Check for overrides of AdvSmartCart->checkAndAutoAcceptExpressOrder. If the override is identical except for visibility remove it, otherwise set visibility to protected and possibly refactor
  • [4.72.0] Needs composer i && npm run all-production
  • [4.72.0] Patch requirements
    • php cli.php patch/solrAssignDocModificationStamp (for clients who use v2 solr search)
    • php cli.php patch/customerMessagesHistory
    • php cli.php patch/block_builder/schema (check the patch before running it)
  • [4.72.0] Check for overrides:
    • Sliders_admin::edit
    • Order_model::getPendingAcceptedVoucherOrders
    • Shopflix_orders_admin any override might have been fixed already on Adv_shopflix_orders_admin.
    • config/jobs.php|src/ShopflixOrders In case of conflict on e-dructer client, you should keep client changes.
    • Adv_solr_model_v2::indexData() as the index flow has been updated. Also return type has changed to void (from array). For clients who use v2 solr search.