Skip to content

Prepare 3.8.0 #733

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
git7,
6.9.2-0,
6.8.7-0,
6.7.8-0,
#6.7.8-0,
git6
]
exclude:
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.8.0
- Fixes:
* Fix signedness formatting mistakes

3.8.0RC2
- Fixes:
* Corrected PHP_IMAGICK_EXTNUM
Expand Down
12 changes: 6 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ This extension requires ImageMagick version 6.5.3-10+ and PHP 5.6.0+.
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2024-04-13</date>
<date>2025-04-10</date>
<version>
<release>3.8.0RC2</release>
<api>3.8.0RC2</api>
<release>3.8.0</release>
<api>3.8.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixes:
* Corrected PHP_IMAGICK_EXTNUM
* Fix signedness formatting mistakes
</notes>
<contents>
<dir name="/">
Expand Down