Skip to content

Commit 4611d13

Browse files
committed
Bumped version to 1.1.0
1 parent 044013e commit 4611d13

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
-----
44

5+
## [1.1.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-05-13)
6+
### Add:
7+
* Can select custom font before adding text sticker.[#15](https://github.com/longitachi/ZLImageEditor/pull/15)
8+
* Change the authority of ZLEditImageViewController to open.
9+
* Add ZLImageEditorUIConfiguration.
10+
11+
-----
12+
513
## [1.0.7](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-04-26)
614
* Fix the bug that crop does not work.[#14](https://github.com/longitachi/ZLImageEditor/issues/14)
715

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,15 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
5050
### <a id="ChangeLog"></a>Change Log
5151
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
5252
```
53+
● 1.1.0
54+
Add:
55+
Can select custom font before adding text sticker.
56+
Change the authority of ZLEditImageViewController to open.
57+
Add ZLImageEditorUIConfiguration.
5358
● 1.0.7
5459
Fix the bug that crop does not work.
5560
● 1.0.6
5661
Revert the code for image compression.
57-
● 1.0.5
58-
Fix:
59-
Fix the bug of changing the background color of the image after editing.
60-
● 1.0.4
61-
Add:
62-
Support adjusting the brightness and contrast and saturation of an image.
63-
Support Indonesian.
64-
Support chained calls.
65-
Support customize images.
6662
...
6763
```
6864

Sources/General/ZLImageEditor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2525
// THE SOFTWARE.
2626

27-
let version = "1.0.9"
27+
let version = "1.1.0"

ZLImageEditor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ZLImageEditor'
3-
s.version = '1.0.9'
3+
s.version = '1.1.0'
44
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust(brightness, contrast, saturation).'
55

66
s.homepage = 'https://github.com/longitachi/ZLImageEditor'

0 commit comments

Comments
 (0)