From 5139aca3ed83acb93718f49001063c52e8956496 Mon Sep 17 00:00:00 2001 From: Mateusz Zalewski Date: Fri, 20 Nov 2020 15:22:01 +0100 Subject: [PATCH 1/2] Update supported versions info --- docs/book/organization/release-cycle.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/book/organization/release-cycle.rst b/docs/book/organization/release-cycle.rst index d08b436ac3b..d2b59aa89e5 100644 --- a/docs/book/organization/release-cycle.rst +++ b/docs/book/organization/release-cycle.rst @@ -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 | +---------+--------------------+--------------------+--------------------+-----------------------+ From 2fe1b5c35874a0bce4042f65a4c9e7b7672a0e3d Mon Sep 17 00:00:00 2001 From: Stefan Doorn Date: Fri, 20 Nov 2020 12:00:37 +0100 Subject: [PATCH 2/2] Fix typo --- UPGRADE-1.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-1.6.md b/UPGRADE-1.6.md index c9a9e443e1d..d222706ed9a 100644 --- a/UPGRADE-1.6.md +++ b/UPGRADE-1.6.md @@ -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 {