Skip to content

Commit 541eeaf

Browse files
committed
Merge branch 'release_7.3' into develop
2 parents f238ecc + 929f1d8 commit 541eeaf

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ This release closes the [8.0.0 milestone](https://github.com/jessesquires/JSQMes
2525

2626
- Fixed a number of issues regarding keyboard handling. Keyboard handling is now much more stable. (#1063, #1529, #799, #941, #1299, #558, #557)
2727

28+
7.3.4
29+
-----
30+
31+
- [Milestone](https://github.com/jessesquires/JSQMessagesViewController/issues?q=milestone%3A7.3.4+is%3Aclosed)
32+
- [GitHub release notes](https://github.com/jessesquires/JSQMessagesViewController/releases/tag/7.3.4)
33+
2834
7.3.3
2935
-----
3036

JSQMessagesDemo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>7.3.3</string>
18+
<string>7.3.4</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>7.3.3</string>
22+
<string>7.3.4</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

JSQMessagesViewController.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 = 'JSQMessagesViewController'
3-
s.version = '7.3.3'
3+
s.version = '7.3.4'
44
s.summary = 'An elegant messages UI library for iOS.'
55
s.homepage = 'http://jessesquires.github.io/JSQMessagesViewController'
66
s.license = 'MIT'

JSQMessagesViewController/Views/JSQMessagesCollectionViewCell.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ - (void)jsq_updateConstraint:(NSLayoutConstraint *)constraint withConstant:(CGFl
383383
constraint.constant = constant;
384384
}
385385

386-
#pragma mark - User interaction handlers
386+
#pragma mark - Gesture recognizers
387387

388388
- (void)jsq_handleTapGesture:(UITapGestureRecognizer *)tap
389389
{

0 commit comments

Comments
 (0)