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

Home | Changelog

Version 4

version 4.86

  • [4.86.3] feature(DI Container): add php-di for dependency injection. autoloaded by di helper. (pending usage info and examples in wiki)
  • [4.86.3] feat(Blog_author_admin): add author front link on blog author list in admin panel
  • [4.86.3] fix(Blog_author_admin): add specific selects instead of select * on Adv_blog_author_model::getAuthorsList because there is a double id on query result
  • [4.86.3] feat(BlogReadingTime): Add reading time to blog articles
  • [4.86.2] task(storage): Needed commands for storage
    • DeleteLocalFiles
    • DeleteS3Files
    • CopyDemoFiles
  • [4.86.2] fix(migration): set to false migrations for available countries. They should be enabled for clients that were created prior to version 4.80.6
  • [4.86.2] fix(KlarnaWidget): generateShippingAddressForSmartPoint send name/surname instead of sendto_name/sendto_surname
  • [4.86.1] fix: MoveLocalToS3 renamed to CopyLocaltoS3 and stopped deleting files, since they should be served until switched to s3
  • [4.86.0] feat: S3 storage. Read Storage

Notes

  • [4.86.3] Patch requirements
    • composer i
    • php migrator.php migrate
  • [4.86.3] Check for overrides:
    • Blog_admin::{add|edit}
    • Blog_author_model::getAuthorsList
  • [4.82.2] Needs:
    • composer i
    • npm run production
  • [4.86.1] Needs:
    • composer i
  • [4.86.0] Patch requirements
    • composer dump
  • [4.86.0] Patch requirements
    • composer i
    • php migrator.php migrate
  • [4.86.0] Read Storage
  • [4.86.0] Replace all unlink() calls with Storage::delete()