Skip to content

Commit c783837

Browse files
authored
Merge pull request #29 from darquro/bump_up_1.1.4
Bump up version to 1.1.4
2 parents 79b0de5 + 3469eed commit c783837

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
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.4](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.4) (2022-09-28)
6+
### Add:
7+
* Can change tool icon's highlited color by `toolIconHighlightedColor`.[#28](https://github.com/longitachi/ZLImageEditor/pull/28)
8+
* Support Arabic language.[#27](https://github.com/longitachi/ZLImageEditor/pull/27)
9+
10+
-----
11+
512
## [1.1.3](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.3) (2022-09-13)
613
### Add:
714
* Adapt iPad.

README.md

Lines changed: 4 additions & 0 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.4
55+
Add:
56+
Can change tool icon's highlited color.
57+
Support Arabic language.
5458
● 1.1.3
5559
Add:
5660
Adapt iPad.

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