Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Aug 2, 2020
1 parent 7549d78 commit b712cec
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Dashboard.module
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace ProcessWire;
* @author Philipp Daun <post@philippdaun.net>
* @license GPL-3.0
*
* @version 0.6.14
* @version 0.7.0
*/

// Include abstract panel base class
Expand All @@ -27,7 +27,7 @@ class Dashboard extends Process implements Module
'summary' => __('Configurable dashboard page', __FILE__),
'href' => 'https://github.com/daun/processwire-dashboard',
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
'icon' => 'compass',
'permission' => 'dashboard-view',
'permissions' => [
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelChart.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DashboardPanelChart extends DashboardPanel
'title' => __('Dashboard Panel: Chart', __FILE__),
'summary' => __('Display a customizable chart from any data source', __FILE__),
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelCollection.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DashboardPanelCollection extends DashboardPanel
'title' => __('Dashboard Panel: Collection', __FILE__),
'summary' => __('Display a collection of pages in a table', __FILE__),
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelNotice.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DashboardPanelNotice extends DashboardPanel
'title' => __('Dashboard Panel: Notice', __FILE__),
'summary' => __('Display a notice with icon', __FILE__),
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelNumber.module
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DashboardPanelNumber extends DashboardPanel
'title' => __('Dashboard Panel: Number', __FILE__),
'summary' => __('Display a single number with trend indicator', __FILE__),
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelShortcuts.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DashboardPanelShortcuts extends DashboardPanel
'title' => __('Dashboard Panel: Shortcuts', __FILE__),
'summary' => __('Display a list of shortcuts to admin pages', __FILE__),
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelTemplate.module
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DashboardPanelTemplate extends DashboardPanel
'title' => __('Dashboard Panel: Template', __FILE__),
'summary' => __('Display the output of any file in the templates folder', __FILE__),
'author' => 'Philipp Daun',
'version' => '0.6.14',
'version' => '0.7.0',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.14
0.7.0
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "processwire-dashboard",
"version": "0.6.14",
"version": "0.7.0",
"description": "Configurable dashboard for ProcessWire's admin interface",
"main": "\"\"",
"scripts": {
Expand Down

0 comments on commit b712cec

Please sign in to comment.