|
1 | 1 |
|
2 | 2 |
|
3 | | -## v19.4.9 - unreleased |
| 3 | +## v19.4.10 - unreleased |
| 4 | + |
| 5 | +## v19.4.9 - 2020-12-29 |
| 6 | + |
| 7 | +increase composer.json php version range to include 8.0 |
| 8 | +#1349 Fixed Zend Lib Deprecated Notice PHP8 |
| 9 | +#1213 Fix strpos with non-string needle |
| 10 | +add UnitTests to Github Actions |
| 11 | +#1348 Fixed Zend Lib Tool Deprecated Notice |
| 12 | +#1347 Fixed Zend Lib Amf Deprecated Notice |
| 13 | +#1340 Fixed Zend Lib Barcode Deprecated |
| 14 | +#1346 Fixed Zend Lib Validate Deprecated Notice |
| 15 | +#1256 Fix libxml_disable_entity_loader for PHP 8 |
| 16 | +#1251 Disable class unserialization where it is not needed. |
| 17 | +#1350 Trim values from XML so auto-formatting our XML does not break the autoloader. |
| 18 | +#1345 Fixed Zend Lib Wildfire Deprecated Notice |
| 19 | +#1344 Fixed Zend Lib View Deprecated Notice |
| 20 | +#1343 Fixed Zend Lib JSON Deprecated Notice |
| 21 | +#1342 Fixed Zend Lib Filter Deprecated Notice |
| 22 | +#1341 fix "Cannot unset $this" error |
| 23 | +#1261 getAttributeRawValue() move operations with store to if statement |
| 24 | +#1274 Removed unused fetchAll in addRatingInfo() |
| 25 | +#1278 Handled the case where the coupon no longer exists |
| 26 | +#1328 Fix phpDoc for set/getStepData in Checkout |
| 27 | +#1323 Improve PHPDoc |
| 28 | +#1319 Fix for currency symbol not saved with fatal PHP error #1318 |
| 29 | +#1297 Update SECURITY.md |
| 30 | +allow version 4 of hackathon composer installer |
| 31 | +#1292 Support the logging of Throwables |
| 32 | +#1285 Mage core model url - method call is provided 2 parameters, but the method signature uses 1 parameters |
| 33 | +#1161 cleanup: Remove some files left in previous PRs |
| 34 | +#1207 bugfix: don't cast min_sale_qty to int as it can be a decimal |
| 35 | +#1279 Remove php short open tag |
4 | 36 |
|
5 | 37 |
|
6 | 38 | ## v19.4.8 - 2020-10-20 |
|
0 commit comments