Skip to content

Commit 345fd0e

Browse files
committed
Release v0.7.3
1 parent fd5cae2 commit 345fd0e

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.7.2
12+
* @version 0.7.3
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/daun/processwire-dashboard',
2929
'author' => 'Philipp Daun',
30-
'version' => '0.7.2',
30+
'version' => '0.7.3',
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
@@ -15,7 +15,7 @@ class DashboardPanelChart extends DashboardPanel
1515
'title' => __('Dashboard Panel: Chart', __FILE__),
1616
'summary' => __('Display a customizable chart from any data source', __FILE__),
1717
'author' => 'Philipp Daun',
18-
'version' => '0.7.2',
18+
'version' => '0.7.3',
1919
]
2020
);
2121
}

DashboardPanelCollection.module

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

DashboardPanelNotice.module

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

DashboardPanelNumber.module

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

DashboardPanelShortcuts.module

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

DashboardPanelTemplate.module

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.7.2
1+
0.7.3

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

0 commit comments

Comments
 (0)