From c060741e147c52dd2d595e24851f4fa2e7a1534b Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Wed, 28 Feb 2024 17:39:05 +0100 Subject: [PATCH] Bump version --- Dashboard.module | 4 ++-- DashboardPanelAddNew.module | 2 +- DashboardPanelChart.module | 2 +- DashboardPanelCollection.module | 2 +- DashboardPanelNotice.module | 2 +- DashboardPanelNumber.module | 2 +- DashboardPanelPageList.module | 2 +- DashboardPanelShortcuts.module | 2 +- DashboardPanelTemplate.module | 2 +- VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 12 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Dashboard.module b/Dashboard.module index cb3296d..99bb8c5 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.4 + * @version 1.5.5 */ // 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.4', + 'version' => '1.5.5', 'icon' => 'compass', 'permission' => 'dashboard-view', 'permissions' => [ diff --git a/DashboardPanelAddNew.module b/DashboardPanelAddNew.module index 9ad7a41..149287c 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelChart.module b/DashboardPanelChart.module index da7d8a7..0b87a62 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelCollection.module b/DashboardPanelCollection.module index 9103404..2af85a7 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelNotice.module b/DashboardPanelNotice.module index 84e5b00..e4ca48b 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelNumber.module b/DashboardPanelNumber.module index f5511cd..9815981 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelPageList.module b/DashboardPanelPageList.module index cd19936..72139bb 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelShortcuts.module b/DashboardPanelShortcuts.module index 1c8583e..fd3a51e 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.4', + 'version' => '1.5.5', ] ); } diff --git a/DashboardPanelTemplate.module b/DashboardPanelTemplate.module index 9f0ee4c..a4229cc 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.4', + 'version' => '1.5.5', ] ); } diff --git a/VERSION b/VERSION index 94fe62c..9075be4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.4 +1.5.5 diff --git a/package-lock.json b/package-lock.json index 2a01b75..77af786 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "processwire-dashboard", - "version": "1.5.4", + "version": "1.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "processwire-dashboard", - "version": "1.5.4", + "version": "1.5.5", "license": "GPL-3.0", "dependencies": { "lodash": "^4.17.21", diff --git a/package.json b/package.json index 3ecde7b..b78da3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.4", + "version": "1.5.5", "description": "Configurable dashboard for ProcessWire's admin interface", "scripts": { "dev": "parcel src/*.js src/*.css --dist-dir . --no-source-maps --no-hmr",