From 5d8c6a573f9072939757959bcfe6805080b23d75 Mon Sep 17 00:00:00 2001 From: cocolabssas <18029169+cocolabssas@users.noreply.github.com> Date: Thu, 21 Mar 2019 02:04:42 +0100 Subject: [PATCH] Update CHANGELOG and UPGRADE for 0.15.0 --- CHANGELOG.md | 19 ++++++++++++++++++- UPGRADE-0.15.md | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 UPGRADE-0.15.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b0ca718e..12b5d228c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,10 +16,27 @@ and to the [CHANGELOG recommendations](http://keepachangelog.com/). ### Changed +## [0.15.0] - (2019-03-21) + +### Added +- Add favicon for all devices +- Upgrade Symfony from 2.8 to 3.4 +- Upgrade all dependencies to their last stable versions +- Add PHP7.1 compatibility + +### Fixed +- Fix js escaping on result +- Simulate user click on a button type submit to make SF isClicked working if the click is done programmatically + +### Changed +- Update doc for PHP7, Docker usage +- Improve all documentation + + + ## [0.12.0] - (2019-01-30) ### Added -- Add CocoricoElasticSearchBundle custom parameters - Add multi timezones functionality - Add hasBookingsInProgress method in User diff --git a/UPGRADE-0.15.md b/UPGRADE-0.15.md new file mode 100644 index 000000000..22bfb361a --- /dev/null +++ b/UPGRADE-0.15.md @@ -0,0 +1,18 @@ +UPGRADE to 0.15 +================ + +# Table of Contents + +- [Upgrade Symfony from 2.8 to 3.4](#upgrade-symfony-3.4) +- [Upgrade all dependencies to their last stable versions](#upgrade-all-dependencies-to-their-last-stable-versions) + +## Upgrade Symfony from 2.8 to 3.4 + +Symfony changes: + +* https://github.com/symfony/symfony/blob/3.4/UPGRADE-3.0.md +* https://github.com/symfony/symfony/blob/3.4/UPGRADE-3.1.md +* https://github.com/symfony/symfony/blob/3.4/UPGRADE-3.2.md +* https://github.com/symfony/symfony/blob/3.4/UPGRADE-3.4.md + +## Upgrade all dependencies to their last stable versions \ No newline at end of file