Skip to content

Commit

Permalink
chore: prepare release of 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Aug 5, 2024
1 parent fa44996 commit 151c4a3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion UPGRADE-3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ This is the list of actions that you need to take when upgrading this bundle fro
### Upgrade the bundle

```shell
composer require --dev liip/test-fixtures-bundle:^3.0.0
composer require --dev liip/test-fixtures-bundle:^3.1.0
```

### Remove `liip_test_fixtures.cache_db`

> [!TIP]
> This feature was removed in `3.0` then restored in `3.1`.
```diff
# app/config/config_test.yml
-liip_test_fixtures:
Expand All @@ -22,6 +25,9 @@ composer require --dev liip/test-fixtures-bundle:^3.0.0

### Remove subscriptions to these events

> [!TIP]
> These events were removed in `3.0` then restored in `3.1`.
- `LiipTestFixturesEvents::PRE_FIXTURE_BACKUP_RESTORE`
- `LiipTestFixturesEvents::POST_FIXTURE_BACKUP_RESTORE`
- `LiipTestFixturesEvents::PRE_REFERENCE_SAVE`
Expand Down

0 comments on commit 151c4a3

Please sign in to comment.