From 5bcbe6f06ce43d5c73a39b2f2d2a1cbeb00faef8 Mon Sep 17 00:00:00 2001 From: longitachi Date: Mon, 14 Mar 2022 20:48:25 +0800 Subject: [PATCH] Bumped version to 4.2.4 --- .github/ISSUE_TEMPLATE.MD | 2 +- CHANGELOG.md | 6 ++++++ README.md | 10 +++------- README_CN.md | 10 +++------- Sources/General/ZLPhotoBrowser.swift | 2 +- ZLPhotoBrowser.podspec | 2 +- 6 files changed, 15 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD index a8cf2600..131e1cf6 100644 --- a/.github/ISSUE_TEMPLATE.MD +++ b/.github/ISSUE_TEMPLATE.MD @@ -5,7 +5,7 @@ Please fill in the detailed description of the issue (full output of any stack trace, compiler error, ...) and the steps to reproduce the issue. #### Info - ZLPhotoBrowser version: e.g. 4.2.3 + ZLPhotoBrowser version: e.g. 4.2.4 Device: e.g. iPhone X Device version: e.g. iOS 14.0 Xcode version: e.g. Xcode 12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index fc119cb2..652bd300 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ----- +## [4.2.4](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.2.4) (2022-03-14) +### Fix: +* Fixes the bug when select the original photo in the preview. + +--- + ## [4.2.3](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.2.3) (2022-03-07) ### Add: * Done button title color can be defined separately. diff --git a/README.md b/README.md index 82e12889..cdf7048f 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h ### Change Log > [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md) ``` +● 4.2.4 + Fix: + Fixes the bug when select the original photo in the preview. ● 4.2.3 Add: Done button title color can be defined separately. @@ -99,13 +102,6 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h Support Spanish and Portuguese. Fix: Fix the crash when UIAlertController is displayed on iPad. -● 4.2.1 - Add: - Support adjusting the brightness and contrast and saturation of an image. - Support Indonesian. - Add ZLEditImageConfiguration class to configuration the image editor. - Fix: - Crash when calling showPhotoLibrary in UISplitViewController. ... ``` diff --git a/README_CN.md b/README_CN.md index 47ab6118..b8fce36d 100644 --- a/README_CN.md +++ b/README_CN.md @@ -102,6 +102,9 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内 ### 更新日志 > [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md) ``` +● 4.2.1 + Fix: + 修复预览界面选择原图功能相关的bug; ● 4.2.3 新增: `完成`按钮的标题颜色可以单独定义; @@ -110,13 +113,6 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内 支持西班牙语和葡萄牙语; Fix: 修复iPad上显示UIAlertController时crash的bug; -● 4.2.1 - 新增: - 编辑图片时支持调整图片亮度、对比度和饱和度; - 支持印尼语; - 抽出图片编辑相关配置类:ZLEditImageConfiguration; - Fix: - Crash when calling showPhotoLibrary in UISplitViewController; ... ``` diff --git a/Sources/General/ZLPhotoBrowser.swift b/Sources/General/ZLPhotoBrowser.swift index 13f00441..a2d05c32 100644 --- a/Sources/General/ZLPhotoBrowser.swift +++ b/Sources/General/ZLPhotoBrowser.swift @@ -24,4 +24,4 @@ // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN // THE SOFTWARE. -let version = "4.2.3" +let version = "4.2.4" diff --git a/ZLPhotoBrowser.podspec b/ZLPhotoBrowser.podspec index 395f1c9d..a1649b1a 100644 --- a/ZLPhotoBrowser.podspec +++ b/ZLPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZLPhotoBrowser' - s.version = '4.2.3' + s.version = '4.2.4' s.summary = 'A lightweight and pure Swift implemented library for select photos from album' s.description = <<-DESC