Skip to content
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## v3.0.0 Under development

- ci!: replace `super-linter.yml` with the new reusable quality and security workflows (`quality.yml`, `security.yml`, `check-security.yml`). Consumers of `super-linter.yml` must migrate to `quality.yml` (or use the provided `linter.yml` caller).
- fix(readme): update logo link and alignment in `README.md`.

## v2.0.5 September 29, 2025

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<!-- markdownlint-disable MD041 -->
<p align="center">
<a href="https://github.com/php-forge/actions" target="_blank">
<img
alt="PHPForge Logo"
height="100px"
src="https://avatars.githubusercontent.com/u/103309199?s=400&u=ca3561c692f53ed7eb290d3bb226a2828741606f&v=4"
>
<img src="https://avatars.githubusercontent.com/u/103309199?s=400&u=ca3561c692f53ed7eb290d3bb226a2828741606f&v=4" width="30%" alt="PHP Forge">
</a>
<h1 align="center">PHPForge - Reusable GitHub Actions</h1>
<br>
Expand Down
Loading