Skip to content

Commit

Permalink
release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
longitachi committed Jun 20, 2018
1 parent fb72d6c commit a9eebe8
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PhotoBrowser/ZLPhotoActionSheet.h
Original file line number Diff line number Diff line change
@@ -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 <UIKit/UIKit.h>
#import "ZLPhotoConfiguration.h"
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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: 优化视频编辑界面,极大减少进入时的等待时间;
18 changes: 17 additions & 1 deletion UPDATELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 = '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'

0 comments on commit a9eebe8

Please sign in to comment.