From 142e19be08fdeb1091aa318f70ca4e39b9978bdf Mon Sep 17 00:00:00 2001 From: Ralf Lang Date: Fri, 4 Nov 2022 15:31:13 +0000 Subject: [PATCH] Development mode for Template-3.0.0alpha5 --- .horde.yml | 2 +- composer.json | 1 + doc/Horde/Template/CHANGES | 7 ++++++ doc/Horde/Template/changelog.yml | 11 +++++++++ package.xml | 42 ++++++++++++++++++++++++++++---- 5 files changed, 57 insertions(+), 6 deletions(-) diff --git a/.horde.yml b/.horde.yml index aa085f3..fd18f68 100644 --- a/.horde.yml +++ b/.horde.yml @@ -22,7 +22,7 @@ authors: active: false role: lead version: - release: 3.0.0alpha4 + release: 3.0.0alpha5 api: 3.0.0alpha1 state: release: alpha diff --git a/composer.json b/composer.json index 16e0d38..6bd75e5 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,5 @@ { + "minimum-stability": "dev", "name": "horde/template", "description": "Template library (deprecated)", "type": "library", diff --git a/doc/Horde/Template/CHANGES b/doc/Horde/Template/CHANGES index c320b0b..68e052f 100644 --- a/doc/Horde/Template/CHANGES +++ b/doc/Horde/Template/CHANGES @@ -1,3 +1,10 @@ +------------ +v3.0.0alpha5 +------------ + + + + ------------ v3.0.0alpha4 ------------ diff --git a/doc/Horde/Template/changelog.yml b/doc/Horde/Template/changelog.yml index 52afef4..af255f1 100644 --- a/doc/Horde/Template/changelog.yml +++ b/doc/Horde/Template/changelog.yml @@ -1,4 +1,15 @@ --- +3.0.0alpha5: + api: 3.0.0alpha1 + state: + release: alpha + api: alpha + date: 2022-11-04 + license: + identifier: LGPL-2.1 + uri: http://www.horde.org/licenses/lgpl21 + notes: |+ + 3.0.0alpha4: api: 3.0.0alpha1 state: diff --git a/package.xml b/package.xml index cbd14b5..cdcd1d1 100644 --- a/package.xml +++ b/package.xml @@ -18,7 +18,7 @@ 2022-11-04 - 3.0.0alpha4 + 3.0.0alpha5 3.0.0alpha1 @@ -27,8 +27,7 @@ LGPL-2.1-only -* [rla] Enable PHP 8.x compat. -* |+ +* @@ -89,6 +88,24 @@ + + + + + + + + + + + + + + + + + + 0.0.1 @@ -355,12 +372,27 @@ alpha alpha - 2021-03-13 - LGPL-2.1-only + 2022-11-04 + LGPL-2.1 * [rla] Enable PHP 8.x compat. * |+ + + + 3.0.0alpha5 + 3.0.0alpha1 + + + alpha + alpha + + 2022-11-04 + LGPL-2.1 + +* + +