Skip to content

Commit

Permalink
Bumped version to 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Mar 21, 2022
1 parent f91ee69 commit 3c77d92
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
ZLPhotoBrowser version: e.g. 4.2.5
Device: e.g. iPhone X
Device version: e.g. iOS 14.0
Xcode version: e.g. Xcode 12.0
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

-----

## [4.2.5](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/4.2.5) (2022-03-21)
### Fix:
* Fix the bug of failing to archive with Xcode 13.3.[#699](https://github.com/longitachi/ZLPhotoBrowser/issues/699)

---

## [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.
Expand Down
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,15 @@ If you only want to use the image edit feature, please move to [ZLImageEditor](h
### <a id="ChangeLog"></a>Change Log
> [More logs](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
● 4.2.5
Fix:
Fix the bug of failing to archive with Xcode 13.3.
● 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.
● 4.2.2
Add:
Support Spanish and Portuguese.
Fix:
Fix the crash when UIAlertController is displayed on iPad.
...
```

Expand Down
10 changes: 4 additions & 6 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,17 +102,15 @@ ZLPhotoBrowser是一款微信样式的图片选择器,支持预览/相册内
### <a id="更新日志"></a>更新日志
> [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/CHANGELOG.md)
```
● 4.2.1
● 4.2.5
Fix:
修复用Xcode13.3打包失败的bug;
● 4.2.4
Fix:
修复预览界面选择原图功能相关的bug;
● 4.2.3
新增:
`完成`按钮的标题颜色可以单独定义;
● 4.2.2
新增:
支持西班牙语和葡萄牙语;
Fix:
修复iPad上显示UIAlertController时crash的bug;
...
```

Expand Down
2 changes: 1 addition & 1 deletion Sources/General/ZLPhotoBrowser.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
let version = "4.2.5"
2 changes: 1 addition & 1 deletion ZLPhotoBrowser.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZLPhotoBrowser'
s.version = '4.2.4'
s.version = '4.2.5'
s.summary = 'A lightweight and pure Swift implemented library for select photos from album'

s.description = <<-DESC
Expand Down

0 comments on commit 3c77d92

Please sign in to comment.