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

Home | Changelog

Version 4

version 4.55

  • [4.55.0] fix: In phone orders set default empty string as value of shipping data in sent orders and remove the extra query for call the store data
  • [4.55.0] fix: Fix the error on send in shop phone the sms and add the country in the customers data in update order
  • [4.55.0] feat: Implemented connection with the Taxydema transporter service
  • [4.55.0] fix(php8.1): Products_admin::index strlen expects string
  • [4.55.0] fix(products): In products admin fix the error in adminNumRows in case of only one category search
  • [4.55.0] fix(blog): Fix the conflict between the category mui id and the id
  • [4.55.0] fix: Fix the error on the blog tags and the mui id
  • [4.55.0] feat(Blog): Implemented the ability for users to post comments on blog articles.
  • [4.55.0] fix(vendors): Fix in the vendors the query for the lang in vendors, vendors details and lines
  • [4.55.0] fix(Adv_blog_admin): Fixed method edit on preexisting youtube id not returning empty values
  • [4.55.0] fix(BoxNow): Manipulate phone number for BoxNow voucher based on destination country
  • [4.55.0] fix(actions.js): GoogleMapsService dynamic import revert to normal import
  • [4.55.0] fix:fixed data array of edit on blog category admin to include both is_active and promo_banner_url
  • [4.55.0] fix:On Blog ensured "is_promo" data is posted as a boolean, on update fixed default value
  • [4.55.0] fix(php8.1): content_shorten return empty string if content param is empty

Notes

[4.55.0] Build requirements:

bash
  composer i

[4.55.0] Check for overrides:

  • Orders_admin::setOrderAddressDataShippingStore
  • Order::setOrderAddressDataShippingStore
  • Products_admin::index
  • Product_model::getProductsAdminNumRows
  • Blog_category_model::getCategoriesList
  • Blog_tags_model::getTagsList
  • Blog_admin methods index, delete
  • Blog methods blogArticle
  • Settings methods other_settings, otherSettingsValidation [4.55.0] Build requirements:
    bash
      php cli.php patch/blogComments
      npm run production
      composer i

[4.55.0] Check for overrides:

  • Vendors::vendorsDetails Add the 'shop_vendor_mui.lang' => $this->language_abbr filter in condition of vendors_model->get_records
  • Vendors::lines_list Add the 'shop_vendor_mui.lang' => $this->language_abbr filter in condition of vendors_model->get_records
  • Vendors::vendors Add the 'shop_vendor_mui.lang' => $this->language_abbr filter in condition of vendors_model->get_records
  • Blog_admin::edit
  • Blog_category_admin::edit (clients like Discount may have this override)
  • SetPendingWithVoucher::createVoucherBoxNow (clients that create voucher through ecommercen may have this override)