Skip to content

Commit 636b6b8

Browse files
committed
Bumped version to 1.1.8
1 parent 9e3761b commit 636b6b8

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.8](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.8) (2023-07-21)
6+
### Add:
7+
* Text stickers support display background color.
8+
9+
-----
10+
511
## [1.1.7](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.7) (2023-03-29)
612
### Add:
713
* Add max scaling for stickers.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,16 @@ 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.8
55+
Add:
56+
Text stickers support display background color.
5457
● 1.1.7
5558
Add:
5659
Add max scaling for stickers.
5760
● 1.1.6
5861
Add:
5962
Add horizontal adjust slider.
6063
Support Ukrainian.
61-
● 1.1.5
62-
Add:
63-
Update localization files for German.
64-
Support content wrapping for text sticker.
6564
...
6665
```
6766

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