Skip to content

Commit 7d1fe7e

Browse files
committed
Bumped version to 1.1.2
1 parent 9a00c75 commit 7d1fe7e

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-4
lines changed

CHANGELOG.md

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

33
-----
44

5+
## [1.1.2](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.2) (2022-08-30)
6+
### Add:
7+
* Adjust loading progress hud style to make it prettier.
8+
* Support Portuguese, Spanish and Turkish.
9+
* Support crop round image.
10+
* Support for custom text.
11+
* Support redo in graffiti and mosaic tools.
12+
* Add wrapper for ZLImageEditor compatible types.
13+
14+
-----
15+
516
## [1.1.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.0) (2022-05-13)
617
## [1.1.1 - 1.1.0 Patch](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.1) (2022-05-16)
718
### Add:

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,21 @@ 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.2
54+
Add:
55+
Adjust loading progress hud style to make it prettier.
56+
Support Portuguese, Spanish and Turkish.
57+
Support crop round image.
58+
Support for custom text.
59+
Support redo in graffiti and mosaic tools.
60+
Add wrapper for ZLImageEditor compatible types.
5361
● 1.1.1
5462
Add:
5563
Can select custom font before adding text sticker.
5664
Change the authority of ZLEditImageViewController to open.
5765
Add ZLImageEditorUIConfiguration.
5866
● 1.0.7
5967
Fix the bug that crop does not work.
60-
● 1.0.6
61-
Revert the code for image compression.
6268
...
6369
```
6470

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