Skip to content

Commit

Permalink
Merge branch '1.1'
Browse files Browse the repository at this point in the history
* 1.1:
  Mention the need of copying and applying migrations when upgrading 1.0 -> 1.1
  Perform only one Composer install on Travis
  Remove composer.lock
  • Loading branch information
pamil committed Mar 12, 2018
2 parents fcc55ad + bd2f31d commit 1d97017
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10,584 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@
!/bin/validate-package
!/bin/validate-packages

/composer.lock
/vendor
/node_modules

Expand Down
5 changes: 5 additions & 0 deletions UPGRADE-1.1.md
Expand Up @@ -8,3 +8,8 @@
* Methods `createQueryBuilderByProductCode` and `findOneByIdAndProductCode` were added to
`Sylius\Component\Core\Repository\ProductReviewRepositoryInterface` (no manual action needed if your implementation
extends `Sylius\Bundle\CoreBundle\Doctrine\ORM\ProductReviewRepository`).

* Copy the following migrations from `vendor/sylius/sylius/app/migrations` to your own application, review them and apply them afterwards.
* `Version20170913125128.php`
* `Version20171003103916.php`
* `Version20180102140039.php`

0 comments on commit 1d97017

Please sign in to comment.