[Pkg-owncloud-commits] [php-sabredav] 13/42: Mistake in example. Subscription = Subscriptions.
David Prévot
taffit at moszumanska.debian.org
Wed Jul 23 16:41:24 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 45a4c813cff32066f232d0703ac59ae1a09be3a4
Author: Evert Pot <me at evertpot.com>
Date: Wed May 28 17:05:34 2014 -0400
Mistake in example. Subscription = Subscriptions.
---
ChangeLog.md | 5 +++++
examples/calendarserver.php | 2 +-
lib/DAV/Version.php | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog.md b/ChangeLog.md
index 2a06eea..b7ca5ea 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,11 @@
ChangeLog
=========
+2.0.2 (2014-05-??)
+------------------
+
+* Fixed a problem in examples/calendarserver.php
+
2.0.1 (2014-05-28)
------------------
diff --git a/examples/calendarserver.php b/examples/calendarserver.php
index b54d14c..a9fb867 100644
--- a/examples/calendarserver.php
+++ b/examples/calendarserver.php
@@ -57,7 +57,7 @@ $server->addPlugin($caldavPlugin);
/* Calendar subscription support */
$server->addPlugin(
- new Sabre\CalDAV\Subscription\Plugin()
+ new Sabre\CalDAV\Subscriptions\Plugin()
);
diff --git a/lib/DAV/Version.php b/lib/DAV/Version.php
index a9af62f..d985f48 100644
--- a/lib/DAV/Version.php
+++ b/lib/DAV/Version.php
@@ -14,6 +14,6 @@ class Version {
/**
* Full version number
*/
- const VERSION = '2.0.1';
+ const VERSION = '2.0.2';
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list