Skip to content

Commit b95e203

Browse files
committed
Preparing release changes
1 parent 7a27c4a commit b95e203

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
CHANGELOG for 1.4.2
2+
===================
3+
This changelog references the relevant changes (new features, changes and bugs) done in 1.4.2 versions.
4+
* 1.4.2 (2014-12-02)
5+
* List of improvements and fixed bugs
6+
<ul><li>Implemented form type guessers for custom fields of existing entities</li>
7+
<li>Magento import: Fixed failed queries with empty contact phone</li>
8+
<li>Magento import: Removed sensitive data displayed in API request logs</li>
9+
<li>Magento import: Fixed duplicated jobs on two way Magento sync</li>
10+
<li>Magento import: Fixed incorrect implementation Customer TAX/VAT Number</li>
11+
<li>Magento import: Fixed lost address types after magento customer update</li>
12+
<li>Zendesk: Detached entities issue after Entity Manager fail</li></ul>
13+
114
CHANGELOG for 1.4.1
215
===================
316
This changelog references the relevant changes (new features, changes and bugs) done in 1.4.1 versions.

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"require": {
2424
"php": ">=5.4.9",
25-
"oro/platform": "1.4.x-dev"
25+
"oro/platform": "1.4.*"
2626
},
2727
"minimum-stability": "dev",
2828
"prefer-stable": true

0 commit comments

Comments
 (0)