Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Themroc committed Feb 16, 2022
1 parent 68513a5 commit 1d65f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/AdminController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class AdminController extends Controller
{
const MH_MIN_REL= '0.2.2';
const MH_MIN_REL= '0.2.3';

public $adminOnly= true;
public $isTabbed= true;
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "(Nearly) fullscreen iframes",
"keywords": [
],
"version": "0.4.4",
"version": "0.4.5",
"humhub": {
"minVersion": "1.2"
},
Expand Down

0 comments on commit 1d65f9c

Please sign in to comment.