Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
S3bb1 committed Feb 20, 2016
1 parent 318c14c commit e729391
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ActionHero Dashboard
===================

## Important Note!!!
* ah-dashboard 0.6.* is compatible with actionHero v13
* ah-dashboard 0.5.* is compatible with actionHero v12
* ah-dashboard 0.4.* is compatible with actionHero v11
* ah-dashboard 0.3.* is compatible with actionHero v10
Expand All @@ -15,6 +16,9 @@ ActionHero Dashboard

- `npm install ah-dashboard-plugin --save`

**ONLY FOR ACTIONHERO v13.X**
run `actionhero link --name=ah-dashboard-plugin` to register the Dashboard in ActionHero v13

**ONLY FOR ACTIONHERO v12.X or lower**
- add the dashboard to your plugins (config/plugins.js) config:
`plugins: ["ah-dashboard-plugin"]`
Expand Down
11 changes: 10 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
## Version 0.4.0 (1-Feb-2016)
## Version 0.6.0 (20-Feb-2016)
* ActionHero V13 Support
* change the plugin retrieval logic, because in AH v13 the plugins are linked dynamically
* add all bower components to the plugin, so that no "bower install" is needed anymore
* "remove index2.html because it does not exists!!" (THX @Zougi)


## Version 0.5.0 (1-Feb-2016)
* ActionHer V12 Support
* Add New Version From AdminLTE
* Remove drag/drop/add/remove Widget logic from Dashboard
* Wired new Node-Resque Task Stats
* Rewrite of ah-stats
* First rudimentary Mobile Support

## Version 0.4.0 (1-Feb-2016)
* ActionHero V11 Support

## Version 0.3.0 (26-Jan-2015)
* ActionHero V10 Support
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ah-dashboard-plugin",
"version": "0.5.0",
"version": "0.6.0",
"homepage": "https://github.com/S3bb1/ah-dashboard-plugin",
"authors": [
"Sebastian Dechant <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Sebastian Dechant <[email protected]>",
"name": "ah-dashboard-plugin",
"description": "Plugin for an ActionHero Dashboard with many functionalities",
"version": "0.5.0",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "git://github.com/S3bb1/ah-dashboard-plugin.git"
Expand Down

0 comments on commit e729391

Please sign in to comment.