From 1bd2a35addfc0f069c8be04136ed298036f08bfc Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Wed, 18 Dec 2024 23:23:49 +0100 Subject: [PATCH] Release v1.5.7 --- 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 | 2 +- package.json | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Dashboard.module b/Dashboard.module index 03e2207..e3b095c 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.6 + * @version 1.5.7 */ // 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.6', + 'version' => '1.5.7', 'icon' => 'compass', 'permission' => 'dashboard-view', 'permissions' => [ diff --git a/DashboardPanelAddNew.module b/DashboardPanelAddNew.module index eda72e2..c09101d 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelChart.module b/DashboardPanelChart.module index ee3da50..4c996f3 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelCollection.module b/DashboardPanelCollection.module index e6825b0..f7e4318 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelNotice.module b/DashboardPanelNotice.module index 066b770..2f9dd6e 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelNumber.module b/DashboardPanelNumber.module index f9d52a2..a748ccb 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelPageList.module b/DashboardPanelPageList.module index 75a4cbd..2b1dcab 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelShortcuts.module b/DashboardPanelShortcuts.module index 11304ce..f67c7cc 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.6', + 'version' => '1.5.7', ] ); } diff --git a/DashboardPanelTemplate.module b/DashboardPanelTemplate.module index 101b43f..9470c52 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.6', + 'version' => '1.5.7', ] ); } diff --git a/VERSION b/VERSION index eac1e0a..f01291b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.6 +1.5.7 diff --git a/package-lock.json b/package-lock.json index e9d35d5..a593115 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.6", + "version": "1.5.7", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 82cec63..d7c43c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.6", + "version": "1.5.7", "description": "Configurable dashboard for ProcessWire's admin interface", "scripts": { "dev": "parcel src/*.js src/*.css --dist-dir . --no-source-maps --no-hmr",