From c473ef17945bb7052f714656f0698e361242f8c6 Mon Sep 17 00:00:00 2001
From: Kurtis LoVerde
Date: Mon, 29 Aug 2016 20:46:05 -0400
Subject: [PATCH 1/3] demo refinements
---
demo/demo.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/demo/demo.html b/demo/demo.html
index 1f37fa4..92a4853 100644
--- a/demo/demo.html
+++ b/demo/demo.html
@@ -123,7 +123,7 @@
- Example 2 - ID array notation: <input type="text" id="txt[0]">
+ Example 1 - array notation: <input type="text" id="txt[0]" name="txt[0]">
@@ -131,7 +131,7 @@
Example 2 - ID array notation: <input type="text" id="txt
- Example 2 - ID number notation: <input type="number" id="number3">
+ Example 2 - number notation: <input type="number" id="number3" name="number3">
The ID starts on 3, so the next generated ID will be 4
@@ -140,7 +140,7 @@
Example 2 - ID number notation: <input type="number" id="
- Example 3: <input type="color" id="color0">
+ Example 3: <input type="color" ...>
If your browser supports it, you'll see a color picker here instead of a text field.
AddRemoveTextbox supports this type, too!
From ad88fea5b414538904c99aad6531ab44dc81b651 Mon Sep 17 00:00:00 2001
From: Kurtis LoVerde
Date: Mon, 29 Aug 2016 20:47:43 -0400
Subject: [PATCH 2/3] bump version number
---
CHANGELOG.md | 5 +++++
README.md | 2 +-
demo/css/demo.css | 2 +-
demo/demo.html | 2 +-
jquery.addremovetextbox.js | 2 +-
jquery.addremovetextbox.min.js | 2 +-
6 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6bc78b..b2d61bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Release 1.1.2 (August 29, 2016)
+
+* Refinements to demo.html
+
+
## Release 1.1.1 (August 28, 2016)
* Fixed an example in demo.html
diff --git a/README.md b/README.md
index 5402779..669115b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-AddRemoveTextbox v1.1.1
+AddRemoveTextbox v1.1.2
=======================
See LICENSE for this software's licensing terms.
diff --git a/demo/css/demo.css b/demo/css/demo.css
index 66b8ff3..799be4a 100644
--- a/demo/css/demo.css
+++ b/demo/css/demo.css
@@ -1,5 +1,5 @@
/*
- * AddRemoveTextbox v1.1.1
+ * AddRemoveTextbox v1.1.2
* https://www.github.com/kloverde/jquery-AddRemoveTextbox
*
* Donations: https://paypal.me/KurtisLoVerde/5
diff --git a/demo/demo.html b/demo/demo.html
index 92a4853..5f708c2 100644
--- a/demo/demo.html
+++ b/demo/demo.html
@@ -1,7 +1,7 @@