diff --git a/Dashboard.module b/Dashboard.module index 99bb8c5..03e2207 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.5 + * @version 1.5.6 */ // 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.5', + 'version' => '1.5.6', 'icon' => 'compass', 'permission' => 'dashboard-view', 'permissions' => [ diff --git a/DashboardPanelAddNew.module b/DashboardPanelAddNew.module index 149287c..eda72e2 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelChart.module b/DashboardPanelChart.module index 0b87a62..ee3da50 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelCollection.module b/DashboardPanelCollection.module index 2af85a7..e6825b0 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelNotice.module b/DashboardPanelNotice.module index e4ca48b..066b770 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelNumber.module b/DashboardPanelNumber.module index 9815981..f9d52a2 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelPageList.module b/DashboardPanelPageList.module index 72139bb..75a4cbd 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelShortcuts.module b/DashboardPanelShortcuts.module index fd3a51e..11304ce 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.5', + 'version' => '1.5.6', ] ); } diff --git a/DashboardPanelTemplate.module b/DashboardPanelTemplate.module index a4229cc..101b43f 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.5', + 'version' => '1.5.6', ] ); } diff --git a/VERSION b/VERSION index 9075be4..eac1e0a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.5 +1.5.6 diff --git a/package-lock.json b/package-lock.json index dc72abc..48a22ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index c82b26f..82cec63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processwire-dashboard", - "version": "1.5.5", + "version": "1.5.6", "description": "Configurable dashboard for ProcessWire's admin interface", "scripts": { "dev": "parcel src/*.js src/*.css --dist-dir . --no-source-maps --no-hmr",