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

Home | Changelog

Version 4

version 4.14

version 4.14.0x

  • [4.14.2] cd-update: Add public/files/tmp needed by media package of v4ApiSkeleton
  • [4.14.2] cd-update: Update composer dependencies except picqer/php-barcode-generator and dompdf/dompdf
  • [4.14.2] cd-fix: Admin panel fix in expecting next order in case of less than 2 orders
  • [4.14.2] cd-feat: Add email for the customers for remaining points
  • [4.14.2] cd-fix: Admin panel gifts selection on order create minor ui fix
  • [4.14.1] cd-fix: Admin panel gifts selection on order create ui fixes
  • [4.14.1] cd-fix: Minor fixes such as code indentation in controllers and helpers(mostly eshop module). Removed redundant session currency checks from controllers.
  • [4.14.1] ui-fix: In thank you page and in order complete email add points discount, coupon discount, delivery cost and transportation cost
  • [4.14.1] cd-fix: Fixed CheckoutPage.vue customer points to properly calculate total amount including customer points value in case of redeem
  • [4.14.1] cd-fix: CheckoutPage.vue Points UI-UX fixes
  • [4.14.0] cd-fix: Fixed issue with faulty constructor definitions in native-slider & native-material-scroltop (empty deconstructions of object would still result in deconstruction attempt which would raise an error)
  • [4.14.0] cd-fix: Temporarily patched problematic usage of ::v-deep (removed parenthesis) in components regarding advisable services in admin panel (If you see deprecation warnings from @vue/compiler-sfc, ignore them as the issue will be fully resolved in a future version when we'll perform updates on npm dependencies)
  • [4.14.0] cd-fix: Replaced str_starts_with() with strpos() equivalent on MY_html_helper.php cause str_starts_with() is supported on php 8+
  • [4.14.0] cd-feat: Add search to show orders based on referrer
  • [4.14.0] cd-feat: Add search to show users based on user status
  • [4.14.0] cd-fix: Open the personality graphs of customers to all users
  • [4.14.0] cd-feat: Add report for the marketplaces
  • [4.14.0] cd-fix: Code tidying up in controllers and models. Replaced multiple calls to clc in admin/orders views with calculated var vCCSign from orders_admin controller
  • [4.14.0] cd-fix: Fix at the admin order search the escape of the _ char

Notes

  • [4.14.2] Add cronjob cronjob/sentPointsRewordEmail if not jobs set up and change the email template remaining_points based the customers colors
  • [4.14.2] Run php cli.php patch/customerCampaignSchema
  • [4.14.2] Need composer install
  • [4.14.2] Need npm run admin-production
  • [4.14.1] Need composer install
  • [4.14.1] Needs npm i && npm run production && npm run admin-production
  • [4.14.0] Needs npm ci && npm run production && npm run admin-production
  • [4.14.0] Check for overrides on Adv_auth::index(),Adv_orders_admin::index(),Adv_order_model::ordersListAdminWhere()