Skip to content

Commit 555bf68

Browse files
authored
Prepare 3.8.0 (#733)
This is release for 3.8.0: * Prepare 3.8.0 * CI: Disable 6.7.8-0 for now as the build is failing (unrelated to the release)
1 parent ffa23eb commit 555bf68

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
git7,
8989
6.9.2-0,
9090
6.8.7-0,
91-
6.7.8-0,
91+
#6.7.8-0,
9292
git6
9393
]
9494
exclude:

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.8.0
2+
- Fixes:
3+
* Fix signedness formatting mistakes
4+
15
3.8.0RC2
26
- Fixes:
37
* Corrected PHP_IMAGICK_EXTNUM

package.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,19 @@ This extension requires ImageMagick version 6.5.3-10+ and PHP 5.6.0+.
1919
<email>bukka@php.net</email>
2020
<active>yes</active>
2121
</lead>
22-
<date>2024-04-13</date>
22+
<date>2025-04-10</date>
2323
<version>
24-
<release>3.8.0RC2</release>
25-
<api>3.8.0RC2</api>
24+
<release>3.8.0</release>
25+
<api>3.8.0</api>
2626
</version>
2727
<stability>
28-
<release>beta</release>
29-
<api>beta</api>
28+
<release>stable</release>
29+
<api>stable</api>
3030
</stability>
3131
<license uri="http://www.php.net/license">PHP License</license>
3232
<notes>
3333
- Fixes:
34-
* Corrected PHP_IMAGICK_EXTNUM
34+
* Fix signedness formatting mistakes
3535
</notes>
3636
<contents>
3737
<dir name="/">

0 commit comments

Comments
 (0)