Skip to content

Commit cd4c896

Browse files
committed
bump version
1 parent 26433d1 commit cd4c896

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/changelog/version_19.txt

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

22

3-
## v19.4.8 - unreleased
3+
## v19.4.9 - unreleased
4+
5+
6+
## v19.4.8 - 2020-10-20
7+
8+
CVE-2020-15244 RCE via PHP Object injection via SOAP Requests
9+
#1250 removed use of travisCI
10+
#1236 Adds missing meta tags to prevent SUPEE-11295 related warnings from Magereport
11+
#991 Migrate to new frontend cookie name (session namespace) (#990)
12+
#1266 Add ddev based development setup to Readme
13+
#1247 Fix call_user_func_array arguments for PHP 8
14+
#1242 update mcrypt related explanation in Readme
15+
#1184 Add php-74 to static tests
416

517

618

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