diff --git a/Dashboard.module b/Dashboard.module index 4fdf31f..de14448 100755 --- a/Dashboard.module +++ b/Dashboard.module @@ -13,7 +13,7 @@ use function ProcessWire\wireIconMarkup; * @author Philipp Daun * @license GPL-3.0 * - * @version 1.5.2 + * @version 1.5.3 */ // Include abstract panel base class @@ -31,7 +31,7 @@ class Dashboard extends Process implements Module 'summary' => __('Configurable dashboard page', __FILE__), 'href' => 'https://github.com/daun/processwire-dashboard', 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', 'icon' => 'compass', 'permission' => 'dashboard-view', 'permissions' => [ diff --git a/DashboardPanelAddNew.module b/DashboardPanelAddNew.module index 7079ddb..008195f 100755 --- a/DashboardPanelAddNew.module +++ b/DashboardPanelAddNew.module @@ -19,7 +19,7 @@ class DashboardPanelAddNew extends DashboardPanel 'title' => __('Dashboard Panel: Add New Page', __FILE__), 'summary' => __('Allow adding new pages from the dashboard', __FILE__), 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelChart.module b/DashboardPanelChart.module index e6db8b3..4225352 100755 --- a/DashboardPanelChart.module +++ b/DashboardPanelChart.module @@ -15,7 +15,7 @@ class DashboardPanelChart extends DashboardPanel 'title' => __('Dashboard Panel: Chart', __FILE__), 'summary' => __('Display a customizable chart from any data source', __FILE__), 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelCollection.module b/DashboardPanelCollection.module index 17734f0..f3bff2c 100644 --- a/DashboardPanelCollection.module +++ b/DashboardPanelCollection.module @@ -18,7 +18,7 @@ class DashboardPanelCollection extends DashboardPanel 'title' => __('Dashboard Panel: Collection', __FILE__), 'summary' => __('Display a collection of pages in a table', __FILE__), 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelNotice.module b/DashboardPanelNotice.module index e05889c..8f670fe 100755 --- a/DashboardPanelNotice.module +++ b/DashboardPanelNotice.module @@ -16,7 +16,7 @@ class DashboardPanelNotice extends DashboardPanel 'title' => __('Dashboard Panel: Notice', __FILE__), 'summary' => __('Display a notice with icon', __FILE__), 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelNumber.module b/DashboardPanelNumber.module index 616cb69..adae3f8 100755 --- a/DashboardPanelNumber.module +++ b/DashboardPanelNumber.module @@ -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' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelPageList.module b/DashboardPanelPageList.module index 0e0b2c7..25f5372 100755 --- a/DashboardPanelPageList.module +++ b/DashboardPanelPageList.module @@ -15,7 +15,7 @@ class DashboardPanelPageList extends DashboardPanel 'title' => __('Dashboard Panel: PageList', __FILE__), 'summary' => __('Display a ProcessPageList widget for any parent', __FILE__), 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelShortcuts.module b/DashboardPanelShortcuts.module index cb51c9c..c9ac94b 100755 --- a/DashboardPanelShortcuts.module +++ b/DashboardPanelShortcuts.module @@ -19,7 +19,7 @@ class DashboardPanelShortcuts extends DashboardPanel 'title' => __('Dashboard Panel: Shortcuts', __FILE__), 'summary' => __('Display a list of shortcuts to admin pages', __FILE__), 'author' => 'Philipp Daun', - 'version' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/DashboardPanelTemplate.module b/DashboardPanelTemplate.module index de6fb87..99532e2 100755 --- a/DashboardPanelTemplate.module +++ b/DashboardPanelTemplate.module @@ -15,7 +15,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' => '1.5.2', + 'version' => '1.5.3', ] ); } diff --git a/VERSION b/VERSION index 4cda8f1..8af85be 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.2 +1.5.3 diff --git a/package-lock.json b/package-lock.json index bbaca3b..f102204 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.2", + "version": "1.5.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 08a0543..195f986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.2", + "version": "1.5.3", "description": "Configurable dashboard for ProcessWire's admin interface", "scripts": { "dev": "parcel src/*.js src/*.css --dist-dir . --no-source-maps --no-hmr",