diff --git a/Dashboard.module b/Dashboard.module index de14448..cb3296d 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.3 + * @version 1.5.4 */ // 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.3', + 'version' => '1.5.4', 'icon' => 'compass', 'permission' => 'dashboard-view', 'permissions' => [ diff --git a/DashboardPanelAddNew.module b/DashboardPanelAddNew.module index 008195f..9ad7a41 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelChart.module b/DashboardPanelChart.module index 4225352..da7d8a7 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelCollection.module b/DashboardPanelCollection.module index f3bff2c..86b9f62 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelNotice.module b/DashboardPanelNotice.module index 8f670fe..84e5b00 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelNumber.module b/DashboardPanelNumber.module index adae3f8..f5511cd 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelPageList.module b/DashboardPanelPageList.module index 25f5372..cd19936 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelShortcuts.module b/DashboardPanelShortcuts.module index c9ac94b..b69b57b 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.3', + 'version' => '1.5.4', ] ); } diff --git a/DashboardPanelTemplate.module b/DashboardPanelTemplate.module index 99532e2..9f0ee4c 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.3', + 'version' => '1.5.4', ] ); } diff --git a/VERSION b/VERSION index 8af85be..94fe62c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.3 +1.5.4 diff --git a/package-lock.json b/package-lock.json index 4a9fbb6..4febfcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.3", + "version": "1.5.4", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 195f986..3ecde7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.3", + "version": "1.5.4", "description": "Configurable dashboard for ProcessWire's admin interface", "scripts": { "dev": "parcel src/*.js src/*.css --dist-dir . --no-source-maps --no-hmr",