diff --git a/README.markdown b/README.markdown index 7749888f..6548d220 100644 --- a/README.markdown +++ b/README.markdown @@ -83,11 +83,11 @@ $("time#some_id").timeago("update", new Date()); | Version | Notes | |---------|---------------------------------------------------------------------------------| -| 1.5.x | ([compare][compare-1.5]) Added Date object as argument to update function | -| 1.4.x | ([compare][compare-1.4]) Added allowPast setting | +| 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 | -| 1.2.x | ([compare][compare-1.2]) Added cutoff setting | -| 1.1.x | ([compare][compare-1.1]) Added update function | +| 1.2.x | ([compare][compare-1.2]) Added cutoff setting; locale updates | +| 1.1.x | ([compare][compare-1.1]) Added update function; locale updates | | 1.0.x | ([compare][compare-1.0]) locale updates; bug fixes; AMD wrapper | | 0.11.x | ([compare][compare-0.11]) natural rounding; locale updates; | | 0.10.x | ([compare][compare-0.10]) locale updates | @@ -96,7 +96,7 @@ $("time#some_id").timeago("update", new Date()); | 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests | | ... | ... | -[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.0 +[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.1 [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 [compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0 diff --git a/jquery.timeago.js b/jquery.timeago.js index fb739324..e63a8b33 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.0 + * @version 1.5.1 * @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 51becc81..89986d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.5.0", + "version": "1.5.1", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index b3521e76..41b1ff2a 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.5.0", + "version": "1.5.1", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",