Skip to content

Commit 4203e46

Browse files
committed
release version 3.1.1
1 parent 5548930 commit 4203e46

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ XLForm
44
By [XMARTLABS](http://xmartlabs.com).
55

66
[![Build Status](https://travis-ci.org/xmartlabs/XLForm.svg?branch=master)](https://travis-ci.org/xmartlabs/XLForm)
7-
[![license](https://img.shields.io/badge/pod-3.0.2-blue.svg)](https://github.com/xmartlabs/XLForm/releases)
7+
[![license](https://img.shields.io/badge/pod-3.1.1-blue.svg)](https://github.com/xmartlabs/XLForm/releases)
88

99
**If you are looking for Swift 2 native implementation we have recently created [Eureka], a complete re-design of XLForm in Swift 2.** *Do not panic, We will continue maintaining and improving XLForm, obj-c rocks!!*
1010

@@ -1048,6 +1048,13 @@ Requirements
10481048
Release Notes
10491049
--------------
10501050

1051+
Version 3.1.1
1052+
* Allow setting width percentage on UITextView
1053+
* Added custom inline row example
1054+
* Fixed bug where XLFormImageCell was not added to project
1055+
* Add ability to `end editing` on scroll
1056+
* Other bugs and refactor
1057+
10511058
Version 3.1.0
10521059
* Added Carthage support
10531060
* Added NSCoding protocol

XLForm.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 = 'XLForm'
3-
s.version = '3.1.0'
3+
s.version = '3.1.1'
44
s.license = { :type => 'MIT' }
55
s.summary = 'XLForm is the most flexible and powerful iOS library to create dynamic table-view forms.'
66
s.description = <<-DESC

0 commit comments

Comments
 (0)