Skip to content

Commit 58c6047

Browse files
author
Ben Barnett
committed
merging in #153
1 parent 2ef888c commit 58c6047

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,14 @@ Since v0.77, the plugin will now automatically use 3D Translations where support
8686
Changelog
8787
-----------------
8888

89+
1.10 (09/04/2014):
90+
91+
* Merging PR #153 Don't try to restore values which weren't saved
92+
93+
1.09 (09/04/2014):
94+
95+
* Merging PR #154 Added support of AMD and Node.js (via browserify) environments
96+
8997
1.08 (16/01/2014):
9098

9199
* Merging PR #147 Access element tag name appropriately

jquery.animate-enhanced.min.js

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/src/jquery.animate-enhanced.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
jquery.animate-enhanced plugin v1.09
2+
jquery.animate-enhanced plugin v1.10
33
---
44
http://github.com/benbarnett/jQuery-Animate-Enhanced
55
http://benbarnett.net
@@ -44,6 +44,9 @@ Usage (exactly the same as it would be normally):
4444
});
4545
4646
Changelog:
47+
1.10 (09/04/2014):
48+
- Merging PR #153 Don't try to restore values which weren't saved
49+
4750
1.09 (09/04/2014):
4851
- Merging PR #154 Added support of AMD and Node.js (via browserify) environments
4952

0 commit comments

Comments
 (0)