Skip to content

Commit 953f496

Browse files
committed
bump version
1 parent 94563c7 commit 953f496

File tree

2 files changed

+47
-3
lines changed

2 files changed

+47
-3
lines changed

.github/changelog/version_19.txt

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11

2-
## v19.4.14 - unreleased
2+
## v19.4.15 - unreleased
3+
4+
5+
6+
## v19.4.14 - 2021-06-25
7+
8+
#1202 Fix #1190 - Fix the "$_FILES array is empty" exception when assiging products to a category or creating a category with the XMLRPC-API
9+
#1227 modified nav-bar padding to prevent the search box hiding menu items
10+
#1326 Fix notice when there are no sales rules for a given situation
11+
#1443 Log Exception the right way in Session, no need for custom message formatting anymore
12+
#1505 Fix the deprecation problem of idn_to_ascii() since php7.2
13+
#1484 Fix unserialization error when saving dataflow advanced profile.
14+
#1483 Mage_Core_Model_Abstract: Fix rollback when Throwable is thrown in save/delete method
15+
#1466 Improve error message of product required option by including option …
16+
#1035 Code style (endif endforeach endfor and more)
17+
#1577 Code style (endif and break)
18+
#1575 Product qty is incremented when comment is added on a Credit Memo from SOAP API v2
19+
#1557 Mark invoice as last when dummy items included
20+
#1554 Fix Coments in .htaccess
21+
#1571 Reduce getId calls
22+
#1565 Log exceptions when generating images
23+
#1582 Reset array on product reset
24+
#1598 fixed twitter share link, issue 1595
25+
#1591 removed magento logo in demo notice
26+
#1494 Update default USPS endpoint to HTTPS schema
27+
#1448 Remove _isDownloader flag
28+
#1481 DEV: add docker-dde setup
29+
#1534 Cleanup of getMimeType()
30+
#1384 Add icons in admin (icon-head)
31+
#1568 Fixes for #1564 and #1289
32+
- #1564 Checkout - Agreement content when empty (Terms and Conditions)
33+
- #1289 Wrong attributes order in comparison window
34+
#1593 fix documentation updateAttributeGroup()
35+
#640 add some logging for errors during paypal response validation
36+
#1169 do not connect to write adapter when getting the read adapter (#1167 )
37+
#1255 Change lowest PHP version to 7
38+
#1616 Revert "cleanup - remove orphan js/jscolor/* from XmlConnect package (#1436)" - as its used by MageWorx Advanced Product Options
39+
#1613 Fix getChildren must be compatible with SimpleXMLElement with PHP 8
40+
#1392 Fix PHP8 Deprecated: Required parameter $A follows optional parameter
41+
#1183 Fixes cloning of a collection by also cloning the internal select object
42+
#802 Fix widgets layout handle on edit
43+
#1416 Page title for credit memo and shipment
44+
#1644 Fix fatal error - getRegionCollection() - issue #713
45+
#1588 Update report.php
46+
#1674 Resolves the PHP 7 error: Declaration of Mage_Tag_Model_Api_V2::items($productId, $store) should be compatible with Mage_Tag_Model_Api::items($productId, $store = NULL)
347

448

549
## v19.4.13 - 2021-04-20

app/Mage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public static function getOpenMageVersionInfo()
222222
return array(
223223
'major' => '20',
224224
'minor' => '0',
225-
'patch' => '9',
225+
'patch' => '10',
226226
'stability' => '', // beta,alpha,rc
227227
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
228228
);
@@ -231,7 +231,7 @@ public static function getOpenMageVersionInfo()
231231
return array(
232232
'major' => '19',
233233
'minor' => '4',
234-
'patch' => '13',
234+
'patch' => '14',
235235
'stability' => '', // beta,alpha,rc
236236
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
237237
);

0 commit comments

Comments
 (0)