Skip to content

Commit 242a99b

Browse files
committed
bump version
1 parent f06d2bf commit 242a99b

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

.github/changelog/version_19.txt

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,43 @@
11

2-
## v19.4.12 - unreleased
2+
## v19.4.13 - unreleased
3+
4+
5+
## v19.4.12 - 2021-04-06
6+
7+
#1459 make Mage::getOpenMageVersionInfo() more stable for the release process
8+
#1468 fix markup in README.md
9+
#1469 Delete RELEASE_NOTES.txt
10+
#1436 Remove orphan js/jscolor
11+
#1201 Fix wrong payment info template paths
12+
#1439 Fixed syntax error ytheme-magento.css
13+
#1473 Fix integrity constraint violation when order is canceled (#1220 #1472)
14+
#1424 Ascending alphabetical sort for Attribute Set Name
15+
#1464 Updated composer.json branch alias (#1160 #1460)
16+
#194 fix paypal IPN postback response parsing
17+
#1446 Better error handling when store is disabled
18+
#1404 [BUGFIX] Count doesn't work with group by columns. This fix keeps the group by
19+
#1365 Updating phpstorm meta files with magerun 2.1.0
20+
#1156 Removed observer adminhtml_sales_order_create_create_order (#1154)
21+
#1358 Add a new event `adminhtml_block_widget_tabs_html_before`, for adding custom tab (#879)
22+
#1445 make Developer Mode controllable by environment variable for all execution paths
23+
#1302 Fix a bug where product media upload via API was not possible anymore (#1178 #1125 #666)
24+
#1485 New event "init_form_values_after" after data set on a form
25+
#1394 Replace alias methods (#986)
26+
#1480 Add checkout agreement position, closes #1288
27+
#1406 Mage_Rss - DOC block update
28+
#1398 Simplified true/false
29+
#1496 Mage_Core_Model_Translate: Removed unused local variable
30+
#1051 Add features from N98 layout helper (#321 #336 #416)
31+
#1276 Fix array_key_exists on objects (deprecated notice or fatal error)
32+
#1495 Removed unnecessary replacing of variable from parent
33+
#1456 Correct password length message grammar
34+
#1291 Removed redundant if statement
35+
#1324 Notification_Security block - private to protected for easier extending
36+
#1309 Removed unnecessary joins for global attributes
37+
#1497 Upgrade prototype to version 1.7.3
38+
#1450 Fixed CRLF to LF
39+
#1455 Massaction items - removed unused switch
40+
#1467 _exportIterateCollection performance optimization
341

442

543
## v19.4.11 - 2021-02-14

app/Mage.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public static function getOpenMageVersionInfo()
229229
return array(
230230
'major' => '20',
231231
'minor' => '0',
232-
'patch' => '6',
232+
'patch' => '8',
233233
'stability' => '', // beta,alpha,rc
234234
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
235235
);
@@ -238,7 +238,7 @@ public static function getOpenMageVersionInfo()
238238
return array(
239239
'major' => '19',
240240
'minor' => '4',
241-
'patch' => '11',
241+
'patch' => '12',
242242
'stability' => '', // beta,alpha,rc
243243
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
244244
);

0 commit comments

Comments
 (0)