Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion UPGRADE-1.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Copy [a new migration file](https://raw.githubusercontent.com/Sylius/Sylius-Stan
bin/console doctrine:migrations:migrate
```

Update your `package.json` in order to add `jquery.dirtyforms` as mentionned in [issue #88](https://github.com/Sylius/SyliusDemo/pull/88/files) :
Update your `package.json` in order to add `jquery.dirtyforms` as mentioned in [issue #88](https://github.com/Sylius/SyliusDemo/pull/88/files) :

```diff
{
Expand Down
4 changes: 2 additions & 2 deletions docs/book/organization/release-cycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ Past Releases
+---------+--------------------+--------------------+--------------------+-----------------------+
| 1.4 | Feb 4, 2019 | Oct 4, 2019 | Jun 4, 2020 | Not supported |
+---------+--------------------+--------------------+--------------------+-----------------------+
| 1.5 | May 10, 2019 | Jan 10, 2020 | Sep 10, 2020 | Security support only |
| 1.5 | May 10, 2019 | Jan 10, 2020 | Sep 10, 2020 | Not supported |
+---------+--------------------+--------------------+--------------------+-----------------------+
| 1.6 | Aug 29, 2019 | Apr 29, 2020 | Dec 29, 2020 | Security support only |
+---------+--------------------+--------------------+--------------------+-----------------------+
| 1.7 | Mar 2, 2020 | Nov 16, 2020 | Jul 16, 2021 | Fully supported |
| 1.7 | Mar 2, 2020 | Nov 16, 2020 | Jul 16, 2021 | Security support only |
+---------+--------------------+--------------------+--------------------+-----------------------+
| 1.8 | Sep 14, 2020 | May 14, 2020 | Jan 14, 2022 | Fully supported |
+---------+--------------------+--------------------+--------------------+-----------------------+
Expand Down