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

Home | Changelog

Version 4

version 4.53

  • [4.53.0] fix: In device detector throw empty string in case of missing user agent
  • [4.53.0] Fix(admin-panel): added back the mistakenly removed check for product tags front
  • [4.53.0] chore(CookieSettings): Remove unnecessary \n for cookies.settings.part.functionality and cookies.settings.part.advertising
  • [4.53.0] feat(invoice): Update image url using config path_logo on main.php
  • [4.53.0] feat(promo): Added small banner image for mobile on promos.
  • [4.53.0] fix(ld_json): Fix the error in case of keywords

Notes

[4.53.0] Build requirements:

bash
  npm run production
  composer i

[4.53.0] Check in config/main.php if $config['path_logo'] has the correct path of the client's logo because it is used on invoice.php and invoice_body.php views [4.53.0] Check for overrides:

  • Promo_admin::add
  • Promo_admin::edit
  • Factories::vivaWallet (also remove use of VivaWallet\Config and VivaWallet\VivaWallet)
  • (code was introduced in 4.52.2 but missed to add note on wiki)
  • Front_c::getUserDeviceInformation() (Remove the over in 3a, joy_v4, smile_v4, wecare and nicepharmacy an remove the use DeviceDetector\DeviceDetector; use DeviceDetector\Parser\Device\AbstractDeviceParser; from Front_c) [4.53.0] Please make sure promo.php is rendered correctly.
  • (For this reason Desktop banner data have been copied to small_banner data) [4.53.0] Patch requirements:
bash
  php cli.php patch/promoSmallBanner