diff --git a/js/jcf.button.js b/js/jcf.button.js index c082127..a6a8e5f 100644 --- a/js/jcf.button.js +++ b/js/jcf.button.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Button Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict'; diff --git a/js/jcf.checkbox.js b/js/jcf.checkbox.js index c0ae48c..b211d1c 100755 --- a/js/jcf.checkbox.js +++ b/js/jcf.checkbox.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Checkbox Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict'; diff --git a/js/jcf.file.js b/js/jcf.file.js index bca8e8c..284beaa 100644 --- a/js/jcf.file.js +++ b/js/jcf.file.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : File Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict'; diff --git a/js/jcf.js b/js/jcf.js index b598cf3..6f315ed 100755 --- a/js/jcf.js +++ b/js/jcf.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function(root, factory) { 'use strict'; @@ -18,6 +18,9 @@ }(this, function($) { 'use strict'; + // define version + var version = '1.1.1'; + // private variables var customInstances = []; @@ -263,6 +266,7 @@ // public API var api = { + version: version, modules: {}, getOptions: function() { return $.extend({}, commonOptions); diff --git a/js/jcf.number.js b/js/jcf.number.js index 0ea8a61..ac06acb 100644 --- a/js/jcf.number.js +++ b/js/jcf.number.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Number Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict'; diff --git a/js/jcf.radio.js b/js/jcf.radio.js index a49c970..5b0625f 100755 --- a/js/jcf.radio.js +++ b/js/jcf.radio.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Radio Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict'; diff --git a/js/jcf.range.js b/js/jcf.range.js index 7272faf..f4e54a7 100644 --- a/js/jcf.range.js +++ b/js/jcf.range.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Range Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict'; diff --git a/js/jcf.scrollable.js b/js/jcf.scrollable.js index 8bd5102..f21bf19 100755 --- a/js/jcf.scrollable.js +++ b/js/jcf.scrollable.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Scrollbar Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($, window) { 'use strict'; diff --git a/js/jcf.select.js b/js/jcf.select.js index 4877255..7829973 100644 --- a/js/jcf.select.js +++ b/js/jcf.select.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Select Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($, window) { 'use strict'; diff --git a/js/jcf.textarea.js b/js/jcf.textarea.js index 7fbab35..935f4e5 100644 --- a/js/jcf.textarea.js +++ b/js/jcf.textarea.js @@ -1,10 +1,10 @@ /*! * JavaScript Custom Forms : Textarea Module * - * Copyright 2014 PSD2HTML - http://psd2html.com/jcf + * Copyright 2014-2015 PSD2HTML - http://psd2html.com/jcf * Released under the MIT license (LICENSE.txt) * - * Version: 1.1.0 + * Version: 1.1.1 */ ;(function($) { 'use strict';