Skip to content

Commit aab0fea

Browse files
committed
Updated for 0.5.4 release
1 parent b291792 commit aab0fea

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
#MMDrawerController Changelog
2+
##[0.5.4](https://github.com/mutualmobile/MMDrawerController/releases/tag/0.5.4) (Tuesday, April 15, 2014)
3+
###Fixed
4+
* **FIXED** an issue ([#240](https://github.com/mutualmobile/MMDrawerController/pull/240)) where the center container view controller would be init'ed twice. (Lars Anderson)
5+
* **FIXED** an issue ([#226](https://github.com/mutualmobile/MMDrawerController/pull/226)) where the side drawer would not be refreshed on a viewWill/DidAppear call. (kk-achu)
6+
* **FIXED** an issue ([#224](https://github.com/mutualmobile/MMDrawerController/pull/224)) where we had some unreachable code. (tewha)
7+
8+
29
##[0.5.3](https://github.com/mutualmobile/MMDrawerController/releases/tag/0.5.3) (Tuesday, February 18, 2014)
310
###Fixed
411
* **FIXED** an issue ([#219](https://github.com/mutualmobile/MMDrawerController/pull/219)) where you would get an unbalanced appearance method call if you set the center view controller to the same center view controller.

MMDrawerController.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "MMDrawerController"
3-
s.version = "0.5.3"
3+
s.version = "0.5.4"
44
s.summary = "A lightweight, easy-to-use side drawer navigation controller."
55
s.homepage = "https://github.com/mutualmobile/MMDrawerController"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Kevin Harwood" => "[email protected]" }
8-
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.5.3" }
8+
s.source = { :git => "https://github.com/mutualmobile/MMDrawerController.git", :tag => "0.5.4" }
99
s.platform = :ios, '5.0'
1010
s.requires_arc = true
1111
s.screenshots = [ "http://mutualmobile.github.io/MMDrawerController/ExampleImages/example1.png",

0 commit comments

Comments
 (0)