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

Home | Changelog

Version 4

version 4.26

version 4.26.0x

  • [4.26.0] cd-update: Dbutils_model::getBackupPath scope has been set to protected (was public as that's the default scope php assigns to methods if no scope is specified)

  • [4.26.0] cd-feat: Added support for running db backups from databases inside docker containers

  • [4.26.0] cd-fix: fix getting v4 uuid in advisable_ai_base

  • [4.26.0] ui-update: In advisable services the endpoint for consumed support hours has been updated to v2 along with customer aggregate & the ui has been updated to show minutes as well

  • [4.26.0] cd-update: In advisable services configuration the ttl setting has been updated to 0 (no cache) if the environment is not set to production

  • [4.26.0] cd-fix: In admin panel dashboard fix the query for the categories, vendors and products report

  • [4.26.0] ui-fix: In admin panel underline the orders counter

  • [4.26.0] cd-feat: Change the query in admin panel orders list

  • [4.26.0] cd-feat: Add the Matomo analytics in the admin dashboard

  • [4.26.0] cd-debt: Remove not needed var in orders admin

  • [4.26.0] cd-feat: Send invoice pdf in order_is_on_store and order_updated emails as attachment

  • [4.26.0] cd-feat: Allow uploading invoice pdf in orders admin update action

  • [4.26.0] cd-feat: Add patch/regenerateProductCategorySlugs

  • [4.26.0] cd-feat: Optimize the queries for the dashboard

  • [4.26.0] cd-update: Change the type of the date_registered field in customers table from varchar to int

  • [4.26.0] cd-update: Add an index in the order table for fields invoiced_date_time and status

    Notes

  • [4.26.0] For clients that are connected to databases running inside docker containers, you'll need to configure the APP_MYSQL_DOCKER_CONTAINER_NAME environment variable in .env

  • [4.26.0] Check for changes in the order model getOrdersListAdminResults method

  • [4.26.0] Needs npm ci && npm run admin-production

  • [4.26.0] In Wecare go to admin panel settings Advisable only and set in Advisable Analytics the site id as 2

  • [4.26.0] In Smile go to admin panel settings Advisable only and set in Advisable Analytics the site id as 1

  • [4.26.0] Run php cli.php patch/setMatomoSettings

  • [4.26.0] Run php cli.php patch/addInvoicePdfInOrder

  • [4.26.0] Run php cli.php patch/customerSchema

  • [4.26.0] Run php cli.php patch/orderSchema

  • [4.26.0] Needs composer i