Skip to content

Releases: ibernabel/metform-n8n-webhook-bridge

Release list

v2.0

Choose a tag to compare

@ibernabel ibernabel released this 20 Sep 02:49

feat: Add issue templates for bug reports, feature requests, and questions

  • Created a bug report template to streamline issue reporting.
  • Added a feature request template for users to suggest new functionalities.
  • Introduced a question template to help users seek assistance effectively.

chore: Configure GitHub issue template settings

  • Set up configuration for issue templates including links to documentation, roadmap, and contribution guidelines.

ci: Implement CI workflows for testing, security scanning, and code quality checks

  • Added CI workflow for PHP tests across multiple PHP and WordPress versions.
  • Implemented a security scan job to identify vulnerabilities.
  • Created a code quality job to ensure adherence to coding standards.

build: Create release workflow for automated plugin releases

  • Developed a release workflow that triggers on version tag pushes.
  • Includes steps for creating a zip file of the plugin and uploading it as a release asset.

chore: Add WordPress plugin check workflow for compatibility validation

  • Introduced a workflow to run WordPress plugin checks and PHP compatibility checks.

fix: Update .gitignore to exclude additional files and directories

  • Enhanced .gitignore to ignore common WordPress and plugin-specific files.

docs: Revise contributing guidelines and README for clarity

  • Updated text domain references in contributing guidelines.
  • Improved installation instructions in README.

style: Add PHPCS configuration for coding standards enforcement

  • Created a PHPCS configuration file to enforce WordPress coding standards.