Skip to content

Commit

Permalink
Release v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
daun committed Jul 22, 2024
1 parent ee4c5d6 commit 22d8ed5
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Dashboard.module
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use function ProcessWire\wireIconMarkup;
* @author Philipp Daun <post@philippdaun.net>
* @license GPL-3.0
*
* @version 1.5.5
* @version 1.5.6
*/

// Include abstract panel base class
Expand All @@ -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' => [
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelAddNew.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelChart.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelCollection.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelNotice.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelNumber.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelPageList.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelShortcuts.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion DashboardPanelTemplate.module
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
);
}
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.5
1.5.6
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 22d8ed5

Please sign in to comment.