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

Commit

Permalink
3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jun 23, 2020
1 parent afb4b65 commit bb90eb2
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,29 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.3.0](https://github.com/sonata-project/ecommerce/compare/3.2.3...3.3.0) - 2020-06-23
### Added
- [[#678](https://github.com/sonata-project/ecommerce/pull/678)] Added
`twig/string-extra` dependency. ([@wbloszyk](https://github.com/wbloszyk))

### Changed
- [[#678](https://github.com/sonata-project/ecommerce/pull/678)] Changed use of
`truncate` filter with `u` filter. ([@wbloszyk](https://github.com/wbloszyk))

### Fixed
- [[#674](https://github.com/sonata-project/ecommerce/pull/674)] Deprecations
for event dispatching ([@wbloszyk](https://github.com/wbloszyk))
- [[#676](https://github.com/sonata-project/ecommerce/pull/676)] Deprecations
for event dispatching ([@wbloszyk](https://github.com/wbloszyk))
- [[#670](https://github.com/sonata-project/ecommerce/pull/670)] Fixed sql to
work with mssql ([@wbloszyk](https://github.com/wbloszyk))

### Removed
- [[#674](https://github.com/sonata-project/ecommerce/pull/674)] Remove support
for Symfony <4.3 and php <7.2 ([@wbloszyk](https://github.com/wbloszyk))
- [[#672](https://github.com/sonata-project/ecommerce/pull/672)] Remove
SonataCoreBundle dependencies ([@wbloszyk](https://github.com/wbloszyk))

## [3.2.3](https://github.com/sonata-project/ecommerce/compare/3.2.2...3.2.3) - 2020-02-27
### Fixed
- Only add association mapping from ProductCollection to Collection when property exists
Expand Down

0 comments on commit bb90eb2

Please sign in to comment.