Skip to content

Commit f0b8bba

Browse files
committed
bump version
1 parent 9cf8c0a commit f0b8bba

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

.github/changelog/version_19.txt

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11

2-
3-
## v19.4.10 - unreleased
2+
## v19.4.11 - unreleased
3+
4+
## v19.4.10 - 2021-01-21
5+
6+
7+
3 security updates
8+
9+
GHSA-jrgf-vfw2-hj26 CMS Editor code execution
10+
GHSA-hj6w-xrv3-wjj9 Widget instances allows a hacker to inject an executable file on the server
11+
GHSA-99m6-r53j-4hh2 Layout XML RCE Vulnerability
12+
13+
More Changes:
14+
#1246 Adds support for "SameSite" cookie property
15+
#1356 Fixed return type of Mage_Adminhtml_Block_System_Config_Form::_canShowField
16+
#1275 Add start & stop commands to ddev setup in readme
17+
#1273 Update static-code-analyses.yml
18+
#1206 Reduced multiple dispatch events in login form.
19+
#1140 Github Action Labeler Bot
20+
#1337 Allow rewrite of Mage_Core_Model_File_Validator_Image
21+
#1086 Allow debug in admin
22+
#1378 Declare two variables
23+
#1330 Allow min pass length to 5 during login
24+
#1373 Removed 2 unneeded function calls. Local var is already there.
25+
#1390 Fix class name and filename for case sensitive filesystems
26+
#1336 Fix getId() on bool when primary billing address is null
27+
#1370 Fixed adminhtml boxes.css fieldset-wide for note.
28+
#1168 New event "adminhtml_sales_order_create_save_before" when editing an order.
29+
#1393 Fixes PHP7.4 deprecated nested ternary operators
30+
#1403 TypeError: round(): Argument #1 ($num) must be of type int|float
431

532
## v19.4.9 - 2020-12-29
633

@@ -259,4 +286,3 @@ Additionally:
259286

260287

261288
## before
262-

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