Skip to content

Commit 41852d5

Browse files
committed
bump version
1 parent ea592ce commit 41852d5

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

.github/changelog/version_19.txt

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11

22

3-
4-
5-
6-
## v19.4.5 - unreleased
7-
3+
## v19.4.6 - unreleased
4+
5+
6+
7+
## v19.4.5 - 2020-07-07
8+
9+
#1044 Phoenix_Moneybookers - Removed Phoenix_Moneybookers
10+
#1040 Mage_XmlConnect - Removed Mage_XmlConnect
11+
#748 Mage_Shipping - DOC block update
12+
#759 Mage_Persistant - DOC block update
13+
#758 Mage_Poll - DOC block update
14+
#757 Mage_ProductAlert - DOC block update
15+
#755 Mage_Reports - DOC block update
16+
#756 Mage_Rating - DOC block update
17+
#1048 Fix broken file upload for downloadables caused by PATCH SUPEE-11314
18+
#1050 add PullRequest Templates and config for automatic Issue Labeling (#1090)
19+
#1014 Mage_Adminhtml - update admin footer
20+
#1085 Installer rebranding
21+
#1072 Mage_Admin - Fixed issue with admin login after forced password rehash
22+
#1084 fix "Call to undefined function char()" error introduced in #966 (#1083)
23+
#1069 :heart: for contributors - introduce all-contributors-bot to fill README (#1088)
24+
#1082 Update composer.json to fix email address
25+
#1067 Mage_Core - Remove unneeded docblock method definition
26+
#764 Mage_Oauth - mini DOC block update
27+
#760 Mage_Payment - DOC block update
28+
#762 Mage_Page - DOC block update
829

930

1031
## v19.4.4 - 2020-06-28

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