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 the main PHP class name to reduce collision risk.
  • Expanded documentation around security, frontend output, and the meta_description custom field.

Changes

  • Uses the neutral plugin name Meta Description.
  • Documents that the GitHub repository uses the wp- prefix, but the installed WordPress plugin folder should be meta-description.
  • Clarifies the correct ZIP structure for WordPress uploads:
    meta-description.zip containing a root meta-description/ folder.
  • Renames the main class to MDP_Meta_Description to reduce the chance of PHP global namespace collisions.
  • Keeps the custom field key meta_description.
  • Documents that meta_description is intentionally simple for custom sites and should be renamed before deployment if a project already uses that field name for another purpose.
  • Adds documentation for security behavior, filters, and frontend footprint.

Installation Note

Install the plugin using this folder structure:

meta-description.zip
`-- meta-description/
    |-- meta-description.php
    |-- README.md
    |-- readme.txt
    `-- LICENSE