From e073223e0c3d34327470276f01ea5f87d7093f00 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 2 Sep 2016 13:00:47 +0200 Subject: [PATCH] [jan] Add Horde_Rdo_Base#toArray() (Neal Thomas Oakey ). --- framework/Rdo/doc/Horde/Rdo/UPGRADING | 19 +++++++++++++++++++ framework/Rdo/package.xml | 16 ++++++++++------ 2 files changed, 29 insertions(+), 6 deletions(-) create mode 100644 framework/Rdo/doc/Horde/Rdo/UPGRADING diff --git a/framework/Rdo/doc/Horde/Rdo/UPGRADING b/framework/Rdo/doc/Horde/Rdo/UPGRADING new file mode 100644 index 00000000000..d4fe15798c3 --- /dev/null +++ b/framework/Rdo/doc/Horde/Rdo/UPGRADING @@ -0,0 +1,19 @@ +===================== + Upgrading Horde_Rdo +===================== + +:Contact: dev@lists.horde.org + +.. contents:: Contents +.. section-numbering:: + + +This lists the API changes between releases of the package. + + +Upgrading to 2.1.0 +================== + + - Horde_Rdo_Base + + - The toArray() method has been added. diff --git a/framework/Rdo/package.xml b/framework/Rdo/package.xml index f9c296e69fa..b62ebf9dc26 100644 --- a/framework/Rdo/package.xml +++ b/framework/Rdo/package.xml @@ -11,10 +11,10 @@ chuck@horde.org yes - 2016-02-02 + 2016-09-02 - 2.0.6 - 1.2.0 + 2.1.0 + 1.3.0 stable @@ -22,6 +22,7 @@ LGPL-2.1 +* [jan] Add Horde_Rdo_Base#toArray() (Neal Thomas Oakey <oakey@b1-systems.de>). * [jan] Make the JOIN type settable by mapper relationships (Neal Thomas Oakey <oakey@b1-systems.de>). @@ -45,6 +46,7 @@ + @@ -144,6 +146,7 @@ + @@ -404,14 +407,15 @@ Major improvements including inflection, eager or lazy loading of relationships - 2.0.6 - 1.2.0 + 2.1.0 + 1.3.0 stable stable - 2016-02-02 + 2016-09-02 LGPL-2.1 +* [jan] Add Horde_Rdo_Base#toArray() (Neal Thomas Oakey <oakey@b1-systems.de>). * [jan] Make the JOIN type settable by mapper relationships (Neal Thomas Oakey <oakey@b1-systems.de>).