From 669e6562a48dee1d5fc95abb52730184e698358b Mon Sep 17 00:00:00 2001 From: cocolabssas <18029169+cocolabssas@users.noreply.github.com> Date: Thu, 21 Mar 2019 02:20:48 +0100 Subject: [PATCH] Bump to version 0.15 ### Added - Upgrade Symfony from 2.8 to 3.4 - Add favicon for all devices - 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 - Replace app/console by bin/console in bin init scripts - Update doc for PHP7, Docker usage - Improve all documentation --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b5d228c..2c05a6e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,11 +29,11 @@ and to the [CHANGELOG recommendations](http://keepachangelog.com/). - Simulate user click on a button type submit to make SF isClicked working if the click is done programmatically ### Changed +- Replace app/console by bin/console in bin init scripts - Update doc for PHP7, Docker usage - Improve all documentation - ## [0.12.0] - (2019-01-30) ### Added