Appearance
<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>
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_promptsfor default registry values - Update
aiContentGenerationTrait.phptrait - Update
AiContentGeneration.vuecomponent - AI content generation settings move from
only for advisableat ecommercen ai settings - Langs updated
- New config
- [4.49.0] fix(resizer): skip gif resizing from helper because it doesn't resize animated gifs
- A
skipGifflag param has been added which by default is set totrue. If you want to resize gifs, you can set it tofalsewhen calling the method, but keep in mind that it will resize the first frame of the gif.
- A
Notes
- [4.49.0] Check for overrides:
Order_basket_model::getReportingDataGenerateSitemapsNot 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