Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
3.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 16, 2019
1 parent f20799b commit b6a8611
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 2 additions & 0 deletions UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
UPGRADE 3.x
===========

0 comments on commit b6a8611

Please sign in to comment.