Skip to content

Commit

Permalink
Merge pull request #11 from webrgp:dev
Browse files Browse the repository at this point in the history
Add support links and update CHANGELOG
  • Loading branch information
webrgp authored Jan 3, 2025
2 parents aeaa867 + 170e6f6 commit 3f05b8a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### What's Changed

<!-- Provide a general summary of your changes -->

<!-- List the changes in this PR, including any new features, bug fixes, or improvements. -->
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## 1.0.3 - 2025-01-03

- Improve type hinting and code formatting everywhere.
- Fix PHPStan issues.
- Update `composer.json` with support links.

## 1.0.2 - 2025-01-02

- Fix Craft 4 compatibility issue on `AddCraftInfo` middleware.
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@
},
"extra": {
"bootstrap": "webrgp\\ignition\\Ignition"
},
"support": {
"issues": "https://github.com/webrgp/craft-ignition/issues?state=open",
"source": "https://github.com/webrgp/craft-ignition",
"docs": "https://github.com/webrgp/craft-ignition/blob/master/README.md"
}
}

0 comments on commit 3f05b8a

Please sign in to comment.