Skip to content

Releases: TheAggressive/CampaignBridge

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Nov 06:12

1.0.2 (2025-11-12)

Bug Fixes

  • update dependencies in package.json and pnpm-lock.yaml (a39d702)

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 12 Nov 05:25

1.0.1 (2025-11-12)

Bug Fixes

  • enhance semantic-release configuration and CI workflow (6fa78b7)
  • streamline CI workflow for plugin packaging and artifact verification (7c5becb)
  • update semantic-release configuration and CI environment (aec3eb5)
  • update semantic-release configuration to include git commit options (dc24bfd)

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Nov 03:35

1.0.0 (2025-11-12)

Bug Fixes

  • add debug step to CI workflow for plugins directory listing (7f830ff)
  • add fallback creation of wp-tests-config.php (b50990c)
  • add missing path: campaignbridge to all checkout steps (6711eb6)
  • add wordpress-core directory to ESLint ignores (5aa6f12)
  • CI runs ESLint on src/ directory explicitly (130d8d3)
  • ensure wp-tests-config.php is available for PHPUnit (0eac2a8)
  • ensure wp-tests-config.php is copied to project root (04170f7)
  • install subversion for WordPress test suite setup (621107e)
  • override working-directory for wp-env stop cleanup steps (d026a35)
  • remove cd commands from wp-env scripts since CI runs from repository root (8302c81)
  • remove duplicate database creation and fix MySQL security warning (b47aaf0)
  • remove remaining path: campaignbridge from checkout steps (70915b1)
  • resolve STORE_PATH context access error in GitHub Actions (d02e0c6)
  • resolve wp-env plugin mounting issue in CI (047a3d5)
  • restore cd commands in wp-env scripts for proper directory navigation (6e9633f)
  • set WP_TESTS_CONFIG_FILE environment variable for PHPUnit (7406bca)
  • update CI workflow to correct directory for dependency installation (a85f052)
  • update CI workflow to run PHPUnit tests with correct commands (5ae2c64)
  • update CI workflow to use absolute path for dependency installation (c78f8d5)
  • update CI workflow to use correct command for dependency installation (b3a102a)
  • update CI workflows and ESLint configuration for improved coverage and directory structure (a4597c6)
  • update coverage.yml to ensure correct paths for coverage reports (ec87310)
  • update coverage.yml to use xdebug for coverage reporting (d786436)
  • update parameter and return type annotations in Form_Rest_Controller (3bc1391)
  • use htmlspecialchars instead of esc_html in test bootstrap validation (316d173)
  • use standard WordPress testing setup script (60a49df)

Features

  • add MySQL service to CI workflow for database testing (6af6c3b)
  • clean repository version without secret history (8885c4a)
  • introduce comprehensive CI/CD documentation and reorganization (6fd9d2c)

Performance Improvements

  • replace wp-env with WordPress core testing suite for speed (c3bc3d7)