Skip to content

0.1.1

Latest
Compare
Choose a tag to compare
@svandragt svandragt released this 04 Jun 13:11
886868b

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