Skip to content

Commit 684ea7b

Browse files
committed
Bumped version to 1.1.6
1 parent d2ed114 commit 684ea7b

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

33
-----
44

5+
## [1.1.6](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.6) (2022-12-12)
6+
### Add:
7+
* Add horizontal adjust slider.
8+
* Support Ukrainian. [#33](https://github.com/longitachi/ZLImageEditor/pull/33) @darquro
9+
10+
-----
11+
512
## [1.1.5](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.5) (2022-10-26)
613
### Add:
714
* Update localization files for German. [#31](https://github.com/longitachi/ZLImageEditor/pull/31) @hirbod

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ 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.6
55+
Add:
56+
Add horizontal adjust slider.
57+
Support Ukrainian.
5458
● 1.1.5
5559
Add:
5660
Update localization files for German.
@@ -59,9 +63,6 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
5963
Add:
6064
Can change tool icon's highlited color.
6165
Support Arabic language.
62-
● 1.1.3
63-
Add:
64-
Adapt iPad.
6566
...
6667
```
6768

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.5"
30+
let version = "1.1.6"
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.5'
3+
s.version = '1.1.6'
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)