Skip to content

v1.1.0

Choose a tag to compare

@guisfus guisfus released this 30 Apr 18:00
· 2 commits to main since this release

Summary

  • Renamed public plugin identifiers to neutral, white-label-friendly names.
  • Updated the WordPress plugin folder/install documentation.
  • Hardened internal PHP prefixes to reduce collision risk.
  • Improved frontend robustness when the configured header is not found.

Changes

  • Uses the neutral plugin name Header Height.
  • Documents that the GitHub repository uses the wp- prefix, but the installed WordPress plugin folder should be header-height.
  • Clarifies the correct ZIP structure for WordPress uploads:
    header-height.zip containing a root header-height/ folder.
  • Uses less generic internal PHP constants/functions with the HHP_ prefix.
  • Sets --header-height: 0px when the configured header selector does not match an element.
  • Adds documentation for security behavior and frontend footprint.

Installation Note

Install the plugin using this folder structure:

header-height.zip
`-- header-height/
    |-- header-height.php
    |-- assets/
    |-- README.md
    `-- readme.txt