Skip to content

Commit 3b509d6

Browse files
committed
v3.0.6
1 parent 568df6b commit 3b509d6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77
## [Unreleased]
88

99

10+
## [3.0.6] - 2018-04-26
11+
12+
### Added
13+
- `isImageString` method. (PR [#29](https://github.com/joseluisq/gimage/issues/30))
14+
15+
### Fixed
16+
- `$url` is undefined in loadImageFromResource method. (PR [#30](https://github.com/joseluisq/gimage/issues/30) by @franklee0902)
17+
- `Utils::isJPGResource` and `Utils::isPNGResource` method require a string parameter. (PR [#30](https://github.com/joseluisq/gimage/issues/30) by @franklee0902)
18+
1019
## [3.0.5] - 2018-04-24
1120

1221
### Added
@@ -149,7 +158,8 @@ $text->setLineHeight(1.2);
149158
- Initial commit.
150159
- PHP `5.3` support.
151160

152-
[Unreleased]: https://github.com/joseluisq/gimage/compare/3.0.5...HEAD
161+
[Unreleased]: https://github.com/joseluisq/gimage/compare/3.0.6...HEAD
162+
[3.0.6]: https://github.com/joseluisq/gimage/compare/3.0.5...3.0.6
153163
[3.0.5]: https://github.com/joseluisq/gimage/compare/3.0.4...3.0.5
154164
[3.0.4]: https://github.com/joseluisq/gimage/compare/3.0.3...3.0.4
155165
[3.0.3]: https://github.com/joseluisq/gimage/compare/3.0.2...3.0.3

0 commit comments

Comments
 (0)