From a9eebe80e2e01f96eee87f668010951dac0bcc3a Mon Sep 17 00:00:00 2001 From: longitachi Date: Wed, 20 Jun 2018 20:27:27 +0800 Subject: [PATCH] release 2.7.1 --- PhotoBrowser/ZLPhotoActionSheet.h | 2 +- README.md | 1 + UPDATELOG.md | 18 +++++++++++++++++- ZLPhotoBrowser.podspec | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/PhotoBrowser/ZLPhotoActionSheet.h b/PhotoBrowser/ZLPhotoActionSheet.h index f810e12f..8cce5bce 100644 --- a/PhotoBrowser/ZLPhotoActionSheet.h +++ b/PhotoBrowser/ZLPhotoActionSheet.h @@ -5,7 +5,7 @@ // Created by long on 15/11/25. // Copyright © 2015年 long. All rights reserved. // -//pods version 2.7.0 - 2018.06.03 update +//pods version 2.7.1 - 2018.06.20 update #import #import "ZLPhotoConfiguration.h" diff --git a/README.md b/README.md index 8ba92234..c3e617be 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ ### 更新日志 > [更多更新日志](https://github.com/longitachi/ZLPhotoBrowser/blob/master/UPDATELOG.md) ``` +● 2.7.1: 支持自定义导航返回按钮图片; ● 2.7.0: 图片资源加上前缀,解决9.0无法选择图片问题; ● 2.6.9: 重构编辑图片功能,添加滤镜; ● 2.6.7: 优化视频编辑界面,极大减少进入时的等待时间; diff --git a/UPDATELOG.md b/UPDATELOG.md index 59ea5c25..d199f47f 100755 --- a/UPDATELOG.md +++ b/UPDATELOG.md @@ -2,6 +2,23 @@ ----- +## [2.7.1](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/2.7.1) (2018-06-20) + +#### Add +* 可自定义导航返回按钮图片 + +#### Fix +* 解决录制视频大于最大选择时长时自动选择的bug.[#264](https://github.com/longitachi/ZLPhotoBrowser/issues/264) + +--- + +## [2.7.0](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/2.7.0) (2018-06-03) + +#### Add +* 所有图片资源加上前缀 + +--- + ## [2.6.9](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/2.6.9) (2018-05-11) #### Add @@ -11,7 +28,6 @@ * 解决相册图片列表界面底部工具栏消失的bug.[#238](https://github.com/longitachi/ZLPhotoBrowser/issues/238) * 解决预览网络视频崩溃的bug. [#240](https://github.com/longitachi/ZLPhotoBrowser/issues/240) - --- ## [2.6.7](https://github.com/longitachi/ZLPhotoBrowser/releases/tag/2.6.7) (2018-05-03) diff --git a/ZLPhotoBrowser.podspec b/ZLPhotoBrowser.podspec index 3288db05..712157a5 100644 --- a/ZLPhotoBrowser.podspec +++ b/ZLPhotoBrowser.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ZLPhotoBrowser' - s.version = '2.7.0' + s.version = '2.7.1' s.summary = 'A simple way to multiselect photos from ablum, force touch to preview photo, support portrait and landscape, edit photo, multiple languages(Chinese,English,Japanese)' s.homepage = 'https://github.com/longitachi/ZLPhotoBrowser' s.license = 'MIT'