Skip to content

Commit

Permalink
3.1.1 release info
Browse files Browse the repository at this point in the history
  • Loading branch information
glewe committed May 15, 2023
1 parent 148ae9a commit 9138866
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Config/AuthInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AuthInfo extends BaseConfig
*
* @var string
*/
public $version = '3.1.0';
public $version = '3.1.1';

/**
* ------------------------------------------------------------------------
Expand Down
11 changes: 10 additions & 1 deletion src/Views/_releaseinfo.phtml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<!-- Release Info -->
<div class="card mb-3">
<div class="card-header"><i class="bi-box me-3"></i>Release 3.1.1<span class="float-end">2023-05-15</span></div>
<div class="card-body">
<h6>Bugfix</h6>
<ul>
<li>Fixed navbar not opening in responsive mode</li>
</ul>
</div>
</div>
<div class="card mb-3">
<div class="card-header"><i class="bi-box me-3"></i>Release 3.1.0<span class="float-end">2023-05-12</span></div>
<div class="card-body">
<h6>Improvement</h6>
<ul>
<li>Permissions renamed to a more proper naming convention</li>
<li>Permissions to manage permissions are not given to any user. They can be given to any user, group or role via the GUI.</li>
<li>Permissions to manage permissions are not given to any user when installing. They can be given to any user, group or role via the GUI after.</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 9138866

Please sign in to comment.