From bb6c054ef3cd60d32013096c8900449ad94be39a Mon Sep 17 00:00:00 2001 From: longitachi Date: Tue, 5 Dec 2023 17:26:16 +0800 Subject: [PATCH] Bumped version to 4.4.8.2 --- .github/ISSUE_TEMPLATE.MD | 2 +- CHANGELOG.md | 7 +++++++ README.md | 6 ++++-- README_CN.md | 4 +++- Sources/General/ZLPhotoBrowser.swift | 2 +- ZLPhotoBrowser.podspec | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.MD b/.github/ISSUE_TEMPLATE.MD index ae0d35ef..b8a87579 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.4.8.1 + ZLPhotoBrowser version: e.g. 4.4.8.2 Device: e.g. iPhone 14 Pro Device version: e.g. iOS 16.0 Xcode version: e.g. Xcode 14.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 80a143cc..3f2b3e19 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ----- +## [4.4.8.2 - 4.4.8 Patch](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.8.2) (2023-12-05) +### Fix: +* Fix: + Fix the bug where the camera does not disappear when clicking cancel in the system camera. [#879](https://github.com/longitachi/ZLPhotoBrowser/issues/879) + +--- + ## [4.4.8.1 - 4.4.8 Patch](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.4.8.1) (2023-11-27) --- diff --git a/README.md b/README.md index 39f130ec..fb91ccbd 100644 --- a/README.md +++ b/README.md @@ -91,7 +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.4.8.1 (4.4.8 Patch) +● 4.4.8.1 - 4.4.8.2 (4.4.8 Patch) + Fix: + Fix the bug where the camera does not disappear when clicking cancel in the system camera. ● 4.4.8 Add: Adapt to iOS 17, replace UIGraphicsBeginImageContextWithOptions with UIGraphicsImageRenderer. @@ -169,7 +171,7 @@ Rebuild with --use-xcframeworks to create an xcframework bundle instead.` [Click #### Swift Package Manager 1. Select File > Add Packages. Enter https://github.com/longitachi/ZLPhotoBrowser.git in the "Choose Package Repository" dialog. -2. In the next page, specify the version resolving rule as "Up to Next Major" with "4.4.8.1" as its earliest version. +2. In the next page, specify the version resolving rule as "Up to Next Major" with "4.4.8.2" as its earliest version. 3. After Xcode checking out the source and resolving the version, you can choose the "ZLPhotoBrowser" library and add it to your app target. ### Support diff --git a/README_CN.md b/README_CN.md index 7d86f13f..d4f10930 100644 --- a/README_CN.md +++ b/README_CN.md @@ -102,7 +102,9 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内 ### 更新日志 > [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md) ``` -● 4.4.8.1 (4.4.8 Patch) +● 4.4.8.1 - 4.4.8.2 (4.4.8 Patch) + Fix: + 修复系统相机点击取消时相机没有消失的bug。 ● 4.4.8 Add: 适配iOS 17,使用UIGraphicsImageRenderer替换UIGraphicsBeginImageContextWithOptions。 diff --git a/Sources/General/ZLPhotoBrowser.swift b/Sources/General/ZLPhotoBrowser.swift index 1704a489..3951c07a 100644 --- a/Sources/General/ZLPhotoBrowser.swift +++ b/Sources/General/ZLPhotoBrowser.swift @@ -28,7 +28,7 @@ import UIKit import Foundation import Photos -let version = "4.4.8.1" +let version = "4.4.8.2" public struct ZLPhotoBrowserWrapper { public let base: Base diff --git a/ZLPhotoBrowser.podspec b/ZLPhotoBrowser.podspec index c59cdf29..180a7166 100644 --- a/ZLPhotoBrowser.podspec +++ b/ZLPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZLPhotoBrowser' - s.version = '4.4.8.1' + s.version = '4.4.8.2' s.summary = 'A lightweight and pure Swift implemented library for select photos from album' s.description = <<-DESC