Skip to content

Commit

Permalink
Release 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Sep 5, 2016
1 parent 8e4845e commit 98e4323
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0] - 2016-09-05

### Added
- Forked from https://bitbucket.org/kwi/urllinker
- This CHANGELOG.md
Expand All @@ -19,6 +21,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Updated min. requirements to PHP 5.6
- Moved the config from the constructor to their own getter and setter methods
- Do not encode html characters twice
- Licensed under GPL3

[Unreleased]: https://github.com/youthweb/urllinker/compare/a173dfe2f6ff5a4423612b423323e94b5d2f58e2...HEAD
[Unreleased]: https://github.com/youthweb/urllinker/compare/1.0.0...HEAD
[1.0]: https://github.com/youthweb/urllinker/compare/a173dfe2f6ff5a4423612b423323e94b5d2f58e2...1.0.0
4 changes: 4 additions & 0 deletions tests/integration/UrlLinkerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ public function providerEscapingHtml()
'<>',
'<>',
],
[
'&',
'&',
],
[
'&',
'&',
Expand Down

0 comments on commit 98e4323

Please sign in to comment.