Skip to content

Commit

Permalink
Update FullCalendar to v. 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolò Caruso committed Aug 1, 2016
1 parent e5d57aa commit af334fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions bat.make
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ libraries[fullcalendar][type] = library
libraries[fullcalendar][destination] = libraries
libraries[fullcalendar][download][type] = get
; NB: please update the link in the documentation when changing this version.
libraries[fullcalendar][download][url] = https://github.com/arshaw/fullcalendar/releases/download/v2.9.0/fullcalendar-2.9.0.zip
libraries[fullcalendar][download][url] = https://github.com/arshaw/fullcalendar/releases/download/v2.9.1/fullcalendar-2.9.1.zip

; FullCalendar Scheduler
libraries[scheduler][directory_name] = fullcalendar-scheduler
libraries[scheduler][type] = library
libraries[scheduler][destination] = libraries
libraries[scheduler][download][type] = get
; NB: please update the link in the documentation when changing this version.
libraries[scheduler][download][url] = https://github.com/fullcalendar/fullcalendar-scheduler/releases/download/v1.3.2/fullcalendar-scheduler-1.3.2.zip
libraries[scheduler][download][url] = https://github.com/fullcalendar/fullcalendar-scheduler/releases/download/v1.3.3/fullcalendar-scheduler-1.3.3.zip

; jquery.timepicker
libraries[jquery.timepicker][directory_name] = jquery.timepicker
Expand Down
12 changes: 6 additions & 6 deletions modules/bat_fullcalendar/bat_fullcalendar.module
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@ function bat_fullcalendar_libraries_info() {
$libraries['fullcalendar'] = array(
'name' => 'Full Calendar',
'vendor url' => 'http://fullcalendar.io',
'download url' => 'https://github.com/arshaw/fullcalendar/releases/download/v2.9.0/fullcalendar-2.9.0.zip',
'download url' => 'https://github.com/arshaw/fullcalendar/releases/download/v2.9.1/fullcalendar-2.9.1.zip',
'version arguments' => array(
'file' => 'fullcalendar.js',
// 2.9.0
// 2.9.1
'pattern' => '/v(\d+\.\d+\.\d)/',
'lines' => 3,
),
Expand Down Expand Up @@ -415,10 +415,10 @@ function bat_fullcalendar_libraries_info() {
$libraries['fullcalendar-scheduler'] = array(
'name' => 'Fullcalendar Scheduler',
'vendor url' => 'http://fullcalendar.io',
'download url' => 'https://github.com/fullcalendar/fullcalendar-scheduler/releases/download/v1.3.2/fullcalendar-scheduler-1.3.2.zip',
'download url' => 'https://github.com/fullcalendar/fullcalendar-scheduler/releases/download/v1.3.3/fullcalendar-scheduler-1.3.3.zip',
'version arguments' => array(
'file' => 'scheduler.min.js',
// 1.3.2
// 1.3.3
'pattern' => '/(\d+\.\d+\.\d)/',
),
'files' => array(
Expand All @@ -436,7 +436,7 @@ function bat_fullcalendar_libraries_info() {
'scheduler.min.css',
),
),
'dependencies' => array('fullcalendar (>=2.9.0)'),
'dependencies' => array('fullcalendar (>=2.9.1)'),
),
'source' => array(
'files' => array(
Expand All @@ -447,7 +447,7 @@ function bat_fullcalendar_libraries_info() {
'scheduler.css',
),
),
'dependencies' => array('fullcalendar (>=2.9.0)'),
'dependencies' => array('fullcalendar (>=2.9.1)'),
),
),
);
Expand Down
4 changes: 2 additions & 2 deletions test/project.make
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ libraries[fullcalendar][directory_name] = fullcalendar
libraries[fullcalendar][type] = library
libraries[fullcalendar][destination] = libraries
libraries[fullcalendar][download][type] = get
libraries[fullcalendar][download][url] = https://github.com/arshaw/fullcalendar/releases/download/v2.9.0/fullcalendar-2.9.0.zip
libraries[fullcalendar][download][url] = https://github.com/arshaw/fullcalendar/releases/download/v2.9.1/fullcalendar-2.9.1.zip

; scheduler
libraries[scheduler][directory_name] = fullcalendar-scheduler
libraries[scheduler][type] = library
libraries[scheduler][destination] = libraries
libraries[scheduler][download][type] = get
libraries[scheduler][download][url] = https://github.com/fullcalendar/fullcalendar-scheduler/releases/download/v1.3.2/fullcalendar-scheduler-1.3.2.zip
libraries[scheduler][download][url] = https://github.com/fullcalendar/fullcalendar-scheduler/releases/download/v1.3.3/fullcalendar-scheduler-1.3.3.zip

; jquery.timepicker
libraries[jquery.timepicker][directory_name] = jquery.timepicker
Expand Down

0 comments on commit af334fd

Please sign in to comment.