Skip to content

v1.6.2

Choose a tag to compare

@allinthecode1 allinthecode1 released this 11 Sep 00:03
· 1 commit to main since this release

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.dist records the project's ruleset and its single deliberate exception: blocks/form/index.asset.php keeps the filename WordPress itself looks for beside index.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.