Skip to content

Commit 20475b3

Browse files
committed
update changelog and podspec
1 parent f5e0c48 commit 20475b3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

3+
## 1.5.2
4+
5+
- Add Carthage support
6+
- Fix issues #160 and #162: Delegate call multiple time on single touch on iOS 9
7+
- Fix programmatic call to setSwipeOffset when swipeView is not yet created
8+
- Fix Swipe backgroundColor change without re-initializing the cell
9+
- Fix UITableCellSelectionStyle on end swipe
10+
- centerIconOverText now takes a spacing argument
11+
312
## 1.5.1
413

514
- Fix default animation values

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