Skip to content

Commit

Permalink
Build for version 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eeroan committed Nov 13, 2014
1 parent ec4a865 commit 1aabbb5
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 28 deletions.
6 changes: 6 additions & 0 deletions History.textile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
h3. 4.8.0

* Support js date objects and DateTime objects as first and last date
* Add callback for popup opening
* Use inline images for custom scrollbar

h3. 4.7.0

* Prevent date labels wrap between week day and date
Expand Down
1 change: 0 additions & 1 deletion build/jquery.continuousCalendar-4.7.0-min.css

This file was deleted.

21 changes: 0 additions & 21 deletions build/jquery.continuousCalendar-4.7.0-min.js

This file was deleted.

1 change: 1 addition & 0 deletions build/jquery.continuousCalendar-4.8.0-min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions build/jquery.continuousCalendar-4.8.0-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/jquery.continuousCalendar-latest-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion continuousCalendar.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"form",
"i18n"
],
"version" : "4.7.0",
"version" : "4.8.0",
"author" : {
"name": "Eero Anttila",
"url" : "http://eeroanttila.wordpress.com/about/"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-continuous-calendar",
"version": "4.7.0",
"version": "4.8.0",
"description": "Date picker and range selector with scrollable months instead of paged",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion site/playground-min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/jquery.continuousCalendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ define(function(require) {
var SingleDateEvents = require('./SingleDateEvents')

$.continuousCalendar = {
"version" : "4.7.0"
"version" : "4.8.0"
}
$.fn.continuousCalendar = function(options) {
return this.each(function() { _continuousCalendar.call($(this), options) })
Expand Down
2 changes: 1 addition & 1 deletion src/main/theme.rounded.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1aabbb5

Please sign in to comment.