diff --git a/Documentation/README_EN.md b/Documentation/README_EN.md index 0e8a9dfa..3cec9828 100644 --- a/Documentation/README_EN.md +++ b/Documentation/README_EN.md @@ -85,7 +85,7 @@ ```swift dependencies: [ - .package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.1.4")) + .package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.1.5")) ] ``` @@ -277,7 +277,7 @@ photoAsset.getURL(compression: compression) { result in | Version | Release Date | Xcode | Swift | iOS | | ---- | ---- | ---- | ---- | ---- | -| [v4.1.4](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#414) | 2023-12-24 | 15.0.0 | 5.9.0 | 12.0+ | +| [v4.1.5](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#415) | 2024-01-10 | 15.0.0 | 5.9.0 | 12.0+ | @@ -286,6 +286,7 @@ photoAsset.getURL(compression: compression) { result in | Version | Release Date | Xcode | Swift | iOS | | ---- | ---- | ---- | ---- | ---- | +| [v4.1.4](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#414) | 2023-12-24 | 15.0.0 | 5.9.0 | 12.0+ | | [v4.1.3](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#413) | 2023-12-16 | 15.0.0 | 5.9.0 | 12.0+ | | [v4.1.2](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#412) | 2023-12-02 | 15.0.0 | 5.9.0 | 12.0+ | | [v4.1.1](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE.md#411) | 2023-11-14 | 15.0.0 | 5.9.0 | 12.0+ | diff --git a/Documentation/RELEASE_NOTE.md b/Documentation/RELEASE_NOTE.md index d2b2e385..8d62ae96 100644 --- a/Documentation/RELEASE_NOTE.md +++ b/Documentation/RELEASE_NOTE.md @@ -1,5 +1,13 @@ # Release Notes +## 4.1.5 + +### Resolved + +- [[618]](https://github.com/SilenceLove/HXPhotoPicker/issues/618) +- [[616]](https://github.com/SilenceLove/HXPhotoPicker/issues/616) +- [[614]](https://github.com/SilenceLove/HXPhotoPicker/issues/614) + ## 4.1.4 ### Resolved diff --git a/Documentation/RELEASE_NOTE_CN.md b/Documentation/RELEASE_NOTE_CN.md index f6bad813..9b4d577d 100644 --- a/Documentation/RELEASE_NOTE_CN.md +++ b/Documentation/RELEASE_NOTE_CN.md @@ -1,5 +1,13 @@ # 更新日志 +## 4.1.5 + +### 修复 + +- [[618]](https://github.com/SilenceLove/HXPhotoPicker/issues/618) +- [[616]](https://github.com/SilenceLove/HXPhotoPicker/issues/616) +- [[614]](https://github.com/SilenceLove/HXPhotoPicker/issues/614) + ## 4.1.4 ### 修复 diff --git a/README.md b/README.md index 785d3ec7..04636b5d 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ ```swift dependencies: [ - .package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.1.4")) + .package(url: "https://github.com/SilenceLove/HXPhotoPicker.git", .upToNextMajor(from: "4.1.5")) ] ``` @@ -304,7 +304,7 @@ photoAsset.getURL(compression: compression) { result in | 版本 | 发布时间 | Xcode | Swift | iOS | | ---- | ---- | ---- | ---- | ---- | -| [v4.1.4](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#414) | 2023-12-24 | 15.0.0 | 5.9.0 | 12.0+ | +| [v4.1.5](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#415) | 2024-01-10 | 15.0.0 | 5.9.0 | 12.0+ | @@ -313,6 +313,7 @@ photoAsset.getURL(compression: compression) { result in | 版本 | 发布时间 | Xcode | Swift | iOS | | ---- | ---- | ---- | ---- | ---- | +| [v4.1.4](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#414) | 2023-12-24 | 15.0.0 | 5.9.0 | 12.0+ | | [v4.1.3](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#413) | 2023-12-16 | 15.0.0 | 5.9.0 | 12.0+ | | [v4.1.2](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#412) | 2023-12-02 | 15.0.0 | 5.9.0 | 12.0+ | | [v4.1.1](https://github.com/SilenceLove/HXPhotoPicker/blob/master/Documentation/RELEASE_NOTE_CN.md#411) | 2023-11-14 | 15.0.0 | 5.9.0 | 12.0+ |