Skip to content

2.4.0

Latest

Choose a tag to compare

@remcotolsma remcotolsma released this 26 May 11:22
· 1 commit to main since this release
7cacfd5

Changelog

Added

  • Added a direct plugin bootstrap in the main plugin file with an ABSPATH guard and gateway registrations.
  • Added .distignore and Composer build scripts for staged distributions and plugin archives.

Changed

  • Replaced the legacy Grunt-based distribution flow with Composer + WP-CLI build tooling.
  • Updated JavaScript development tooling versions in package.json.
  • Updated plugin source and test files for compatibility with current dependencies.

Composer

  • Added automattic/jetpack-autoloader v5.0.18 (exact from composer.lock): upstream tag notes a 15.9-a.3 changelog wording polish in the Jetpack sync. Release notes
  • Updated justinrainbow/json-schema to 6.8.2 (exact from composer.lock): includes a fix to align with the latest JSON Schema test suite. Release notes
  • Updated pronamic/wp-money to v2.4.4 (exact from composer.lock): includes exception message escaping and static analysis/code quality fixes. Release notes
  • Updated wp-pay/core to v4.33.0 (exact from composer.lock): adds pronamic_pay_register_payment_methods and moves default payment method registration out of core. Release notes
  • Added wp-cli/dist-archive-command v3.1.0 (exact from composer.lock, dev): improves archive behavior (including cleanup of existing zip entries) and command output details. Release notes
  • Updated wp-cli/wp-cli-bundle to v2.12.0 (exact from composer.lock, dev): updates the WP-CLI bundle to the 2.12 release line. Release notes

Full Changelog: v2.3.7...v2.4.0