Skip to content

Commit cbeebfa

Browse files
committed
bump version
1 parent b0d35ad commit cbeebfa

File tree

2 files changed

+34
-2
lines changed

2 files changed

+34
-2
lines changed

.github/changelog/version_19.txt

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
11

22

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
436

537

638
## v19.4.8 - 2020-10-20

app/Mage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ public static function getOpenMageVersionInfo()
215215
return array(
216216
'major' => '19',
217217
'minor' => '4',
218-
'patch' => '8',
218+
'patch' => '9',
219219
'stability' => '', // beta,alpha,rc
220220
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
221221
);

0 commit comments

Comments
 (0)