From 3500cc434c94832228b5cec5fe31915733ebaa95 Mon Sep 17 00:00:00 2001 From: Justin Kimbrell Date: Fri, 12 Dec 2014 15:50:44 -0500 Subject: [PATCH] Updated Changelog --- CHANGE LOG.md | 18 +++++++++++++- bower.json | 2 +- examples/test.html | 47 +++++++++++++++++++++++++++++++++++ package.json | 2 +- src/flipclock/js/libs/core.js | 4 +-- 5 files changed, 68 insertions(+), 5 deletions(-) create mode 100644 examples/test.html diff --git a/CHANGE LOG.md b/CHANGE LOG.md index 04bb3908..27034546 100644 --- a/CHANGE LOG.md +++ b/CHANGE LOG.md @@ -1,7 +1,23 @@ # FlipClock.js +#### 0.7.7 +##### 12/12/2014 + +- (Bug Fix) Recompiled build and version. Mistake in previous release. + +#### 0.7.6 +##### 12/12/2014 + +- (Example) Added new interval callback example +- (Bug Fix) Merge pull request #160 from rustygreen/patch-1 +- (Bug Fix) Fixed constructor bug passing "factory". Updated face.js, the "factory" was not being passed into the constructor, instead a typo was "factor". +- (Bug Fix) Merge pull request #150 from charlesbaynham/Fix-modulus-for-getWeeks +- (Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage +- (Bug Fix) Merge pull request #156 from laureanoendeiza/patch-1 +- (Bug Fix) Fixed typo in the definition of getWeeks, preventing its usage. + #### 0.7.5 -##### 21/10/2014 +##### 10/10/2014 - (Bug Fix) Fixed a typo in the definition of the (unused by default) method getWeeks. diff --git a/bower.json b/bower.json index 2f7a9b0b..660ce063 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "flipclock", - "version": "0.7.5", + "version": "0.7.6", "homepage": "https://github.com/objectivehtml/FlipClock", "authors": [ "Objective HTML", diff --git a/examples/test.html b/examples/test.html new file mode 100644 index 00000000..7067e265 --- /dev/null +++ b/examples/test.html @@ -0,0 +1,47 @@ + + + + + + + + + +
+ + + + + \ No newline at end of file diff --git a/package.json b/package.json index dd1a75a6..4ee63868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flipclock", - "version": "0.7.5", + "version": "0.7.6", "email": "support@objectivehtml.com", "author": "Objective HTML, LLC ", "license": "MIT", diff --git a/src/flipclock/js/libs/core.js b/src/flipclock/js/libs/core.js index be4fca14..00971529 100644 --- a/src/flipclock/js/libs/core.js +++ b/src/flipclock/js/libs/core.js @@ -51,13 +51,13 @@ var FlipClock; * Build Date */ - buildDate: '2014-10-06', + buildDate: '2014-12-12', /** * Version */ - version: '0.7.5', + version: '0.7.6', /** * Sets the default options