Browse Source

prepare next

Robin Herbots 4 years ago
parent
commit
6120224615

+ 2 - 0
CHANGELOG.md

@@ -1,5 +1,7 @@
 # Change Log
 
+## [5.0.7 - UNRELEASED]
+
 ## [5.0.6 - 01/06/2021]
 
 ### Addition

+ 3 - 0
README.md

@@ -2,6 +2,9 @@
 
 Copyright (c) 2010 - 2021 Robin Herbots Licensed under the MIT license (<https://opensource.org/licenses/MIT>)
 
+The Inputmask has a very permissive license and this will stay that way.  But when you use the Inputmask in a commercial setting, be so honest to make a small donation.
+This will be appreciated very much.
+
 [![donate](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZNR3EB6JTMMSS)
   
 [![NPM Version][npm-image]][npm-url] [![Dependency Status][david-image]][david-url] [![devDependency Status][david-dev-image]][david-dev-url]

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "inputmask",
-  "version": "5.0.6",
+  "version": "5.0.7-beta.0",
   "main": [
 	  "./index.js",
     "./css/inputmask.css"

+ 1 - 1
composer.json

@@ -1,7 +1,7 @@
 {
   "name": "robinherbots/inputmask",
   "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
-  "version": "5.0.6",
+  "version": "5.0.7-beta.0",
   "type": "library",
   "keywords": ["jquery", "plugins", "input", "form", "inputmask", "mask"],
   "homepage": "http://robinherbots.github.io/Inputmask",

+ 1 - 1
dist/inputmask.js

@@ -3,7 +3,7 @@
  * https://github.com/RobinHerbots/Inputmask
  * Copyright (c) 2010 - 2021 Robin Herbots
  * Licensed under the MIT license
- * Version: 5.0.6
+ * Version: 5.0.7-beta.0
  */
 !function(e, t) {
     if ("object" == typeof exports && "object" == typeof module) module.exports = t(); else if ("function" == typeof define && define.amd) define([], t); else {

File diff suppressed because it is too large
+ 1 - 1
dist/inputmask.min.js


+ 1 - 1
dist/jquery.inputmask.js

@@ -3,7 +3,7 @@
  * https://github.com/RobinHerbots/Inputmask
  * Copyright (c) 2010 - 2021 Robin Herbots
  * Licensed under the MIT license
- * Version: 5.0.6
+ * Version: 5.0.7-beta.0
  */
 !function(e, t) {
     if ("object" == typeof exports && "object" == typeof module) module.exports = t(require("jquery")); else if ("function" == typeof define && define.amd) define([ "jquery" ], t); else {

File diff suppressed because it is too large
+ 1 - 1
dist/jquery.inputmask.min.js


+ 1 - 1
nuspecs/Inputmask.nuspec

@@ -6,7 +6,7 @@
         <title>Inputmask</title>
         <authors>Robin Herbots</authors>
         <owners>Robin Herbots</owners>
-        <licenseUrl>https://github.com/RobinHerbots/Inputmask/blob/5.x/LICENSE.txt</licenseUrl>
+        <license type="expression">MIT</license>
         <projectUrl>https://github.com/RobinHerbots/Inputmask</projectUrl>
         <requireLicenseAcceptance>true</requireLicenseAcceptance>
         <description>Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.</description>

+ 1 - 1
nuspecs/jquery.inputmask.nuspec

@@ -6,7 +6,7 @@
         <title>Inputmask</title>
         <authors>Robin Herbots</authors>
         <owners>Robin Herbots</owners>
-        <licenseUrl>https://github.com/RobinHerbots/Inputmask/blob/5.x/LICENSE.txt</licenseUrl>
+        <license type="expression">MIT</license>
         <projectUrl>https://github.com/RobinHerbots/Inputmask</projectUrl>
         <requireLicenseAcceptance>true</requireLicenseAcceptance>
         <description>Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.</description>

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "inputmask",
-  "version": "5.0.6",
+  "version": "5.0.7-beta.0",
   "description": "Inputmask is a javascript library which creates an input mask.  Inputmask can run against vanilla javascript, jQuery and jqlite.",
   "main": "dist/inputmask.js",
   "files": [