Skip to content

Commit a116622

Browse files
author
Sven Reichel
authored
Bump version to v20.11.0 (#4425)
* bump version * Typo fix
1 parent 52cd8ad commit a116622

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

app/Mage.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ public static function getOpenMageVersionInfo(): array
212212
if (self::getOpenMageMajorVersion() === 20) {
213213
return [
214214
'major' => '20',
215-
'minor' => '10',
216-
'patch' => '2',
215+
'minor' => '11',
216+
'patch' => '0',
217217
'stability' => '', // beta,alpha,rc
218218
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
219219
];

app/code/core/Mage/Tax/sql/tax_setup/upgrade-1.6.0.4-1.6.0.5.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* OpenMage
45
*
@@ -29,7 +30,7 @@
2930
'entity_id',
3031
Varien_Db_Adapter_Interface::FK_ACTION_CASCADE,
3132
Varien_Db_Adapter_Interface::FK_ACTION_CASCADE,
32-
true
33+
true,
3334
);
3435

3536
$this->endSetup();

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"ezyang/htmlpurifier": "^4.17",
3131
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
3232
"mklkj/tinymce-i18n": "^24.11",
33-
"openmage/composer-plugin": "^1.1.0",
33+
"openmage/composer-plugin": "^1.1.1",
3434
"pelago/emogrifier": "^7.0",
3535
"phpseclib/mcrypt_compat": "^2.0.3",
3636
"phpseclib/phpseclib": "^3.0.14",

composer.lock

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)