|
1 | 1 |
|
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) |
3 | 47 |
|
4 | 48 |
|
5 | 49 | ## v19.4.13 - 2021-04-20
|
|
0 commit comments