Skip to content

Commit

Permalink
Bump v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nverinaud committed Mar 28, 2013
2 parents 62b3e81 + f8bbb45 commit de3dbfb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Release 1.4.3

# FIX: issue [#5](https://github.com/nverinaud/NVSlideMenuController/issues/5) has been fixed.

## Release 1.4.2

# FIX: fix bridge cast warning when not using ARC.
Expand Down
4 changes: 2 additions & 2 deletions NVSlideMenuController.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "NVSlideMenuController"
s.version = "1.4.2"
s.version = "1.4.3"
s.summary = "A slide menu done right for iOS."
s.homepage = "https://github.com/nverinaud/NVSlideMenuController"
s.license = 'MIT'
s.author = { "Nicolas VERINAUD" => "n.verinaud@gmail.com" }
s.source = { :git => "https://github.com/nverinaud/NVSlideMenuController.git", :tag => "v1.4.2" }
s.source = { :git => "https://github.com/nverinaud/NVSlideMenuController.git", :tag => "v1.4.3" }
s.platform = :ios, '5.0'
s.source_files = 'lib', 'lib/**/*.{h,m}'
s.framework = 'QuartzCore'
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.2
1.4.3
1 change: 0 additions & 1 deletion lib/NVSlideMenuController/NVSlideMenuController.m
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ - (void)openMenuAnimated:(BOOL)animated completion:(void(^)(BOOL finished))compl
[self.contentViewController viewDidSlideOut:animated inSlideMenuController:self];

self.tapGesture.enabled = YES;
self.panGesture.enabled = YES;

if (completion)
completion(finished);
Expand Down

0 comments on commit de3dbfb

Please sign in to comment.