Skip to content

Commit

Permalink
Merge branch 'hotfix/3.3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian committed Apr 10, 2016
2 parents a2c6723 + 3ea41af commit 1b830b8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
3.3.6
Add iCal link to block calendar

3.3.5
Bug fixes - wrong date on modal ; twice open modal when click on list (PRO)
Possibility to change events from ALL calendars on calendar view
Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ If you choose "One day with time" event you can resize event for more days.

Version
----
3.3.5
3.3.6

Changelog
----
3.3.6
Add iCal link to block calendar

3.3.5
Bug fixes - wrong date on modal ; twice open modal when click on list (PRO)
Possibility to change events from ALL calendars on calendar view
Expand Down
2 changes: 1 addition & 1 deletion controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Controller extends Package {

protected $pkgHandle = 'dsEventCalendar';
protected $appVersionRequired = '5.7.0.4';
protected $pkgVersion = '3.3.5';
protected $pkgVersion = '3.3.6';
protected $pkgAutoloaderRegistries = array(
'src/dsEventCalendar' => '\dsEventCalendar'
);
Expand Down

0 comments on commit 1b830b8

Please sign in to comment.