Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Commit

Permalink
Update version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeSaferite committed Mar 4, 2015
1 parent ecb7a03 commit c66077b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Change log

* v0.5.1
* Added Travis CI config file
* Add PHPCS ruleset and check
* Fixed several PSR-2 related errors in the code
* Added tracking of the Travis CI build status for master into the README

* v0.5.0
* Changed code pool from 'local' to 'community'.
NB: This change could possibly break things if you are manually installing the code instead of using modman/composer
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Aoe/ClassPathCache/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Aoe_ClassPathCache>
<version>0.5.0</version>
<version>0.5.1</version>
</Aoe_ClassPathCache>
</modules>
<global>
Expand Down

0 comments on commit c66077b

Please sign in to comment.