Skip to content

Commit 2d14ea2

Browse files
authored
v3.0.3
1 parent 1a4d489 commit 2d14ea2

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [3.0.3] - 2017-10-07
8+
9+
### Add
10+
- __Image:__ Added `render()` method can render the image in-memory and return the resource. (refs 02c5480)
11+
- __Image:__ Added `render()` example about at `examples/render.php`
12+
13+
### Changed
14+
- __Text:__ Default value in `setContent($str = '')` function.
15+
16+
### Fixed
17+
- Fixed issue #20.
18+
- Doc comments in classes.
19+
720
## [3.0.2] - 2017-04-30
821

922
### Add
@@ -121,7 +134,8 @@ $text->setLineHeight(1.2);
121134
- Initial commit.
122135
- PHP `5.3` support.
123136

124-
[3.0.2]: https://github.com/joseluisq/gimage/compare/3.0.2...HEAD
137+
[3.0.3]: https://github.com/joseluisq/gimage/compare/3.0.3...HEAD
138+
[3.0.2]: https://github.com/joseluisq/gimage/compare/3.0.2...3.0.3
125139
[3.0.1]: https://github.com/joseluisq/gimage/compare/3.0.1...3.0.2
126140
[3.0.1]: https://github.com/joseluisq/gimage/compare/3.0.0...3.0.1
127141
[3.0.0]: https://github.com/joseluisq/gimage/compare/2.0.1...3.0.0

0 commit comments

Comments
 (0)