Skip to content

Commit

Permalink
Bump version to v20.11.0 (#4425)
Browse files Browse the repository at this point in the history
* bump version

* Typo fix
  • Loading branch information
sreichel authored Dec 20, 2024
1 parent 52cd8ad commit a116622
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions app/Mage.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ public static function getOpenMageVersionInfo(): array
if (self::getOpenMageMajorVersion() === 20) {
return [
'major' => '20',
'minor' => '10',
'patch' => '2',
'minor' => '11',
'patch' => '0',
'stability' => '', // beta,alpha,rc
'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9
];
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* OpenMage
*
Expand Down Expand Up @@ -29,7 +30,7 @@
'entity_id',
Varien_Db_Adapter_Interface::FK_ACTION_CASCADE,
Varien_Db_Adapter_Interface::FK_ACTION_CASCADE,
true
true,
);

$this->endSetup();
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ezyang/htmlpurifier": "^4.17",
"magento-hackathon/magento-composer-installer": "^3.1 || ^2.1 || ^4.0",
"mklkj/tinymce-i18n": "^24.11",
"openmage/composer-plugin": "^1.1.0",
"openmage/composer-plugin": "^1.1.1",
"pelago/emogrifier": "^7.0",
"phpseclib/mcrypt_compat": "^2.0.3",
"phpseclib/phpseclib": "^3.0.14",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a116622

Please sign in to comment.