Skip to content

Commit

Permalink
Updated version to 1.4.0 and recompiled assets
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegioia committed Dec 15, 2015
1 parent 940be38 commit 60d6963
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
---------

`v1.4.0 ~ 2015-?-?`
`v1.4.0 ~ 2015-11-25`
> Updated codebase according to a style convention, re-factored event handling,
and fixed some small inconsistencies in event firing.

Expand Down Expand Up @@ -211,4 +211,4 @@ use clndr.js
`v1.0.0 ~ 2013-09-14`
> Officially v1.0.0! Added `extras` option, which exposesthe `extras` variable
in your template, allowing you to pass in arbitrary objects & synchronous
functions for use inside of your template.
functions for use inside of your template.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ var lotsOfEvents = [
$('#calendar').clndr({
events: lotsOfEvents,
multiDayEvents: {
endDate: 'end'
startDate: 'start',
endDate: 'end',
startDate: 'start'
}
});
```
Expand Down Expand Up @@ -769,4 +769,4 @@ Internet Explorer Issues
If you're planning on supporting IE8 and below, you'll have to be careful about
version dependencies. You'll need the jQuery 1.10.x branch for IE support, and
if you're taking advantage of the `constraints` feature you'll need to use a
version of moment.js `<=2.1.0` or `>=2.5.1`.
version of moment.js `<=2.1.0` or `>=2.5.1`.
Loading

0 comments on commit 60d6963

Please sign in to comment.