Skip to content

Commit 5c2d417

Browse files
committed
Release v0.6.9
1 parent c0abcd2 commit 5c2d417

11 files changed

+12
-12
lines changed

Dashboard.module

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace ProcessWire;
88
*
99
* @author Philipp Daun <post@philippdaun.net>
1010
* @license GPL-3.0
11-
* @version 0.6.8
11+
* @version 0.6.9
1212
*/
1313

1414
// Include abstract panel base class
@@ -26,7 +26,7 @@ class Dashboard extends Process implements Module
2626
'summary' => __('Configurable dashboard page', __FILE__),
2727
'href' => 'https://github.com/philippdaun/processwire-dashboard',
2828
'author' => 'Philipp Daun',
29-
'version' => '0.6.8',
29+
'version' => '0.6.9',
3030
'icon' => 'compass',
3131
'permission' => 'dashboard-view',
3232
'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.8',
17+
'version' => '0.6.9',
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.8',
17+
'version' => '0.6.9',
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.8',
17+
'version' => '0.6.9',
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.8',
19+
'version' => '0.6.9',
2020
]
2121
);
2222
}

DashboardPanelPageList.module

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class DashboardPanelPageList extends DashboardPanel
1414
'title' => __('Dashboard Panel: PageList', __FILE__),
1515
'summary' => __('Display a ProcessPageList widget for any parent', __FILE__),
1616
'author' => 'Philipp Daun',
17-
'version' => '0.6.8',
17+
'version' => '0.6.9',
1818
]
1919
);
2020
}

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.8',
17+
'version' => '0.6.9',
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.8',
17+
'version' => '0.6.9',
1818
]
1919
);
2020
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.8
1+
0.6.9

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.8",
3+
"version": "0.6.9",
44
"description": "Configurable dashboard for ProcessWire's admin interface",
55
"main": "\"\"",
66
"scripts": {

0 commit comments

Comments
 (0)