Skip to content

Commit

Permalink
Bumped version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed May 13, 2022
1 parent 044013e commit 4611d13
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

-----

## [1.1.0](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-05-13)
### Add:
* Can select custom font before adding text sticker.[#15](https://github.com/longitachi/ZLImageEditor/pull/15)
* Change the authority of ZLEditImageViewController to open.
* Add ZLImageEditorUIConfiguration.

-----

## [1.0.7](https://github.com/longitachi/ZLImageEditor/releases/tag/1.0.5) (2022-04-26)
* Fix the bug that crop does not work.[#14](https://github.com/longitachi/ZLImageEditor/issues/14)

Expand Down
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,15 @@ 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.0
Add:
Can select custom font before adding text sticker.
Change the authority of ZLEditImageViewController to open.
Add ZLImageEditorUIConfiguration.
● 1.0.7
Fix the bug that crop does not work.
● 1.0.6
Revert the code for image compression.
● 1.0.5
Fix:
Fix the bug of changing the background color of the image after editing.
● 1.0.4
Add:
Support adjusting the brightness and contrast and saturation of an image.
Support Indonesian.
Support chained calls.
Support customize images.
...
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/General/ZLImageEditor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
// THE SOFTWARE.

let version = "1.0.9"
let version = "1.1.0"
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.0.9'
s.version = '1.1.0'
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 4611d13

Please sign in to comment.