Version 1.0.7
June 19, 2025
- Add svg icon.
Version 1.0.6
June 19, 2025
- Updates to comply plugin store requirements.
Version 1.0.5
June 19, 2025
- Update
composer.json
to requirewebrgp/craft-ignition-core
version^1.1.0
.
Version 1.0.4
January 26, 2025
- Fix missing error action template on 404 errors. #13
Version 1.0.3
January 3, 2025
- Improve type hinting and code formatting everywhere.
- Fix PHPStan issues.
- Update
composer.json
with support links.
Version 1.0.2
January 2, 2025
- Fix Craft 4 compatibility issue on
AddCraftInfo
middleware.
Version 1.0.1.1
January 2, 2025
- Enhance code formatting by removing unused middleware and adjusting function syntax in the IgnitionRenderer.
Version 1.0.1
January 2, 2025
- Refactor the
IgnitionRenderer
for improved code clarity and remove unused middleware. - Update the
README.md
to provide better documentation on the IgnitionErrorHandler and middleware functionality.
Version 1.0.0
January 2, 2025
- Initial stable release
- Enhance Ignition module with configuration and middleware improvements by @webrgp
Version 1.0.0-beta-1
December 25, 2024
- Add
src/web/views/exception.php
view file, to render the exception page - Update
src/web/IgnitionErrorHandler.php
to use the new view file.
Version 1.0.0-beta
December 5, 2024
- Add
LICENSE
file - Updated installation instructions in
README.md
- Ignore
composer.lock
file
Version 1.0.0-alpha
November 20, 2024
- Initial alpha release