Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flyingmana committed Aug 18, 2020
1 parent 7c526bc commit f77f7ee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion .github/changelog/version_19.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@


## v19.4.6 - unreleased
## v19.4.7 - unreleased



## v19.4.6 - 2020-08-18

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


## v19.4.5 - 2020-07-07

#1044 Phoenix_Moneybookers - Removed Phoenix_Moneybookers
Expand Down
2 changes: 1 addition & 1 deletion app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public static function getOpenMageVersionInfo()
return array(
'major' => '19',
'minor' => '4',
'patch' => '5',
'patch' => '6',
'stability' => '', // beta,alpha,rc
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
);
Expand Down

0 comments on commit f77f7ee

Please sign in to comment.