File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
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
+
7
20
## [ 3.0.2] - 2017-04-30
8
21
9
22
### Add
@@ -121,7 +134,8 @@ $text->setLineHeight(1.2);
121
134
- Initial commit.
122
135
- PHP ` 5.3 ` support.
123
136
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
125
139
[ 3.0.1 ] : https://github.com/joseluisq/gimage/compare/3.0.1...3.0.2
126
140
[ 3.0.1 ] : https://github.com/joseluisq/gimage/compare/3.0.0...3.0.1
127
141
[ 3.0.0 ] : https://github.com/joseluisq/gimage/compare/2.0.1...3.0.0
You can’t perform that action at this time.
0 commit comments