Appearance
<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>
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
isBlogvariable to $this->render array in order to be used onblogTagPostsListview - [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::editif the user uses checkbox delete_image_ - [4.72.0] fix: update
delete_imagevariable to include the language onadmin/sliders/slides/update.phpandadmin/sliders/sliders/update.phpviews
Notes
- [4.72.0] info on block builder here
- [4.72.0] Check for overrides:
Order_model::ordersListAdminWhereBlog::blogTagReporting::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/customerMessagesHistoryphp cli.php patch/block_builder/schema(check the patch before running it)
- [4.72.0] Check for overrides:
Sliders_admin::editOrder_model::getPendingAcceptedVoucherOrdersShopflix_orders_adminany override might have been fixed already on Adv_shopflix_orders_admin.config/jobs.php|src/ShopflixOrdersIn 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.