[Pkg-owncloud-commits] [php-sabre-vobject] 269/341: Removed the old RecurrenceIterator.
David Prévot
taffit at moszumanska.debian.org
Tue Aug 11 13:35:55 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit 57db15ea2e7dec105b1ee2040deddbe28bf21d7d
Author: Evert Pot <me at evertpot.com>
Date: Wed Feb 25 20:33:52 2015 -0500
Removed the old RecurrenceIterator.
---
CHANGELOG.md | 2 +-
lib/RecurrenceIterator.php | 21 ---------------------
2 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 28ee356..8482e05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ ChangeLog
* #139: We now _always_ return `DateTimeImmutable` from any method. This could
potentially have big implications if you manipulate Date objects anywhere.
* #161: Simplified `ElementList` by extending `ArrayIterator`.
-
+* Removed `RecurrenceIterator` (use Recur\EventIterator instead).
3.4.0 (2015-??-??)
------------------
diff --git a/lib/RecurrenceIterator.php b/lib/RecurrenceIterator.php
deleted file mode 100644
index 92ea03f..0000000
--- a/lib/RecurrenceIterator.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-namespace Sabre\VObject;
-
-use Sabre\VObject\Recur\EventIterator;
-
-/**
- * RecurrenceIterator
- *
- * This class is deprecated. Use Sabre\VObject\Recur\EventIterator instead.
- * This class will be removed from a future version.
- *
- * @copyright Copyright (C) 2011-2015 fruux GmbH (https://fruux.com/).
- * @author Evert Pot (http://evertpot.com/)
- * @deprecated
- * @license http://sabre.io/license Modified BSD License
- */
-class RecurrenceIterator extends EventIterator {
-
-
-}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list