This guide contains instructions to upgrade from version v7.0.0-alpha6 to v7.0.0-beta1.
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.
Note: instructions marked as "low priority" are not vital, however, we recommend to perform them as well during upgrading as it might ease your work in the future.
- (low priority) #468 - Setting for docker on mac are now more optimized
- if you use the Shopsys Framework with docker on the platform Mac, modify your
docker-compose.yml
anddocker-sync.yml
according to the new templates - next restart docker-compose and docker-sync
- if you use the Shopsys Framework with docker on the platform Mac, modify your
- (low priority) #483 - updated info about Docker on Mac
- if you use Docker for Mac and experience issues with
composer install
resulting inKilled
status, try increasing the allowed memory - we recommend to set 2 GB RAM, 1 CPU and 2 GB Swap in
Docker -> Preferences… -> Advanced
- if you use Docker for Mac and experience issues with
- we changed visibility of Controllers' and Factories' methods and properties to protected
- you have to change visibility of overriden methods and properties to protected
- you can use parents' methods and properties
- update
paths.yml
:- add
shopsys.data_fixtures_images.resources_dir: '%shopsys.data_fixtures.resources_dir%/images/'
- remove
shopsys.demo_images_archive_url: https://images.shopsysdemo.com/demoImages.v11.zip shopsys.demo_images_sql_url: https://images.shopsysdemo.com/demoImagesSql.v8.sql
- add
- remove phing target
img-demo
as demonstration images are part of data fixtures- remove
img-demo
phing target frombuild.xml
- remove all occurrences of
img-demo
inbuild-dev.xml
- remove all occurrences of
img-demo
from your build/deploy process
- remove