From 370feeeebd6a0ab9e4005c2797b1ac4fba6a9f83 Mon Sep 17 00:00:00 2001 From: Goran Stamenkovski Date: Thu, 29 Apr 2021 12:44:36 +0200 Subject: [PATCH] Release version 3.2.0 ISSUE PLCR24-46 --- CHANGELOG.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b76dd3ef..ce0e8497 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,14 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). -## [3.1.1](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.1.0...v3.1.1) - 2021-03-26 -### Added -- Added additional ISO codes to the postal code transformer. -- Added missing carrier logos for Italy and Spain. - -### Changed -- Changed setting the language based on user's platform country instead of current shop language during the registration process. - +## [3.2.0](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.1.1...v3.2.0) - 2021-04-29 **BREAKING CHANGES** Whitelabel project changes: @@ -39,6 +32,14 @@ Following changes will work properly once BrandConfigurationService is registere - Removed $supportedCountries from CountryService and WarehouseCountryService. - Packlink\BusinessLogic\Language\TranslationService renamed to CountryService and moved to CountryLabels directory. +## [3.1.1](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.1.0...v3.1.1) - 2021-03-26 +### Added +- Added additional ISO codes to the postal code transformer. +- Added missing carrier logos for Italy and Spain. + +### Changed +- Changed setting the language based on user's platform country instead of current shop language during the registration process. + ## [3.1.0](https://github.com/packlink-dev/ecommerce_module_core/compare/v3.0.6...v3.1.0) - 2020-12-11 ### Added - Added postal code transformer service that transforms postal code into supported postal code format for some countries.