v1.6.2
Housekeeping before submission to the WordPress Plugin Directory. No change to what the plugin does.
- Passes the full WordPress Coding Standards and the Plugin Check tool with nothing reported. Every function is documented; the four
wp_mail_*filters the mail relay re-fires are annotated as core's own rather than unprefixed hooks of ours; one parameter named after a reserved word was renamed. phpcs.xml.distrecords the project's ruleset and its single deliberate exception:blocks/form/index.asset.phpkeeps the filename WordPress itself looks for besideindex.js.- The distributed zip no longer carries the repository's development files.
- CI now runs Plugin Check against the built plugin rather than the checkout, so it sees the same tree wordpress.org will.
Verified on a clean WordPress 7.1 install with WP_DEBUG on: activation, all six tabs, the block, the three shortcodes and uninstall, with nothing written to the debug log. Uninstall removed all fourteen options and the user meta the plugin had created.
Installing: download sendbeam.zip below and upload it under Plugins -> Add New -> Upload Plugin.