Skip to content
This repository was archived by the owner on Apr 27, 2019. It is now read-only.

Commit a1212fe

Browse files
author
Carson Perrotti
committed
Pod version bump
1 parent a2eb258 commit a1212fe

File tree

2 files changed

+25
-21
lines changed

2 files changed

+25
-21
lines changed

CNPPopupController.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "CNPPopupController"
19-
s.version = "0.3.0"
19+
s.version = "0.3.1"
2020
s.summary = "A versatile popup for iOS"
2121

2222
s.description = <<-DESC
@@ -77,7 +77,7 @@ Pod::Spec.new do |s|
7777
# Supports git, hg, bzr, svn and HTTP.
7878
#
7979

80-
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.3.0" }
80+
s.source = { :git => "https://github.com/carsonperrotti/CNPPopupController.git", :tag => "0.3.1" }
8181

8282

8383
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

README.md

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,6 @@
33
[![Pod Platform](http://img.shields.io/cocoapods/p/CNPPopupController.svg?style=flat)](http://cocoadocs.org/docsets/CNPPopupController/)
44
[![Pod License](http://img.shields.io/cocoapods/l/CNPPopupController.svg?style=flat)](https://github.com/carsonperrotti/CNPPopupController/blob/master/LICENSE)
55
[![Dependency Status](https://www.versioneye.com/objective-c/cnppopupcontroller/0.2.1/badge.svg?style=flat)](https://www.versioneye.com/objective-c/cnppopupcontroller)
6-
##Version History
7-
8-
**September 11, 2015 v0.3.0**
9-
- Support for iOS 9 and a few bug fixes.
10-
11-
**August 30, 2015 v0.2.3**
12-
- Lower minimum required OS version to 6.0, since it works there anyway.
13-
14-
**August 16, 2015 v0.2.2**
15-
- Bug fix for centering the popup above the keyboard when presented. Thanks to [Nicholas](https://github.com/nicholas) for the proactive help on this one.
16-
17-
**June 24th, 2015 v0.2.1**
18-
- Bug fix for dismissing on background mask touch.
19-
20-
**June 14th, 2015 v0.2.0**
21-
- Completely rewritten. *Started from the bottom, now we're here.*
22-
- Ther are some minor API changes in v0.2.0. I tried to keep it as close to the last version as possible. See the example project if you need some help getting it set up.
23-
- Custom view support (You can add anything, as it's contents as long as it is a UIView or subclass of UIView
24-
- Lots of bug fixes
256

267
##Introduction
278

@@ -89,3 +70,26 @@ A `CNPPopupTheme` instance can be created and assigned to the `theme` property o
8970

9071
##Credits
9172
CNPPopupController was created by [Carson Perrotti](http://carsonperrotti.com)
73+
74+
##Version History
75+
76+
**September 13, 2015 v0.3.1**
77+
- Sets `movesAboveKeyboard` to `YES` in the default theme.
78+
79+
**September 11, 2015 v0.3.0**
80+
- Support for iOS 9 and a few bug fixes.
81+
82+
**August 30, 2015 v0.2.3**
83+
- Lower minimum required OS version to 6.0, since it works there anyway.
84+
85+
**August 16, 2015 v0.2.2**
86+
- Bug fix for centering the popup above the keyboard when presented. Thanks to [Nicholas](https://github.com/nicholas) for the proactive help on this one.
87+
88+
**June 24th, 2015 v0.2.1**
89+
- Bug fix for dismissing on background mask touch.
90+
91+
**June 14th, 2015 v0.2.0**
92+
- Completely rewritten. *Started from the bottom, now we're here.*
93+
- Ther are some minor API changes in v0.2.0. I tried to keep it as close to the last version as possible. See the example project if you need some help getting it set up.
94+
- Custom view support (You can add anything, as it's contents as long as it is a UIView or subclass of UIView
95+
- Lots of bug fixes

0 commit comments

Comments
 (0)