Skip to content

Commit 7cb9e38

Browse files
committed
Bumped version to 1.5.0
1 parent 8bbf9cb commit 7cb9e38

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

README.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ As time passes, the timestamps will automatically update.
7474

7575
| Version | Notes |
7676
|---------|---------------------------------------------------------------------------------|
77+
| 1.5.x | ([compare][compare-1.5]) Added allowPast setting |
7778
| 1.4.x | ([compare][compare-1.4]) Added allowPast setting |
7879
| 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support |
7980
| 1.2.x | ([compare][compare-1.2]) Added cutoff setting |
@@ -86,6 +87,7 @@ As time passes, the timestamps will automatically update.
8687
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
8788
| ... | ... |
8889

90+
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.0
8991
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
9092
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
9193
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0

jquery.timeago.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
44
*
55
* @name timeago
6-
* @version 1.4.3
6+
* @version 1.5.0
77
* @requires jQuery v1.2.3+
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

timeago.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "1.4.3",
3+
"version": "1.5.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)