Skip to content

Commit f77f7ee

Browse files
committed
bump version
1 parent 7c526bc commit f77f7ee

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.github/changelog/version_19.txt

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11

22

3-
## v19.4.6 - unreleased
3+
## v19.4.7 - unreleased
44

55

66

7+
## v19.4.6 - 2020-08-18
8+
9+
CVE-2020-15151 Observable Timing Discrepancy - Improve validation of secret keys (#1138)
10+
#1136 Fix special price for bundle products
11+
#1111 fix Coupon related cancel order bug
12+
#1098 Cleanup: disable fixerio in config
13+
#1097 Cleanup: disable currencyconverterapi in config
14+
#1101 Fix Github Action: use cron schedule for labeler
15+
#1113 Fix iframe removal in TinyMCE
16+
#1078 Prevent Image resize to 0 width or height
17+
#1091 Added dash(-) as an allowed character for store code
18+
#1061 Fix bug related to filter in Admin UI for Role Users
19+
#1081 Fixed Magento not detecting HTTPS behind a proxy (makes use of HTTP_X_FORWARDED_PROTO header)
20+
#1079 Added GIT flow to README.md
21+
#442 Support symlinks while not allowing malicious template paths
22+
23+
724
## v19.4.5 - 2020-07-07
825

926
#1044 Phoenix_Moneybookers - Removed Phoenix_Moneybookers

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' => '5',
218+
'patch' => '6',
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)