Skip to content

Commit 20e7352

Browse files
Github CI Runnerralflang
Github CI Runner
authored andcommitted
Development mode for Imap_Client-3.0.0alpha6
1 parent cc687e3 commit 20e7352

File tree

5 files changed

+209
-5
lines changed

5 files changed

+209
-5
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.0alpha5
19+
release: 3.0.0alpha6
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.0alpha6
3+
------------
4+
5+
6+
7+
18
------------
29
v3.0.0alpha5
310
------------

doc/Horde/Imap/Client/changelog.yml

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

package.xml

+189-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</lead>
1313
<date>2022-12-05</date>
1414
<version>
15-
<release>3.0.0alpha5</release>
15+
<release>3.0.0alpha6</release>
1616
<api>3.0.0alpha1</api>
1717
</version>
1818
<stability>
@@ -21,7 +21,7 @@
2121
</stability>
2222
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
2323
<notes>
24-
* |+
24+
*
2525
</notes>
2626
<contents>
2727
<dir baseinstalldir="/" name="/">
@@ -658,6 +658,176 @@
658658
</filelist>
659659
</phprelease>
660660
<changelog>
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+
828+
829+
830+
661831
<release>
662832
<version>
663833
<release>1.0.0alpha1</release>
@@ -3520,11 +3690,26 @@
35203690
<release>alpha</release>
35213691
<api>alpha</api>
35223692
</stability>
3523-
<date>2022-10-08</date>
3524-
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1-only</license>
3693+
<date>2022-12-05</date>
3694+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
35253695
<notes>
35263696
* |+
35273697
</notes>
35283698
</release>
3699+
<release>
3700+
<version>
3701+
<release>3.0.0alpha6</release>
3702+
<api>3.0.0alpha1</api>
3703+
</version>
3704+
<stability>
3705+
<release>alpha</release>
3706+
<api>alpha</api>
3707+
</stability>
3708+
<date>2022-12-05</date>
3709+
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
3710+
<notes>
3711+
*
3712+
</notes>
3713+
</release>
35293714
</changelog>
35303715
</package>

0 commit comments

Comments
 (0)