From 7d35ee6cac2e0162f28e68eb94159a8f583135cc Mon Sep 17 00:00:00 2001 From: MyGet Build Services Date: Sun, 5 Jul 2015 19:23:50 +0000 Subject: [PATCH] Release version 1.2.2 --- README.md | 6 +++--- dist/jquery.dirtyforms | 2 +- dist/jquery.dirtyforms.helpers.alwaysdirty | 2 +- dist/jquery.dirtyforms.helpers.ckeditor | 2 +- dist/jquery.dirtyforms.helpers.tinymce | 2 +- helpers/alwaysdirty.pkg/README.md | 10 +++++----- helpers/alwaysdirty.pkg/bower.json | 2 +- helpers/alwaysdirty.pkg/package.json | 2 +- helpers/ckeditor.pkg/README.md | 10 +++++----- helpers/ckeditor.pkg/bower.json | 2 +- helpers/ckeditor.pkg/package.json | 2 +- helpers/tinymce.pkg/README.md | 10 +++++----- helpers/tinymce.pkg/bower.json | 2 +- helpers/tinymce.pkg/package.json | 2 +- package.json | 2 +- pkg/bower.json | 2 +- pkg/package.json | 2 +- 17 files changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 95c6ba1..ba24f42 100644 --- a/README.md +++ b/README.md @@ -51,12 +51,12 @@ There are several different ways to get the code. Some examples below: #### CDN Dirty Forms is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, and jquery.dirtyforms in one request. ```HTML - + ``` #### Self-Hosted @@ -93,7 +93,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- ####CDN ```HTML - + ``` #### Package Managers diff --git a/dist/jquery.dirtyforms b/dist/jquery.dirtyforms index 2ed5c91..790e68b 160000 --- a/dist/jquery.dirtyforms +++ b/dist/jquery.dirtyforms @@ -1 +1 @@ -Subproject commit 2ed5c91b868cccbccaec97bcf9b0919be7cdc062 +Subproject commit 790e68bdc878a8b05a3a8497c8f293a47f9f0587 diff --git a/dist/jquery.dirtyforms.helpers.alwaysdirty b/dist/jquery.dirtyforms.helpers.alwaysdirty index 58a4d48..ad083cb 160000 --- a/dist/jquery.dirtyforms.helpers.alwaysdirty +++ b/dist/jquery.dirtyforms.helpers.alwaysdirty @@ -1 +1 @@ -Subproject commit 58a4d486baa7d8d57639bdccd8d4885d4156f78e +Subproject commit ad083cb93c1fc84b836286458e9ad2a36e0c41a5 diff --git a/dist/jquery.dirtyforms.helpers.ckeditor b/dist/jquery.dirtyforms.helpers.ckeditor index 2bfd843..f3bb520 160000 --- a/dist/jquery.dirtyforms.helpers.ckeditor +++ b/dist/jquery.dirtyforms.helpers.ckeditor @@ -1 +1 @@ -Subproject commit 2bfd84308ccba3b934c7a568fb90b94b7f626fef +Subproject commit f3bb520672be7f77ed08172edba96f38a9da61a8 diff --git a/dist/jquery.dirtyforms.helpers.tinymce b/dist/jquery.dirtyforms.helpers.tinymce index e75bca7..f878c66 160000 --- a/dist/jquery.dirtyforms.helpers.tinymce +++ b/dist/jquery.dirtyforms.helpers.tinymce @@ -1 +1 @@ -Subproject commit e75bca70488740835721ef226346efe8e20c02d0 +Subproject commit f878c666db0af6f756c4dcc299db95437589f722 diff --git a/helpers/alwaysdirty.pkg/README.md b/helpers/alwaysdirty.pkg/README.md index 290c21c..1c1ee99 100644 --- a/helpers/alwaysdirty.pkg/README.md +++ b/helpers/alwaysdirty.pkg/README.md @@ -28,12 +28,12 @@ There are several different ways to get the code. Some examples below: #### CDN The Always Dirty helper is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, jquery.dirtyforms, and jquery.dirtyforms.helpers.alwaysdirty in one request. ```HTML - + ``` #### Self-Hosted @@ -70,7 +70,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -87,8 +87,8 @@ This helper is completely automatic - there are no properties or methods to inte ```HTML - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. \ No newline at end of file diff --git a/helpers/alwaysdirty.pkg/bower.json b/helpers/alwaysdirty.pkg/bower.json index b6453a6..7c12aec 100644 --- a/helpers/alwaysdirty.pkg/bower.json +++ b/helpers/alwaysdirty.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.helpers.alwaysdirty", "main": "jquery.dirtyforms.helpers.alwaysdirty.min.js", - "version": "1.2.1", + "version": "1.2.2", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis " diff --git a/helpers/alwaysdirty.pkg/package.json b/helpers/alwaysdirty.pkg/package.json index e32580b..e2f64ca 100644 --- a/helpers/alwaysdirty.pkg/package.json +++ b/helpers/alwaysdirty.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.alwaysdirty", - "version": "1.2.1", + "version": "1.2.2", "description": "A helper to force forms to always be dirty when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.alwaysdirty.min.js", "files": [ diff --git a/helpers/ckeditor.pkg/README.md b/helpers/ckeditor.pkg/README.md index 79cd90c..2ad47a0 100644 --- a/helpers/ckeditor.pkg/README.md +++ b/helpers/ckeditor.pkg/README.md @@ -26,12 +26,12 @@ There are several different ways to get the code. Some examples below: #### CDN The CKEditor helper is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, ckeditor, jquery.dirtyforms, and jquery.dirtyforms.helpers.ckeditor in one request. ```HTML - + ``` #### Self-Hosted @@ -68,7 +68,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -86,8 +86,8 @@ This helper is completely automatic - there are no properties or methods to inte ```HTML - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/helpers/ckeditor.pkg/bower.json b/helpers/ckeditor.pkg/bower.json index d7e96e6..fed038a 100644 --- a/helpers/ckeditor.pkg/bower.json +++ b/helpers/ckeditor.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.helpers.ckeditor", "main": "jquery.dirtyforms.helpers.ckeditor.min.js", - "version": "1.2.1", + "version": "1.2.2", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis " diff --git a/helpers/ckeditor.pkg/package.json b/helpers/ckeditor.pkg/package.json index 2a413ab..95b4495 100644 --- a/helpers/ckeditor.pkg/package.json +++ b/helpers/ckeditor.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.ckeditor", - "version": "1.2.1", + "version": "1.2.2", "description": "A helper to enable CKEditor support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.ckeditor.min.js", "files": [ diff --git a/helpers/tinymce.pkg/README.md b/helpers/tinymce.pkg/README.md index 866c70d..5daa42f 100644 --- a/helpers/tinymce.pkg/README.md +++ b/helpers/tinymce.pkg/README.md @@ -31,12 +31,12 @@ There are several different ways to get the code. Some examples below: #### CDN The TinyMCE helper is available over jsDelivr CDN and can directly included to every page. ```HTML - + ``` jsDelivr also supports [on-the-fly concatenation of files](https://github.com/jsdelivr/jsdelivr#load-multiple-files-with-single-http-request), so you can reference only 1 URL to get jQuery, jquery.facebox, TinyMCE, the jQuery TinyMCE plugin, jquery.dirtyforms, and jquery.dirtyforms.helpers.tinymce in one request. ```HTML - + ``` #### Self-Hosted @@ -73,7 +73,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -92,8 +92,8 @@ This helper is completely automatic - there are no properties or methods to inte - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/helpers/tinymce.pkg/bower.json b/helpers/tinymce.pkg/bower.json index 513a57f..345daa0 100644 --- a/helpers/tinymce.pkg/bower.json +++ b/helpers/tinymce.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.helpers.tinymce", "main": "jquery.dirtyforms.helpers.tinymce.min.js", - "version": "1.2.1", + "version": "1.2.2", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis " diff --git a/helpers/tinymce.pkg/package.json b/helpers/tinymce.pkg/package.json index 9f52154..1202f35 100644 --- a/helpers/tinymce.pkg/package.json +++ b/helpers/tinymce.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.tinymce", - "version": "1.2.1", + "version": "1.2.2", "description": "A helper to enable TinyMCE support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.tinymce.min.js", "files": [ diff --git a/package.json b/package.json index 9486175..3c677da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "1.2.1", + "version": "1.2.2", "description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.", "main": "jquery.dirtyforms.js", "files": [ diff --git a/pkg/bower.json b/pkg/bower.json index 787d229..1aeff42 100644 --- a/pkg/bower.json +++ b/pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms", "main": "jquery.dirtyforms.min.js", - "version": "1.2.1", + "version": "1.2.2", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis ", diff --git a/pkg/package.json b/pkg/package.json index 0fd898a..98d2ba8 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "1.2.1", + "version": "1.2.2", "description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.", "main": "jquery.dirtyforms.min.js", "files": [