From 1bc48de8ef50e227051d38ae744b7a83ca5ddb4a Mon Sep 17 00:00:00 2001 From: MyGet Build Services Date: Sat, 30 Jan 2016 11:16:02 +0000 Subject: [PATCH] Release version 2.0.0 --- README.md | 6 +++--- dialogs/blockui.js | 2 +- dialogs/blockui.pkg/README.md | 10 +++++----- dialogs/blockui.pkg/bower.json | 2 +- dialogs/blockui.pkg/package.json | 2 +- dialogs/bootstrap.js | 2 +- dialogs/bootstrap.pkg/README.md | 10 +++++----- dialogs/bootstrap.pkg/bower.json | 2 +- dialogs/bootstrap.pkg/package.json | 2 +- dialogs/facebox.js | 2 +- dialogs/facebox.pkg/README.md | 10 +++++----- dialogs/facebox.pkg/bower.json | 2 +- dialogs/facebox.pkg/package.json | 2 +- dialogs/jquery-ui.js | 2 +- dialogs/jquery-ui.pkg/README.md | 10 +++++----- dialogs/jquery-ui.pkg/bower.json | 2 +- dialogs/jquery-ui.pkg/package.json | 2 +- dialogs/pnotify.js | 2 +- dialogs/pnotify.pkg/README.md | 10 +++++----- dialogs/pnotify.pkg/bower.json | 2 +- dialogs/pnotify.pkg/package.json | 2 +- dist/jquery.dirtyforms | 2 +- dist/jquery.dirtyforms.dialogs.blockui | 2 +- dist/jquery.dirtyforms.dialogs.bootstrap | 2 +- dist/jquery.dirtyforms.dialogs.facebox | 2 +- dist/jquery.dirtyforms.dialogs.jquery-ui | 2 +- dist/jquery.dirtyforms.dialogs.pnotify | 2 +- dist/jquery.dirtyforms.helpers.alwaysdirty | 2 +- dist/jquery.dirtyforms.helpers.ckeditor | 2 +- dist/jquery.dirtyforms.helpers.tinymce | 2 +- helpers/alwaysdirty.js | 2 +- helpers/alwaysdirty.pkg/README.md | 10 +++++----- helpers/alwaysdirty.pkg/bower.json | 2 +- helpers/alwaysdirty.pkg/package.json | 2 +- helpers/ckeditor.js | 2 +- helpers/ckeditor.pkg/README.md | 10 +++++----- helpers/ckeditor.pkg/bower.json | 2 +- helpers/ckeditor.pkg/package.json | 2 +- helpers/tinymce.js | 2 +- helpers/tinymce.pkg/README.md | 10 +++++----- helpers/tinymce.pkg/bower.json | 2 +- helpers/tinymce.pkg/package.json | 2 +- jquery.dirtyforms.js | 2 +- package.json | 2 +- pkg/bower.json | 2 +- pkg/package.json | 2 +- 46 files changed, 80 insertions(+), 80 deletions(-) diff --git a/README.md b/README.md index 2be1275..13b894f 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ There are several different ways to get the code. Some examples below: #### CDN Dirty Forms is available over jsDelivr CDN and can directly be included on 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 and jquery.dirtyforms in one request. ```HTML - + ``` #### Self-Hosted @@ -92,7 +92,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers diff --git a/dialogs/blockui.js b/dialogs/blockui.js index 778ac4d..47ceabe 100644 --- a/dialogs/blockui.js +++ b/dialogs/blockui.js @@ -1,5 +1,5 @@ /*! -BlockUI dialog module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +BlockUI dialog module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Shad Storhaug License MIT */ diff --git a/dialogs/blockui.pkg/README.md b/dialogs/blockui.pkg/README.md index 17ca53b..6577049 100644 --- a/dialogs/blockui.pkg/README.md +++ b/dialogs/blockui.pkg/README.md @@ -28,12 +28,12 @@ There are several different ways to get the code. Some examples below: #### CDN The BlockUI dialog module is available over jsDelivr CDN and can directly be included on 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, BlockUI, jquery.dirtyforms, and jquery.dirtyforms.dialogs.blockui in one request. ```HTML - + ``` #### Self-Hosted @@ -70,7 +70,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -88,8 +88,8 @@ This dialog module is automatic. Simply include the reference to the dialog modu ```HTML - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/dialogs/blockui.pkg/bower.json b/dialogs/blockui.pkg/bower.json index 34338e4..f6291f7 100644 --- a/dialogs/blockui.pkg/bower.json +++ b/dialogs/blockui.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.dialogs.blockui", "main": "jquery.dirtyforms.dialogs.blockui.min.js", - "version": "2.0.0-beta00008", + "version": "2.0.0", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Shad Storhaug " diff --git a/dialogs/blockui.pkg/package.json b/dialogs/blockui.pkg/package.json index 628277c..51bce5c 100644 --- a/dialogs/blockui.pkg/package.json +++ b/dialogs/blockui.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.dialogs.blockui", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "A module to enable automatic BlockUI dialog support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.dialogs.blockui.min.js", "files": [ diff --git a/dialogs/bootstrap.js b/dialogs/bootstrap.js index a2e32c6..f02979c 100644 --- a/dialogs/bootstrap.js +++ b/dialogs/bootstrap.js @@ -1,5 +1,5 @@ /*! -Bootstrap modal dialog (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +Bootstrap modal dialog (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Shad Storhaug License MIT */ diff --git a/dialogs/bootstrap.pkg/README.md b/dialogs/bootstrap.pkg/README.md index 7773848..6a4c1ed 100644 --- a/dialogs/bootstrap.pkg/README.md +++ b/dialogs/bootstrap.pkg/README.md @@ -28,12 +28,12 @@ There are several different ways to get the code. Some examples below: #### CDN The Bootstrap Modal dialog module is available over jsDelivr CDN and can directly be included on 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, bootstrap, jquery.dirtyforms, and jquery.dirtyforms.dialogs.bootstrap in one request. ```HTML - + ``` #### Self-Hosted @@ -70,7 +70,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -92,8 +92,8 @@ This dialog module is automatic. Simply include the reference to the dialog modu // JavaScript - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/dialogs/bootstrap.pkg/bower.json b/dialogs/bootstrap.pkg/bower.json index 435828b..3e0887c 100644 --- a/dialogs/bootstrap.pkg/bower.json +++ b/dialogs/bootstrap.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.dialogs.bootstrap", "main": "jquery.dirtyforms.dialogs.bootstrap.min.js", - "version": "2.0.0-beta00008", + "version": "2.0.0", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Shad Storhaug " diff --git a/dialogs/bootstrap.pkg/package.json b/dialogs/bootstrap.pkg/package.json index 9d2aa3d..fa3b0c4 100644 --- a/dialogs/bootstrap.pkg/package.json +++ b/dialogs/bootstrap.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.dialogs.bootstrap", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "A module to enable automatic Bootstrap Modal dialog support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.dialogs.bootstrap.min.js", "files": [ diff --git a/dialogs/facebox.js b/dialogs/facebox.js index 144b9dd..233e7e8 100644 --- a/dialogs/facebox.js +++ b/dialogs/facebox.js @@ -1,5 +1,5 @@ /*! -Facebox dialog module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +Facebox dialog module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Shad Storhaug License MIT */ diff --git a/dialogs/facebox.pkg/README.md b/dialogs/facebox.pkg/README.md index e137bb4..01313f8 100644 --- a/dialogs/facebox.pkg/README.md +++ b/dialogs/facebox.pkg/README.md @@ -28,12 +28,12 @@ There are several different ways to get the code. Some examples below: #### CDN The Facebox dialog module is available over jsDelivr CDN and can directly be included on 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.dialogs.facebox in one request. ```HTML - + ``` #### Self-Hosted @@ -70,7 +70,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -92,8 +92,8 @@ This dialog module is automatic. Simply include the reference to the dialog modu // JavaScript - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/dialogs/facebox.pkg/bower.json b/dialogs/facebox.pkg/bower.json index b9c9d72..489ccbf 100644 --- a/dialogs/facebox.pkg/bower.json +++ b/dialogs/facebox.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.dialogs.facebox", "main": "jquery.dirtyforms.dialogs.facebox.min.js", - "version": "2.0.0-beta00008", + "version": "2.0.0", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Shad Storhaug " diff --git a/dialogs/facebox.pkg/package.json b/dialogs/facebox.pkg/package.json index 1f6c40f..c412f67 100644 --- a/dialogs/facebox.pkg/package.json +++ b/dialogs/facebox.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.dialogs.facebox", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "A module to enable automatic Facebox dialog support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.dialogs.facebox.min.js", "files": [ diff --git a/dialogs/jquery-ui.js b/dialogs/jquery-ui.js index 5b3fb91..39f5e6a 100644 --- a/dialogs/jquery-ui.js +++ b/dialogs/jquery-ui.js @@ -1,5 +1,5 @@ /*! -jQuery UI dialog module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +jQuery UI dialog module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Shad Storhaug License MIT */ diff --git a/dialogs/jquery-ui.pkg/README.md b/dialogs/jquery-ui.pkg/README.md index ac21914..d33e329 100644 --- a/dialogs/jquery-ui.pkg/README.md +++ b/dialogs/jquery-ui.pkg/README.md @@ -28,12 +28,12 @@ There are several different ways to get the code. Some examples below: #### CDN The jQuery UI dialog module is available over jsDelivr CDN and can directly be included on 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 UI, jquery.dirtyforms, and jquery.dirtyforms.dialogs.jquery-ui in one request. ```HTML - + ``` #### Self-Hosted @@ -70,7 +70,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -93,8 +93,8 @@ This dialog module is automatic. Simply include the reference to the dialog modu // JavaScript - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/dialogs/jquery-ui.pkg/bower.json b/dialogs/jquery-ui.pkg/bower.json index 99f2765..c49d03a 100644 --- a/dialogs/jquery-ui.pkg/bower.json +++ b/dialogs/jquery-ui.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.dialogs.jquery-ui", "main": "jquery.dirtyforms.dialogs.jquery-ui.min.js", - "version": "2.0.0-beta00008", + "version": "2.0.0", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Shad Storhaug " diff --git a/dialogs/jquery-ui.pkg/package.json b/dialogs/jquery-ui.pkg/package.json index 10313d8..f29633d 100644 --- a/dialogs/jquery-ui.pkg/package.json +++ b/dialogs/jquery-ui.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.dialogs.jquery-ui", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "A module to enable automatic jQuery UI dialog support when using jQuery Dirty Forms.", "main": "jquery.dirtyforms.dialogs.jquery-ui.min.js", "files": [ diff --git a/dialogs/pnotify.js b/dialogs/pnotify.js index 8dce953..77c5450 100644 --- a/dialogs/pnotify.js +++ b/dialogs/pnotify.js @@ -1,5 +1,5 @@ /*! -PNotify dialog module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +PNotify dialog module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Shad Storhaug License MIT */ diff --git a/dialogs/pnotify.pkg/README.md b/dialogs/pnotify.pkg/README.md index 6025f79..4e1b102 100644 --- a/dialogs/pnotify.pkg/README.md +++ b/dialogs/pnotify.pkg/README.md @@ -31,12 +31,12 @@ There are several different ways to get the code. Some examples below: #### CDN The PNotify dialog module is available over jsDelivr CDN and can directly be included on 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, PNotify, jquery.dirtyforms, and jquery.dirtyforms.dialogs.pnotify in one request. ```HTML - + ``` #### Self-Hosted @@ -74,7 +74,7 @@ A [SourceMap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b- #### CDN ```HTML - + ``` #### Package Managers @@ -109,8 +109,8 @@ This dialog module is automatic. Simply include the reference to the dialog modu - - + + ``` > If not using a CDN, you need to apply the dependencies in the same order as in the example above. diff --git a/dialogs/pnotify.pkg/bower.json b/dialogs/pnotify.pkg/bower.json index 347a05f..5162103 100644 --- a/dialogs/pnotify.pkg/bower.json +++ b/dialogs/pnotify.pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms.dialogs.pnotify", "main": "jquery.dirtyforms.dialogs.pnotify.min.js", - "version": "2.0.0-beta00008", + "version": "2.0.0", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Shad Storhaug " diff --git a/dialogs/pnotify.pkg/package.json b/dialogs/pnotify.pkg/package.json index 7c579e7..0f7ab29 100644 --- a/dialogs/pnotify.pkg/package.json +++ b/dialogs/pnotify.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.dialogs.pnotify", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "A module to enable automatic PNotify dialog support when using jQuery Dirty Forms.", "main": "jquery.dirtyforms.dialogs.pnotify.min.js", "files": [ diff --git a/dist/jquery.dirtyforms b/dist/jquery.dirtyforms index c9738c0..c711e95 160000 --- a/dist/jquery.dirtyforms +++ b/dist/jquery.dirtyforms @@ -1 +1 @@ -Subproject commit c9738c0c097f68c4c34158b8f9174bd164ad9451 +Subproject commit c711e953ad500ffc43430208f3f7e2d78034b3a4 diff --git a/dist/jquery.dirtyforms.dialogs.blockui b/dist/jquery.dirtyforms.dialogs.blockui index e7f4b46..e6140a8 160000 --- a/dist/jquery.dirtyforms.dialogs.blockui +++ b/dist/jquery.dirtyforms.dialogs.blockui @@ -1 +1 @@ -Subproject commit e7f4b46282d0bc282db01a4a71cdcfbd65e8cc73 +Subproject commit e6140a891ffda12f0cd6c990fd5ef0da405ceb5e diff --git a/dist/jquery.dirtyforms.dialogs.bootstrap b/dist/jquery.dirtyforms.dialogs.bootstrap index 352728b..074de29 160000 --- a/dist/jquery.dirtyforms.dialogs.bootstrap +++ b/dist/jquery.dirtyforms.dialogs.bootstrap @@ -1 +1 @@ -Subproject commit 352728b90ebf9cc6422e48c61f580423d608b426 +Subproject commit 074de29aca710ab58a1ec451d56e818a0de68962 diff --git a/dist/jquery.dirtyforms.dialogs.facebox b/dist/jquery.dirtyforms.dialogs.facebox index 9fa7951..06161ea 160000 --- a/dist/jquery.dirtyforms.dialogs.facebox +++ b/dist/jquery.dirtyforms.dialogs.facebox @@ -1 +1 @@ -Subproject commit 9fa795155bfe3bf9ba9aabe811e3aaf25d2d51ee +Subproject commit 06161eac5ab6460f6b4419ff19c102744be13757 diff --git a/dist/jquery.dirtyforms.dialogs.jquery-ui b/dist/jquery.dirtyforms.dialogs.jquery-ui index c46e272..bfd4347 160000 --- a/dist/jquery.dirtyforms.dialogs.jquery-ui +++ b/dist/jquery.dirtyforms.dialogs.jquery-ui @@ -1 +1 @@ -Subproject commit c46e272cfeb855507300b2387e3e11e553ea7f0d +Subproject commit bfd4347cdaac2752489a65b2b7f2966751fe9a39 diff --git a/dist/jquery.dirtyforms.dialogs.pnotify b/dist/jquery.dirtyforms.dialogs.pnotify index 7a3c2fb..316e142 160000 --- a/dist/jquery.dirtyforms.dialogs.pnotify +++ b/dist/jquery.dirtyforms.dialogs.pnotify @@ -1 +1 @@ -Subproject commit 7a3c2fb238cdc7cc4beeba23b357eee77ffc5774 +Subproject commit 316e142561af6302dfc0a20b4af0c6527b1e0bb4 diff --git a/dist/jquery.dirtyforms.helpers.alwaysdirty b/dist/jquery.dirtyforms.helpers.alwaysdirty index 7699812..41eff66 160000 --- a/dist/jquery.dirtyforms.helpers.alwaysdirty +++ b/dist/jquery.dirtyforms.helpers.alwaysdirty @@ -1 +1 @@ -Subproject commit 76998125a3034d6ddc847f4e92898c37ad7e126b +Subproject commit 41eff6636288130d3554b8add7391f365bacc546 diff --git a/dist/jquery.dirtyforms.helpers.ckeditor b/dist/jquery.dirtyforms.helpers.ckeditor index 6ac5b70..4c2f87f 160000 --- a/dist/jquery.dirtyforms.helpers.ckeditor +++ b/dist/jquery.dirtyforms.helpers.ckeditor @@ -1 +1 @@ -Subproject commit 6ac5b70693e26547232fbdb3cc8b5920d8607c8c +Subproject commit 4c2f87f9c86aaed51339d78ba90037ecd7b5f68a diff --git a/dist/jquery.dirtyforms.helpers.tinymce b/dist/jquery.dirtyforms.helpers.tinymce index 90b71d1..594d88f 160000 --- a/dist/jquery.dirtyforms.helpers.tinymce +++ b/dist/jquery.dirtyforms.helpers.tinymce @@ -1 +1 @@ -Subproject commit 90b71d16f578ff7c71326f362ad47a74419fe1d6 +Subproject commit 594d88f238f1ccb94e3e8cca131a1c29e61b1dc6 diff --git a/helpers/alwaysdirty.js b/helpers/alwaysdirty.js index b8ae445..9de1e9e 100644 --- a/helpers/alwaysdirty.js +++ b/helpers/alwaysdirty.js @@ -1,5 +1,5 @@ /*! -Always dirty helper module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +Always dirty helper module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Mal Curtis License MIT */ diff --git a/helpers/alwaysdirty.pkg/README.md b/helpers/alwaysdirty.pkg/README.md index 1740bb3..292f71c 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 be included on 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.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. diff --git a/helpers/alwaysdirty.pkg/bower.json b/helpers/alwaysdirty.pkg/bower.json index b116f1c..e429888 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": "2.0.0-beta00008", + "version": "2.0.0", "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 e84b7f8..d0b21fe 100644 --- a/helpers/alwaysdirty.pkg/package.json +++ b/helpers/alwaysdirty.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.alwaysdirty", - "version": "2.0.0-beta00008", + "version": "2.0.0", "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.js b/helpers/ckeditor.js index a258232..9dbe57d 100644 --- a/helpers/ckeditor.js +++ b/helpers/ckeditor.js @@ -1,5 +1,5 @@ /*! -CkEditor helper module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +CkEditor helper module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2012-2015 Mal Curtis License MIT */ diff --git a/helpers/ckeditor.pkg/README.md b/helpers/ckeditor.pkg/README.md index be6cabe..8c580ee 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 be included on 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, 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 567ee34..3507498 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": "2.0.0-beta00008", + "version": "2.0.0", "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 e192318..87f08f7 100644 --- a/helpers/ckeditor.pkg/package.json +++ b/helpers/ckeditor.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.ckeditor", - "version": "2.0.0-beta00008", + "version": "2.0.0", "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.js b/helpers/tinymce.js index cbb53e0..e6b0051 100644 --- a/helpers/tinymce.js +++ b/helpers/tinymce.js @@ -1,5 +1,5 @@ /*! -TinyMCE helper module (for jQuery Dirty Forms) | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +TinyMCE helper module (for jQuery Dirty Forms) | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2015 Mal Curtis License MIT */ diff --git a/helpers/tinymce.pkg/README.md b/helpers/tinymce.pkg/README.md index 8d05187..88bab15 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 be included on 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, 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 191bbb0..be2b74d 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": "2.0.0-beta00008", + "version": "2.0.0", "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 f5dc916..6c3f7a0 100644 --- a/helpers/tinymce.pkg/package.json +++ b/helpers/tinymce.pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms.helpers.tinymce", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "A helper to enable TinyMCE support when using JQuery Dirty Forms.", "main": "jquery.dirtyforms.helpers.tinymce.min.js", "files": [ diff --git a/jquery.dirtyforms.js b/jquery.dirtyforms.js index 71ef04d..ec5485b 100644 --- a/jquery.dirtyforms.js +++ b/jquery.dirtyforms.js @@ -1,5 +1,5 @@ /*! -Dirty Forms jQuery Plugin | v2.0.0-beta00008 | github.com/snikch/jquery.dirtyforms +Dirty Forms jQuery Plugin | v2.0.0 | github.com/snikch/jquery.dirtyforms (c) 2010-2015 Mal Curtis License MIT */ diff --git a/package.json b/package.json index 8c7d265..999ded0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "2.0.0-beta00008", + "version": "2.0.0", "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 bb99383..3fef938 100644 --- a/pkg/bower.json +++ b/pkg/bower.json @@ -1,7 +1,7 @@ { "name": "jquery.dirtyforms", "main": "jquery.dirtyforms.min.js", - "version": "2.0.0-beta00008", + "version": "2.0.0", "homepage": "https://github.com/snikch/jquery.dirtyforms", "authors": [ "Mal Curtis ", diff --git a/pkg/package.json b/pkg/package.json index e5210fa..a56f0a3 100644 --- a/pkg/package.json +++ b/pkg/package.json @@ -1,6 +1,6 @@ { "name": "jquery.dirtyforms", - "version": "2.0.0-beta00008", + "version": "2.0.0", "description": "Dirty Forms is a jQuery plugin to help prevent users from losing data when editing forms.", "main": "jquery.dirtyforms.min.js", "files": [