Skip to content

Commit eddd50b

Browse files
committed
Release v0.6.14
1 parent 3fb054e commit eddd50b

10 files changed

+11
-11
lines changed

Dashboard.module

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace ProcessWire;
99
* @author Philipp Daun <post@philippdaun.net>
1010
* @license GPL-3.0
1111
*
12-
* @version 0.6.13
12+
* @version 0.6.14
1313
*/
1414

1515
// Include abstract panel base class
@@ -27,7 +27,7 @@ class Dashboard extends Process implements Module
2727
'summary' => __('Configurable dashboard page', __FILE__),
2828
'href' => 'https://github.com/philippdaun/processwire-dashboard',
2929
'author' => 'Philipp Daun',
30-
'version' => '0.6.13',
30+
'version' => '0.6.14',
3131
'icon' => 'compass',
3232
'permission' => 'dashboard-view',
3333
'permissions' => [

DashboardPanelChart.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPanelChart extends DashboardPanel
1414
'title' => __('Dashboard Panel: Chart', __FILE__),
1515
'summary' => __('Display a customizable chart from any data source', __FILE__),
1616
'author' => 'Philipp Daun',
17-
'version' => '0.6.13',
17+
'version' => '0.6.14',
1818
]
1919
);
2020
}

DashboardPanelCollection.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPanelCollection extends DashboardPanel
1414
'title' => __('Dashboard Panel: Collection', __FILE__),
1515
'summary' => __('Display a collection of pages in a table', __FILE__),
1616
'author' => 'Philipp Daun',
17-
'version' => '0.6.13',
17+
'version' => '0.6.14',
1818
]
1919
);
2020
}

DashboardPanelNotice.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPanelNotice extends DashboardPanel
1414
'title' => __('Dashboard Panel: Notice', __FILE__),
1515
'summary' => __('Display a notice with icon', __FILE__),
1616
'author' => 'Philipp Daun',
17-
'version' => '0.6.13',
17+
'version' => '0.6.14',
1818
]
1919
);
2020
}

DashboardPanelNumber.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class DashboardPanelNumber extends DashboardPanel
1616
'title' => __('Dashboard Panel: Number', __FILE__),
1717
'summary' => __('Display a single number with trend indicator', __FILE__),
1818
'author' => 'Philipp Daun',
19-
'version' => '0.6.13',
19+
'version' => '0.6.14',
2020
]
2121
);
2222
}

DashboardPanelShortcuts.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPanelShortcuts extends DashboardPanel
1414
'title' => __('Dashboard Panel: Shortcuts', __FILE__),
1515
'summary' => __('Display a list of shortcuts to admin pages', __FILE__),
1616
'author' => 'Philipp Daun',
17-
'version' => '0.6.13',
17+
'version' => '0.6.14',
1818
]
1919
);
2020
}

DashboardPanelTemplate.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPanelTemplate extends DashboardPanel
1414
'title' => __('Dashboard Panel: Template', __FILE__),
1515
'summary' => __('Display the output of any file in the templates folder', __FILE__),
1616
'author' => 'Philipp Daun',
17-
'version' => '0.6.13',
17+
'version' => '0.6.14',
1818
]
1919
);
2020
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.13
1+
0.6.14

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "processwire-dashboard",
3-
"version": "0.6.13",
3+
"version": "0.6.14",
44
"description": "Configurable dashboard for ProcessWire's admin interface",
55
"main": "\"\"",
66
"scripts": {

0 commit comments

Comments
 (0)