Skip to content

Commit

Permalink
Redirect to marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
yurabakhtin committed Dec 14, 2023
1 parent 9d5168a commit ef63a45
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions controllers/UpdateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public function init()

public function actionIndex()
{
return $this->redirect(['/marketplace/browse']);

$availableUpdate = OnlineUpdateAPI::getAvailableUpdate();
if ($availableUpdate === null) {
return $this->render('index_noupdate');
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

2.1.13 (Unreleased)
------------------------
- Fix #42: Redirect to marketplace

2.1.12 (April 26, 2022)
------------------------
- Enh #21: Check for old 'enterprise' module
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"homepage": "https://github.com/humhub/updater",
"humhub": {
"minVersion": "1.0"
"minVersion": "1.4"
},
"version": "2.1.12"
"version": "2.1.13"
}

0 comments on commit ef63a45

Please sign in to comment.