Skip to content

Commit

Permalink
Update CHANGELOG and UPGRADE for 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cocolabssas committed Mar 21, 2019
1 parent ddcd15b commit 5d8c6a5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down
18 changes: 18 additions & 0 deletions 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

0 comments on commit 5d8c6a5

Please sign in to comment.