From f908f5c27ea5a8b1b27ef480fa4636dd90e76a8d Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Fri, 14 Jul 2017 07:24:53 -0600 Subject: [PATCH] v1.6.0 --- README.markdown | 2 ++ jquery.timeago.js | 2 +- package.json | 2 +- timeago.jquery.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 1bc934a1..a21977a9 100644 --- a/README.markdown +++ b/README.markdown @@ -96,6 +96,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24; | Version | Notes | |---------|---------------------------------------------------------------------------------| +| 1.6.x | ([compare][compare-1.6]) Wraped locales in UMD wrappers | | 1.5.x | ([compare][compare-1.5]) Added Date as argument to update function; locales | | 1.4.x | ([compare][compare-1.4]) Added allowPast setting; locale updates | | 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support | @@ -109,6 +110,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24; | 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests | | ... | ... | +[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.0 [compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4 [compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3 [compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2 diff --git a/jquery.timeago.js b/jquery.timeago.js index 0c2c219f..9df97c78 100644 --- a/jquery.timeago.js +++ b/jquery.timeago.js @@ -3,7 +3,7 @@ * updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago"). * * @name timeago - * @version 1.5.4 + * @version 1.6.0 * @requires jQuery v1.2.3+ * @author Ryan McGeary * @license MIT License - http://www.opensource.org/licenses/mit-license.php diff --git a/package.json b/package.json index 4f33445d..e99423cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.5.4", + "version": "1.6.0", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index 6f9440ae..01914c83 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.5.4", + "version": "1.6.0", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",