Skip to content

Commit

Permalink
Bumped version to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Jul 21, 2023
1 parent 9e3761b commit 636b6b8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

-----

## [1.1.8](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.8) (2023-07-21)
### Add:
* Text stickers support display background color.

-----

## [1.1.7](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.7) (2023-03-29)
### Add:
* Add max scaling for stickers.
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,16 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode
### <a id="ChangeLog"></a>Change Log
> [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md)
```
● 1.1.8
Add:
Text stickers support display background color.
● 1.1.7
Add:
Add max scaling for stickers.
● 1.1.6
Add:
Add horizontal adjust slider.
Support Ukrainian.
● 1.1.5
Add:
Update localization files for German.
Support content wrapping for text sticker.
...
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/General/ZLImageEditor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import Foundation
import UIKit

let version = "1.1.7"
let version = "1.1.8"

public struct ZLImageEditorWrapper<Base> {
public let base: Base
Expand Down
2 changes: 1 addition & 1 deletion ZLImageEditor.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZLImageEditor'
s.version = '1.1.7'
s.version = '1.1.8'
s.summary = 'A powerful image editor framework. Supports graffiti, cropping, mosaic, text stickers, picture stickers, filters, adjust(brightness, contrast, saturation).'

s.homepage = 'https://github.com/longitachi/ZLImageEditor'
Expand Down

0 comments on commit 636b6b8

Please sign in to comment.