From b6a8611aff57dc75c1949f24de0453eb228dc5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Sat, 16 Nov 2019 15:16:33 +0100 Subject: [PATCH] 3.x-dev --- CHANGELOG.md | 10 ++++++++++ README.md | 12 ++++++------ UPGRADE-3.x.md | 2 ++ 3 files changed, 18 insertions(+), 6 deletions(-) create mode 100644 UPGRADE-3.x.md diff --git a/CHANGELOG.md b/CHANGELOG.md index e89008c14..ccc02d4c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.0.0](https://github.com/sonata-project/ecommerce/compare/2.3.0...3.0.0) - 2019-11-16 +### Fixed +- Fixed missing security.context service error +- Increase precision for decimal price fields in `BaseProduct`, `BaseOrder`, + `BaseOrderElement` + +### Removed +- support for symfony 2 +- compatibility with FOSRest `<2.2` + ## [2.3.0](https://github.com/sonata-project/ecommerce/compare/2.2.0...2.3.0) - 2019-11-16 ### Fixed - Changed the authentication check in the CustomerSelector, check for diff --git a/README.md b/README.md index 83cdd4faa..50e3cc30e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ E-Commerce solution provided by Sonata Branch | Travis | Coveralls | Scrutinizer | ------ | ------ | --------- | ----------- | -2.x | [![Build Status][travis_stable_badge]][travis_stable_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] | [![Scrutinizer Status][scrutinizer_stable_badge]][scrutinizer_stable_link] | +3.x | [![Build Status][travis_stable_badge]][travis_stable_link] | [![Coverage Status][coveralls_stable_badge]][coveralls_stable_link] | [![Scrutinizer Status][scrutinizer_stable_badge]][scrutinizer_stable_link] | master | [![Build Status][travis_unstable_badge]][travis_unstable_link] | [![Coverage Status][coveralls_unstable_badge]][coveralls_unstable_link] | [![Scrutinizer Status][scrutinizer_unstable_badge]][scrutinizer_unstable_link] | ## Documentation @@ -30,17 +30,17 @@ If you think you found a bug or you have a feature idea to propose, feel free to This package is available under the [MIT license](LICENSE). -[travis_stable_badge]: https://travis-ci.org/sonata-project/ecommerce.svg?branch=2.x +[travis_stable_badge]: https://travis-ci.org/sonata-project/ecommerce.svg?branch=3.x [travis_stable_link]: https://travis-ci.org/sonata-project/ecommerce [travis_unstable_badge]: https://travis-ci.org/sonata-project/ecommerce.svg?branch=master [travis_unstable_link]: https://travis-ci.org/sonata-project/ecommerce -[coveralls_stable_badge]: https://coveralls.io/repos/github/sonata-project/ecommerce/badge.svg?branch=2.x -[coveralls_stable_link]: https://coveralls.io/github/sonata-project/ecommerce?branch=2.x +[coveralls_stable_badge]: https://coveralls.io/repos/github/sonata-project/ecommerce/badge.svg?branch=3.x +[coveralls_stable_link]: https://coveralls.io/github/sonata-project/ecommerce?branch=3.x [coveralls_unstable_badge]: https://coveralls.io/repos/github/sonata-project/ecommerce/badge.svg?branch=master [coveralls_unstable_link]: https://coveralls.io/github/sonata-project/ecommerce?branch=master -[scrutinizer_stable_badge]: https://scrutinizer-ci.com/g/sonata-project/ecommerce/badges/quality-score.png?b=2.x -[scrutinizer_stable_link]: https://scrutinizer-ci.com/g/sonata-project/ecommerce/?branch=2.x +[scrutinizer_stable_badge]: https://scrutinizer-ci.com/g/sonata-project/ecommerce/badges/quality-score.png?b=3.x +[scrutinizer_stable_link]: https://scrutinizer-ci.com/g/sonata-project/ecommerce/?branch=3.x [scrutinizer_unstable_badge]: https://scrutinizer-ci.com/g/sonata-project/ecommerce/badges/quality-score.png?b=master [scrutinizer_unstable_link]: https://scrutinizer-ci.com/g/sonata-project/ecommerce/?branch=master diff --git a/UPGRADE-3.x.md b/UPGRADE-3.x.md new file mode 100644 index 000000000..a8d6cd6a8 --- /dev/null +++ b/UPGRADE-3.x.md @@ -0,0 +1,2 @@ +UPGRADE 3.x +===========