Skip to content

Commit

Permalink
Merge branch 'release/3.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
dszymczuk committed Sep 20, 2017
2 parents 157d129 + 26cd3d8 commit 6d2022d
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.4.1
Make compatibility with PHP 7. If you have errors, send me an email.

3.4
Apply to Concrete 5.8

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.4
3.4.1

Changelog
---------
3.4.1
Make compatibility with PHP 7. If you have errors, send me an email.

3.4
Apply to Concrete 5.8

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.4';
protected $pkgVersion = '3.4.1';
protected $pkgAutoloaderRegistries = array(
'src/dsEventCalendar' => '\dsEventCalendar'
);
Expand Down

0 comments on commit 6d2022d

Please sign in to comment.