Skip to content

Releases: TomGalay/itg-wp-plugin-starter

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 11 Sep 15:48

Full Changelog: v0.1.0...v0.1.1

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 10:13

Added

  • Reusable WordPress plugin starter with a pluggable integrations layer.
  • bin/scaffold.php to rename the starter into a new plugin.
  • Firebase integration example (Authentication, Cloud Storage, Cloud Messaging, Cloud Functions, Analytics/Remote Config) using wp_remote_request().
  • Email integration example (SendGrid, Mailgun).
  • Admin settings screen, REST controller (itg-plugin-setup/v1) and WP-CLI command.
  • @wordpress/scripts build with admin and public entries.
  • PHPUnit unit + WordPress integration test scaffolds, and Jest tests.
  • GitHub Actions CI, nightly integration tests, tagged releases, Dependabot and issue/PR templates.

Full Changelog: https://github.com/TomGalay/itg-wp-plugin-starter/commits/v0.1.0