From 77961125e829e527a3849e5d4d755e5afd002a20 Mon Sep 17 00:00:00 2001 From: longitachi Date: Wed, 29 Mar 2023 11:10:05 +0800 Subject: [PATCH] Bumped version to 1.1.7 --- CHANGELOG.md | 6 ++++++ README.md | 7 +++---- Sources/General/ZLImageEditor.swift | 2 +- ZLImageEditor.podspec | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea95969..988db22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ----- +## [1.1.7](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.7) (2023-03-29) +### Add: +* Add max scaling for stickers. + +----- + ## [1.1.6](https://github.com/longitachi/ZLImageEditor/releases/tag/1.1.6) (2022-12-12) ### Add: * Add horizontal adjust slider. diff --git a/README.md b/README.md index 9280f78..60f5fc5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode ### Change Log > [More logs](https://github.com/longitachi/ZLImageEditor/blob/master/CHANGELOG.md) ``` +● 1.1.7 + Add: + Add max scaling for stickers. ● 1.1.6 Add: Add horizontal adjust slider. @@ -59,10 +62,6 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode 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. ... ``` diff --git a/Sources/General/ZLImageEditor.swift b/Sources/General/ZLImageEditor.swift index f0a2098..d99d90a 100644 --- a/Sources/General/ZLImageEditor.swift +++ b/Sources/General/ZLImageEditor.swift @@ -27,7 +27,7 @@ import Foundation import UIKit -let version = "1.1.6" +let version = "1.1.7" public struct ZLImageEditorWrapper { public let base: Base diff --git a/ZLImageEditor.podspec b/ZLImageEditor.podspec index e807f55..e54d08b 100644 --- a/ZLImageEditor.podspec +++ b/ZLImageEditor.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZLImageEditor' - s.version = '1.1.6' + s.version = '1.1.7' 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'