v1.1.0
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_descriptioncustom 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 bemeta-description. - Clarifies the correct ZIP structure for WordPress uploads:
meta-description.zipcontaining a rootmeta-description/folder. - Renames the main class to
MDP_Meta_Descriptionto reduce the chance of PHP global namespace collisions. - Keeps the custom field key
meta_description. - Documents that
meta_descriptionis 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