Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Jul 18, 2013
2 parents 5b25408 + 13e48fa commit 0a797fc
Show file tree
Hide file tree
Showing 6 changed files with 426 additions and 64 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Pathogen changelog

### 0.1.2 (2013-07-18)

* **[FIXED]** AbsolutePath::relativeTo() now works for paths with common
suffixes ([#20]).

### 0.1.1 (2013-07-08)

* **[FIXED]** AbsolutePath::relativeTo() no longer works backwards ([#18]).
Expand All @@ -11,3 +16,4 @@
<!-- References -->

[#18]: https://github.com/eloquent/pathogen/issues/18
[#20]: https://github.com/eloquent/pathogen/issues/20
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ echo $pathWithReplacement->string(); // outputs '/path/for/baz/bar'

[AbsolutePathInterface]: http://lqnt.co/pathogen/artifacts/documentation/api/Eloquent/Pathogen/AbsolutePathInterface.html
[API documentation]: http://lqnt.co/pathogen/artifacts/documentation/api/
[Build Status]: https://raw.github.com/eloquent/pathogen/gh-pages/artifacts/images/icecave/regular/build-status.png
[Build Status]: https://api.travis-ci.org/eloquent/pathogen.png
[Composer]: http://getcomposer.org/
[eloquent/pathogen]: https://packagist.org/packages/eloquent/pathogen
[FileSystemPathFactory]: http://lqnt.co/pathogen/artifacts/documentation/api/Eloquent/Pathogen/FileSystem/Factory/FileSystemPathFactory.html
Expand All @@ -400,4 +400,4 @@ echo $pathWithReplacement->string(); // outputs '/path/for/baz/bar'
[PlatformFileSystemPathFactory]: http://lqnt.co/pathogen/artifacts/documentation/api/Eloquent/Pathogen/FileSystem/Factory/PlatformFileSystemPathFactory.html
[RelativePathInterface]: http://lqnt.co/pathogen/artifacts/documentation/api/Eloquent/Pathogen/RelativePathInterface.html
[Test coverage report]: http://lqnt.co/pathogen/artifacts/tests/coverage/
[Test Coverage]: https://raw.github.com/eloquent/pathogen/gh-pages/artifacts/images/icecave/regular/coverage.png
[Test Coverage]: https://coveralls.io/repos/eloquent/pathogen/badge.png
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"icecave/isolator": "~2"
},
"require-dev": {
"icecave/archer": "~0.4"
"icecave/archer": "1.0.0-alpha.1"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 0a797fc

Please sign in to comment.