Skip to content

Commit

Permalink
Bumped version to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Oct 26, 2022
1 parent 8b3aad5 commit 229925d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

-----

## [1.1.5](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.5) (2022-10-26)
### Add:
* Update localization files for German. [#31](https://github.com/longitachi/ZLImageEditor/pull/31) @hirbod
* Support content wrapping for text sticker. [#32](https://github.com/longitachi/ZLImageEditor/pull/32) @darquro

-----

## [1.1.4](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.4) (2022-09-28)
### Add:
* Can change tool icon's highlited color by `toolIconHighlightedColor`.[#28](https://github.com/longitachi/ZLImageEditor/pull/28) @darquro
Expand Down
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,21 +51,17 @@ 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.5
Add:
Update localization files for German.
Support content wrapping for text sticker.
● 1.1.4
Add:
Can change tool icon's highlited color.
Support Arabic language.
● 1.1.3
Add:
Adapt iPad.
● 1.1.2
Add:
Adjust loading progress hud style to make it prettier.
Support Portuguese, Spanish and Turkish.
Support crop round image.
Support for custom text.
Support redo in graffiti and mosaic tools.
Add wrapper for ZLImageEditor compatible types.
...
```

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.4"
let version = "1.1.5"

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.4'
s.version = '1.1.5'
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 229925d

Please sign in to comment.