Skip to content

Commit 547040a

Browse files
committed
Prepare the 1.14.1 release
1 parent a796f91 commit 547040a

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

package.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
<email>jan@horde.org</email>
2626
<active>yes</active>
2727
</lead>
28-
<date>2024-01-09</date>
28+
<date>2024-01-10</date>
2929
<time>00:00:00</time>
3030
<version>
31-
<release>1.14.0</release>
31+
<release>1.14.1</release>
3232
<api>2.0.0</api>
3333
</version>
3434
<stability>
@@ -37,9 +37,7 @@
3737
</stability>
3838
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
3939
<notes>
40-
- Dropped support for PHP 5.6. PHP 7.4+ is now required
41-
- Added visibility and (strict) type declarations
42-
- Moved to date()-style time formatting (strftime() is deprecated)
40+
- Fix the PEAR_LOG_ALL mask on 32-bit systems
4341
</notes>
4442
<contents>
4543
<dir baseinstalldir="/" name="/">
@@ -141,6 +139,23 @@
141139
</dependencies>
142140
<phprelease />
143141
<changelog>
142+
<release>
143+
<version>
144+
<release>1.14.0</release>
145+
<api>2.0.0</api>
146+
</version>
147+
<stability>
148+
<release>stable</release>
149+
<api>stable</api>
150+
</stability>
151+
<date>2024-01-10</date>
152+
<license uri="http://www.opensource.org/licenses/mit-license.php">MIT License</license>
153+
<notes>
154+
- Dropped support for PHP 5.6. PHP 7.4+ is now required
155+
- Added visibility and (strict) type declarations
156+
- Moved to date()-style time formatting (strftime() is deprecated)
157+
</notes>
158+
</release>
144159
<release>
145160
<version>
146161
<release>1.13.1</release>

0 commit comments

Comments
 (0)