Skip to content

Commit 67c65e9

Browse files
committed
Development mode for Imap_Client-3.0.0alpha5
1 parent 57c9bc9 commit 67c65e9

File tree

5 files changed

+208
-9
lines changed

5 files changed

+208
-9
lines changed

.horde.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ authors:
1616
active: false
1717
role: lead
1818
version:
19-
release: 3.0.0alpha4
19+
release: 3.0.0alpha5
2020
api: 3.0.0alpha1
2121
state:
2222
release: alpha

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"minimum-stability": "dev",
23
"name": "horde/imap_client",
34
"description": "IMAP client library",
45
"type": "library",

doc/Horde/Imap/Client/CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
------------
2+
v3.0.0alpha5
3+
------------
4+
5+
6+
7+
18
------------
29
v3.0.0alpha4
310
------------

doc/Horde/Imap/Client/changelog.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
---
2+
3.0.0alpha5:
3+
api: 3.0.0alpha1
4+
state:
5+
release: alpha
6+
api: alpha
7+
date: 2022-10-08
8+
license:
9+
identifier: LGPL-2.1
10+
uri: http://www.horde.org/licenses/lgpl21
11+
notes: |+
12+
213
3.0.0alpha4:
314
api: 3.0.0alpha1
415
state:

package.xml

+188-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</lead>
1313
<date>2022-10-08</date>
1414
<version>
15-
<release>3.0.0alpha4</release>
15+
<release>3.0.0alpha5</release>
1616
<api>3.0.0alpha1</api>
1717
</version>
1818
<stability>
@@ -21,11 +21,7 @@
2121
</stability>
2222
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
2323
<notes>
24-
* [rla] Fix some PHP 8.1 issues. Safeguard against missing cache object.
25-
* [rla] Added CI jobs for github actions (with Corbinian Koch).
26-
* [rla] changed package data for composer2 support.
27-
* [rla] Updated unit tests for PHPUnit 9 (with Marco Abbrancati)
28-
* |+
24+
*
2925
</notes>
3026
<contents>
3127
<dir baseinstalldir="/" name="/">
@@ -660,6 +656,175 @@
660656
</filelist>
661657
</phprelease>
662658
<changelog>
659+
660+
661+
662+
663+
664+
665+
666+
667+
668+
669+
670+
671+
672+
673+
674+
675+
676+
677+
678+
679+
680+
681+
682+
683+
684+
685+
686+
687+
688+
689+
690+
691+
692+
693+
694+
695+
696+
697+
698+
699+
700+
701+
702+
703+
704+
705+
706+
707+
708+
709+
710+
711+
712+
713+
714+
715+
716+
717+
718+
719+
720+
721+
722+
723+
724+
725+
726+
727+
728+
729+
730+
731+
732+
733+
734+
735+
736+
737+
738+
739+
740+
741+
742+
743+
744+
745+
746+
747+
748+
749+
750+
751+
752+
753+
754+
755+
756+
757+
758+
759+
760+
761+
762+
763+
764+
765+
766+
767+
768+
769+
770+
771+
772+
773+
774+
775+
776+
777+
778+
779+
780+
781+
782+
783+
784+
785+
786+
787+
788+
789+
790+
791+
792+
793+
794+
795+
796+
797+
798+
799+
800+
801+
802+
803+
804+
805+
806+
807+
808+
809+
810+
811+
812+
813+
814+
815+
816+
817+
818+
819+
820+
821+
822+
823+
824+
825+
826+
827+
663828
<release>
664829
<version>
665830
<release>1.0.0alpha1</release>
@@ -3503,8 +3668,8 @@
35033668
<release>alpha</release>
35043669
<api>alpha</api>
35053670
</stability>
3506-
<date>2021-03-13</date>
3507-
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
3671+
<date>2022-10-08</date>
3672+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
35083673
<notes>
35093674
* [rla] Fix some PHP 8.1 issues. Safeguard against missing cache object.
35103675
* [rla] Added CI jobs for github actions (with Corbinian Koch).
@@ -3513,5 +3678,20 @@
35133678
* |+
35143679
</notes>
35153680
</release>
3681+
<release>
3682+
<version>
3683+
<release>3.0.0alpha5</release>
3684+
<api>3.0.0alpha1</api>
3685+
</version>
3686+
<stability>
3687+
<release>alpha</release>
3688+
<api>alpha</api>
3689+
</stability>
3690+
<date>2022-10-08</date>
3691+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
3692+
<notes>
3693+
*
3694+
</notes>
3695+
</release>
35163696
</changelog>
35173697
</package>

0 commit comments

Comments
 (0)