Skip to content

Commit 481e4df

Browse files
committed
Changelog and bump version
1 parent 12e8ae6 commit 481e4df

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.6.2
4+
5+
- Handle iOS 11 safeAreaInsets.
6+
- Fix issue #302: Right Buttons are covered iPhone X when landscape.
7+
- Use availability checks for Objective-C to remove some warings in XCode 9.
8+
39
## 1.6.1
410

511
- Fix issue #294: iOS 11 crash.

MGSwipeTableCell.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MGSwipeTableCell'
3-
s.version = '1.6.1'
3+
s.version = '1.6.2'
44
s.author = { 'Imanol Fernandez' => '[email protected]' }
55
s.homepage = 'https://github.com/MortimerGoro/MGSwipeTableCell'
66
s.summary = 'An easy to use UITableViewCell subclass that allows to display swipeable buttons with a variety of transitions'

0 commit comments

Comments
 (0)