Skip to content

Commit

Permalink
Fix version information
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Sep 3, 2014
1 parent 030d80c commit 21f3940
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
14 changes: 5 additions & 9 deletions framework/Imap_Client/doc/Horde/Imap/Client/UPGRADING
Expand Up @@ -11,15 +11,6 @@
This lists the API changes between releases of the package.


Upgrading to 2.26.0
===================

- Horde_Imap_Client_Url

This object has been deprecated. Use the Horde_Imap_Client_Url_* objects
instead.


Upgrading to 2.25.0
===================

Expand All @@ -35,6 +26,11 @@ Upgrading to 2.25.0
Added interface to indicate which IMAP data string elements support
non-ASCII characters.

- Horde_Imap_Client_Url

This object has been deprecated. Use the Horde_Imap_Client_Url_* objects
instead.


Upgrading to 2.24.0
===================
Expand Down
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Url/Base.php
Expand Up @@ -19,7 +19,7 @@
* @copyright 2008-2014 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Imap_Client
* @since 2.26.0
* @since 2.25.0
*
* @property string $auth The authentication method.
* @property string $host The server.
Expand Down
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Url/Imap.php
Expand Up @@ -24,7 +24,7 @@
* @copyright 2008-2014 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Imap_Client
* @since 2.26.0
* @since 2.25.0
*
* @property Horde_Imap_Client_Mailbox $mailbox IMAP Mailbox.
* @property string $partial Byte range for use with IMAP FETCH command.
Expand Down
Expand Up @@ -19,7 +19,7 @@
* @copyright 2008-2014 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Imap_Client
* @since 2.26.0
* @since 2.25.0
*/
class Horde_Imap_Client_Url_Imap_Relative
extends Horde_Imap_Client_Url_Imap
Expand Down
2 changes: 1 addition & 1 deletion framework/Imap_Client/lib/Horde/Imap/Client/Url/Pop3.php
Expand Up @@ -22,7 +22,7 @@
* @copyright 2014 Horde LLC
* @license http://www.horde.org/licenses/lgpl21 LGPL 2.1
* @package Imap_Client
* @since 2.26.0
* @since 2.25.0
*/
class Horde_Imap_Client_Url_Pop3 extends Horde_Imap_Client_Url_Base
{
Expand Down

0 comments on commit 21f3940

Please sign in to comment.