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

Home | Changelog

Version 4

version 4.49

  • [4.49.1] fix(patch_routes): added missing routes
  • [4.49.1] fix(AdvTransporters): refactor dhl rates call and save response in a property to avoid subsequent redundant calls
  • [4.49.0] style(cookies): Restyled cookies popup to make it more compact
  • [4.49.0] fix(generate-sitemap): Fix the error for returning only products in the sitemap file
  • [4.49.0] fix(config/routes): move patch routes to their own patch_routes file
  • [4.49.0] feat: Add in the products report the product code and not calculate the gifts
  • [4.49.0] feat: Ai content generation prompts
    • New config ai_content_generation_prompts.php
    • New admin panel settings in ecommercen plus for ai
    • New patch Ai_content_generation_prompts for default registry values
    • Update aiContentGenerationTrait.php trait
    • Update AiContentGeneration.vue component
    • AI content generation settings move from only for advisable at ecommercen ai settings
    • Langs updated
  • [4.49.0] fix(resizer): skip gif resizing from helper because it doesn't resize animated gifs
    • A skipGif flag param has been added which by default is set to true. If you want to resize gifs, you can set it to false when calling the method, but keep in mind that it will resize the first frame of the gif.

Notes

  • [4.49.0] Check for overrides:
    • Order_basket_model::getReportingData
    • GenerateSitemaps Not change the over of Smile Pharmacy
  • [4.49.0] Patch requirements:
    bash
      php cli.php patch/aiContentGenerationPrompts
  • [4.49.0] Build requirements:
    bash
      npm ci && \
      npm run production && \
      npm run admin-production