Skip to content

Commit 8147ffd

Browse files
committed
Update podspec and changelog
1 parent 3bf460c commit 8147ffd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.5.5
4+
5+
- Fix iOS 8.0 compatibility issue
6+
- Fix issue #190: duplicate callback
7+
38
## 1.5.4
49

510
- Safer animation and callbacks checks after a cell is deleted. Fixes issue #91 caused by a null cell.indexPath because the callback was called while/after a cell is deleted

MGSwipeTableCell.podspec

+1-1
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.5.4'
3+
s.version = '1.5.5'
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)