Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 683 Bytes

UPGRADE-1.6.md

File metadata and controls

28 lines (22 loc) · 683 Bytes

UPGRADE FROM v1.5.X TO v1.6.0

Require upgraded Sylius version using Composer:

composer require sylius/sylius:~1.6.0

Copy a new migration file and run new migrations:

bin/console doctrine:migrations:migrate

Update your package.json in order to add jquery.dirtyforms as mentioned in issue #88 :

{
  "dependencies": {
    "babel-polyfill": "^6.26.0",
    "jquery": "^3.4.1",
+    "jquery.dirtyforms": "^2.0.0",
    "lightbox2": "^2.9.0",
    "semantic-ui-css": "^2.2.0"
  },
  ...
}