From 636b6b81585778dfca9e7218361473a192e847d4 Mon Sep 17 00:00:00 2001 From: longitachi Date: Fri, 21 Jul 2023 16:27:53 +0800 Subject: [PATCH] Bumped version to 1.1.8 --- 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 988db22..fbedfbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index 37c04fc..c0a4389 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.8 + Add: + Text stickers support display background color. ● 1.1.7 Add: Add max scaling for stickers. @@ -58,10 +61,6 @@ ZLEditImageViewController.showEditImageVC(parentVC: self, image: image, editMode Add: Add horizontal adjust slider. Support Ukrainian. -● 1.1.5 - Add: - Update localization files for German. - Support content wrapping for text sticker. ... ``` diff --git a/Sources/General/ZLImageEditor.swift b/Sources/General/ZLImageEditor.swift index d99d90a..fc4c14a 100644 --- a/Sources/General/ZLImageEditor.swift +++ b/Sources/General/ZLImageEditor.swift @@ -27,7 +27,7 @@ import Foundation import UIKit -let version = "1.1.7" +let version = "1.1.8" public struct ZLImageEditorWrapper { public let base: Base diff --git a/ZLImageEditor.podspec b/ZLImageEditor.podspec index e54d08b..139e048 100644 --- a/ZLImageEditor.podspec +++ b/ZLImageEditor.podspec @@ -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'