|
3 | 3 | [](http://cocoadocs.org/docsets/CNPPopupController/) |
4 | 4 | [](https://github.com/carsonperrotti/CNPPopupController/blob/master/LICENSE) |
5 | 5 | [](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 |
25 | 6 |
|
26 | 7 | ##Introduction |
27 | 8 |
|
@@ -89,3 +70,26 @@ A `CNPPopupTheme` instance can be created and assigned to the `theme` property o |
89 | 70 |
|
90 | 71 | ##Credits |
91 | 72 | 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