Releases: svandragt/htmxpress
Releases · svandragt/htmxpress
0.1.1
What's Changed
- remove extra space in include call by @thinkstylestudio in #14
- Fix deprecated ${var} in PHP8.2 by @jimmylad in #17
- Upstream codereview changes by @svandragt in #15:
- Added PHPDoc comments to improve code readability and maintainability.
- Updated version number (0.1 → 0.1.1) in the plugin header.
- Strengthened input sanitization and nonce verification to improve security.
- Refactored template loading logic to clearly handle 404 scenarios using a new maybe_set_404 function.
- Updated the HTMX script link to a newer version (1.9.3 → 1.9.10) and added defer loading strategy.
- Replaced non-explicit truthy checks with strict type casting for reliability.
- Improved error handling for missing templates by returning a proper 404 status where applicable.
New Contributors
- @thinkstylestudio made their first contribution in #14
- @jimmylad made their first contribution in #17
- @svandragt made their first contribution in #15
Full Changelog: 0.1.0...0.1.1
0.1.0
Everything is new! That usually means that there's rough edges :)
Full Changelog: https://github.com/svandragt/htmxpress/commits/0.1.0