Skip to content

Commit

Permalink
chore(package) v4.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Sep 27, 2015
1 parent 8cbb379 commit 9a0c305
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2015.09.27, v4.5.7

fix:
- (listeners) onPathElementClick: change path of active directory when click on path link of other panel

feature:
- (cloudcmd) Promise -> Promise.min
- (edit) addEventListener -> addOnce
- (edit) setMenu: preventDefault
- (listeners) contextMenu: document -> fm


2015.09.24, v4.5.6

feature:
Expand Down
3 changes: 2 additions & 1 deletion HELP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cloud Commander v4.5.6
Cloud Commander v4.5.7
===============
### [Main][MainURL] [Blog][BlogURL] Live(![JitSu][JitSu_LIVE_IMG] [JitSu][JitSuURL], ![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png?downloads=true&&stars&&downloadRank "npm install cloudcmd"
Expand Down Expand Up @@ -389,6 +389,7 @@ ln -s ./sites-enabled/io.cloudcmd.io ./sites-available

Version history
---------------
- *2015.09.27*, **[v4.5.7](/cloudcmd/archive/raw/master/cloudcmd-v4.5.7.tar.gz)**
- *2015.09.24*, **[v4.5.6](/cloudcmd/archive/raw/master/cloudcmd-v4.5.6.tar.gz)**
- *2015.09.23*, **[v4.5.5](/cloudcmd/archive/raw/master/cloudcmd-v4.5.5.tar.gz)**
- *2015.09.22*, **[v4.5.4](/cloudcmd/archive/raw/master/cloudcmd-v4.5.4.tar.gz)**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Cloud Commander v4.5.6 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL]
Cloud Commander v4.5.7 [![License][LicenseIMGURL]][LicenseURL] [![NPM version][NPMIMGURL]][NPMURL] [![Dependency Status][DependencyStatusIMGURL]][DependencyStatusURL] [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Shippable Status][ShippableIMGURL]][ShippableURL] [![Circle Ci][CircleCiIMGURL]][CircleCiURL] [![Package Quality][PackageQualityIMGURL]][PackageQualityURL]
===============
### [Main][MainURL] [Blog][BlogURL] Live([JitSu][JitSuURL], [Heroku][HerokuURL])

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": "cloudcmd",
"version": "4.5.6",
"version": "4.5.7",
"homepage": "https:/coderaiser/cloudcmd",
"authors": [
"coderaiser <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "4.5.6",
"version": "4.5.7",
"author": "coderaiser <[email protected]> (https:/coderaiser)",
"description": "Cloud Commander orthodox web file manager with console and editor",
"homepage": "http://cloudcmd.io",
Expand Down

0 comments on commit 9a0c305

Please sign in to comment.