Skip to content

Commit

Permalink
v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Apr 26, 2018
1 parent 568df6b commit 3b509d6
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]


## [3.0.6] - 2018-04-26

### Added
- `isImageString` method. (PR [#29](https://github.com/joseluisq/gimage/issues/30))

### Fixed
- `$url` is undefined in loadImageFromResource method. (PR [#30](https://github.com/joseluisq/gimage/issues/30) by @franklee0902)
- `Utils::isJPGResource` and `Utils::isPNGResource` method require a string parameter. (PR [#30](https://github.com/joseluisq/gimage/issues/30) by @franklee0902)

## [3.0.5] - 2018-04-24

### Added
Expand Down Expand Up @@ -149,7 +158,8 @@ $text->setLineHeight(1.2);
- Initial commit.
- PHP `5.3` support.

[Unreleased]: https://github.com/joseluisq/gimage/compare/3.0.5...HEAD
[Unreleased]: https://github.com/joseluisq/gimage/compare/3.0.6...HEAD
[3.0.6]: https://github.com/joseluisq/gimage/compare/3.0.5...3.0.6
[3.0.5]: https://github.com/joseluisq/gimage/compare/3.0.4...3.0.5
[3.0.4]: https://github.com/joseluisq/gimage/compare/3.0.3...3.0.4
[3.0.3]: https://github.com/joseluisq/gimage/compare/3.0.2...3.0.3
Expand Down

0 comments on commit 3b509d6

Please sign in to comment.