Skip to content

Commit 7796112

Browse files
committed
Bumped version to 1.1.7
1 parent 608df27 commit 7796112

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

CHANGELOG.md

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

33
-----
44

5+
## [1.1.7](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.7) (2023-03-29)
6+
### Add:
7+
* Add max scaling for stickers.
8+
9+
-----
10+
511
## [1.1.6](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.6) (2022-12-12)
612
### Add:
713
* Add horizontal adjust slider.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
5151
### <a id="ChangeLog"></a>Change Log
5252
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
5353
```
54+
● 1.1.7
55+
Add:
56+
Add max scaling for stickers.
5457
● 1.1.6
5558
Add:
5659
Add horizontal adjust slider.
@@ -59,10 +62,6 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
5962
Add:
6063
Update localization files for German.
6164
Support content wrapping for text sticker.
62-
● 1.1.4
63-
Add:
64-
Can change tool icon's highlited color.
65-
Support Arabic language.
6665
...
6766
```
6867

Sources/General/ZLImageEditor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import Foundation
2828
import UIKit
2929

30-
let version = "1.1.6"
30+
let version = "1.1.7"
3131

3232
public struct ZLImageEditorWrapper<Base> {
3333
public let base: Base

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.1.6'
3+
s.version = '1.1.7'
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)