Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xmacan committed Jul 25, 2020
1 parent e70a4a5 commit c031edc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[info]
name = intropage
version = 2.0.1
version = 2.0.2
longname = Intropage/Dashboard
author = Petr Macek
email = [email protected]
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ Tomas Macek, Peter Michael Calum, Trevor Leadley, Earendil

## Changelog

2.0.2 ---
All panels with user permission
Fix public/private community warning (#110)

2.0.1 ---
Fix wrong path (#100)
Fix remove permission (#102)
Expand Down
3 changes: 1 addition & 2 deletions include/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,7 @@ function intropage_upgrade_database() {
}



if (cacti_version_compare($oldv,'2.0.1', '<')) {
if (cacti_version_compare($oldv,'2.0.2', '<')) {
// a lot of changes, so:
intropage_drop_database();
intropage_initialize_database();
Expand Down

0 comments on commit c031edc

Please sign in to comment.