This guide contains instructions to upgrade from version v9.0.1 to v9.0.2.
Before you start, don't forget to take a look at general instructions about upgrading. There you can find links to upgrade notes for other versions too.
-
generate images_id_seq in data fixtures automatically (#1918)
- see project-base-diff to update your project
-
remove unused route /contactForm/ (#1940)
- see project-base-diff to update your project
-
remove unnecessary else conditions (#1938)
- see project-base-diff to update your project
-
use DIR instead of dirname(FILE) (#1939)
- see project-base-diff to update your project
-
call static method as static (#1937)
- see project-base-diff update your project
-
update your project to upload temporary files to abstract filesystem (#1955)
- see project-base-diff to update your project
-
fixed displaying errors in popup window (#1970)
- see project-base-diff to update your project
-
categories in admin are now loaded using admin locale (#1982)
CategoryRepository::getTranslatedAllWithoutBranch()
is deprecated, useCategoryRepository::getAllTranslatedWithoutBranch()
insteadCategoryRepository::getTranslatedAll
is deprecated, useCategoryRepository::getAllTranslated()
insteadCategoryFacade::getTranslatedAllWithoutBranch()
is deprecated, useCategoryFacade::getAllTranslatedWithoutBranch()
insteadCategoryFacade::getTranslatedAll
is deprecated, useCategoryFacade::getAllTranslated()
insteadProductCategoryFilter::__construct()
has changed its interface and argument Domain will be removed in next major
- public function __construct(CategoryFacade $categoryFacade, Domain $domain = null) + public function __construct(CategoryFacade $categoryFacade, ?Domain $domain = null, ?LocalizationAlias $localization = null)
-
remove customer and his addresses when customer user is deleted (#1977)
- there is no need to update your project in any way, we are just noticing you that customer and his addresses are now removed when all his customer users were deleted
-
update your redis build-version to include application environment (#1985)
- see project-base-diff to update your project
- run
php phing build-version-generate
-
set timezone for your crons (#2000)
- see project-base-diff to update your project
-
add acceptance test for testing sending order as logged customer (#2011)
- see project-base-diff to update your project
-
fix ImageConfig does not accept extended entities (#1777)
- see project-base-diff to update your project