Appearance
<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>
Version 4
version 4.86
- [4.86.3] feature(DI Container): add
php-difor 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 *onAdv_blog_author_model::getAuthorsListbecause 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
DeleteLocalFilesDeleteS3FilesCopyDemoFiles
- [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:
MoveLocalToS3renamed toCopyLocaltoS3and 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 iphp migrator.php migrate
- [4.86.3] Check for overrides:
Blog_admin::{add|edit}Blog_author_model::getAuthorsList
- [4.82.2] Needs:
composer inpm run production
- [4.86.1] Needs:
composer i
- [4.86.0] Patch requirements
composer dump
- [4.86.0] Patch requirements
composer iphp migrator.php migrate
- [4.86.0] Read Storage
- [4.86.0] Replace all
unlink()calls withStorage::delete()