From da316e272c00a3fe1a9566facbad304a7234c335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Gyllstr=C3=B6m?= Date: Sat, 7 Jan 2017 20:09:34 +0100 Subject: [PATCH] Bumped podspec to 2.6.0 --- BSImagePicker.podspec | 2 +- CHANGELOG.md | 61 ------------------------------------------- 2 files changed, 1 insertion(+), 62 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/BSImagePicker.podspec b/BSImagePicker.podspec index 3c04143b..855643a6 100644 --- a/BSImagePicker.podspec +++ b/BSImagePicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "BSImagePicker" - s.version = "2.5.1" + s.version = "2.6.0" s.summary = "BSImagePicker is a multiple image picker for iOS. UIImagePickerController replacement" s.description = <<-DESC A mix between the native iOS gallery and facebooks image picker. Allows you to preview and select multiple images. diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 2cb159ad..00000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,61 +0,0 @@ -# 2.4.0 -* Swift 2.3 support - -# 2.3.0 -* Initialize PhotosViewController AFTER we have permission to access photos. -* Buttons are now public vars. -* Fixed Swift 2.2 deprecation warnings - -# 2.2.0 -* Set default selection (by [AnthonyMDev]) -* Special case when max allowed selections is 1 (by [taberrr]) -* UI Test fix (by [barrault01]) -* Carthage support - -# 2.1.0 -* Set camera icon - -# 2.0.0 -* Take photos - -# 1.4.3 -* Fixed a bug where album assets where fetch twice - -# 1.4.2 -* Converted to Swift 2 -* Fixed a bug where settings (like selection color) didn’t get passed along to the cell - -# 1.4.1 -* Fixed crash when presenting for the first time - -# 1.4.0 -* Allows you to initialize the picker with your own fetch results or asset collection. And an array of assets that should be selected on presentation. - -# 1.3.0 -* Setting for cells per row -* Performance tweaks (final classes) - -# 1.2.0 -* More settings for you to tweak (relating to selection) - -# 1.1.0 -* Exposed cancel, album and done buttons for you to customize -* selectionCharacter property that you can set if you don’t want the numbered selection - -# 1.0.1 -* Fixed a crash with an IUO in the Photos framework - -# 1.0 - Total rewrite in Swift -## What didn't make it for 1.0 -* Video support (hoping to add it with 1.1) -* Picker configuration - -## Whats new -* Everything -* iOS 8 -* Fullscreen preview (as native gallery) -* Observes changes on assets -* Better support for landscape. Show more assets/row when in landscape. - -# 0.7 -* ?