Skip to content

Commit

Permalink
Merge branch '1.4' into 1.5
Browse files Browse the repository at this point in the history
* 1.4:
  Remove known errors section
  Remove known errors section
  • Loading branch information
pamil committed Jun 20, 2019
2 parents 475e9cb + 1721dd6 commit 0bb9eb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
30 changes: 0 additions & 30 deletions UPGRADE-1.3.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
# Known errors outside of our control

* `Property "code" does not exist in class "Sylius\Component\Currency\Model\CurrencyInterface"` while clearing the cache:

* Introduced by `symfony/doctrine-bridge v4.3.0`
* Will be fixed in `symfony/doctrine-bridge v4.3.1` ([see the pull request with fix](https://github.com/symfony/symfony/pull/31749))
* Could be avoided by adding a conflict with `symfony/doctrine-bridge v4.3.0` to your `composer.json`:

```json
{
"conflict": {
"symfony/doctrine-bridge": "4.3.0"
}
}
```

* `Argument 1 passed to Sylius\Behat\Context\Api\Admin\ManagingTaxonsContext::__construct() must be an instance of Symfony\Component\HttpKernel\Client, instance of Symfony\Bundle\FrameworkBundle\KernelBrowser given` while running Behat scenarios:

* Introduced by `symfony/framework-bundle v4.3.0`
* Will be fixed in `symfony/framework-bundle v4.3.1` ([see the pull request with fix](https://github.com/symfony/symfony/pull/31881))
* Could be avoided by adding a conflict with `symfony/framework-bundle v4.3.0` to your `composer.json`:

```json
{
"conflict": {
"symfony/framework-bundle": "4.3.0"
}
}
```

# UPGRADE FROM `v1.3.2` TO `v1.3.3`

* Incorporate [the following changes in your application](https://github.com/Sylius/Sylius/pull/9889/files) in order to
Expand Down
30 changes: 0 additions & 30 deletions UPGRADE-1.4.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,3 @@
# Known errors outside of our control

* `Property "code" does not exist in class "Sylius\Component\Currency\Model\CurrencyInterface"` while clearing the cache:

* Introduced by `symfony/doctrine-bridge v4.3.0`
* Will be fixed in `symfony/doctrine-bridge v4.3.1` ([see the pull request with fix](https://github.com/symfony/symfony/pull/31749))
* Could be avoided by adding a conflict with `symfony/doctrine-bridge v4.3.0` to your `composer.json`:

```json
{
"conflict": {
"symfony/doctrine-bridge": "4.3.0"
}
}
```

* `Argument 1 passed to Sylius\Behat\Context\Api\Admin\ManagingTaxonsContext::__construct() must be an instance of Symfony\Component\HttpKernel\Client, instance of Symfony\Bundle\FrameworkBundle\KernelBrowser given` while running Behat scenarios:

* Introduced by `symfony/framework-bundle v4.3.0`
* Will be fixed in `symfony/framework-bundle v4.3.1` ([see the pull request with fix](https://github.com/symfony/symfony/pull/31881))
* Could be avoided by adding a conflict with `symfony/framework-bundle v4.3.0` to your `composer.json`:

```json
{
"conflict": {
"symfony/framework-bundle": "4.3.0"
}
}
```

# UPGRADE FROM `v1.3.X` TO `v1.4.0`

The first step is upgrading Sylius with Composer
Expand Down

0 comments on commit 0bb9eb7

Please sign in to comment.