Skip to content

Releases: svandragt/htmxpress

0.1.1

04 Jun 13:11
886868b
Compare
Choose a tag to compare

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

Full Changelog: 0.1.0...0.1.1

0.1.0

23 Jun 15:23
ff95b9b
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Everything is new! That usually means that there's rough edges :)
Full Changelog: https://github.com/svandragt/htmxpress/commits/0.1.0