Skip to content

Commit

Permalink
Merge pull request #37 from gocardless/release/2.9.2
Browse files Browse the repository at this point in the history
Release/2.9.2
  • Loading branch information
dkotter authored Feb 18, 2025
2 parents 6b98020 + bb23983 commit f9890f3
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
*** GoCardless for WooCommerce Changelog ***

2025-02-18 - version 2.9.2
* Dev - Fix QIT E2E tests and add support for a few new test types.
* Dev - Bump `path-to-regexp` from 0.1.7 to 0.1.12 and `express` from 4.18.2 to 4.21.2.
* Dev - Bump `http-proxy-middleware` from 2.0.6 to 2.0.7.
* Dev - Bump `braces` from 3.0.2 to 3.0.3.
* Dev - Bump `webpack-dev-middleware` from 5.3.3 to 5.3.4.
* Dev - Bump `nanoid` from 3.3.7 to 3.3.8.
* Dev - Bump `micromatch` from 4.0.5 to 4.0.8.
* Dev - Bump `serialize-javascript` from 6.0.1 to 6.0.2.
* Dev - Bump `webpack` from 5.88.2 to 5.97.1.

2025-02-12 - version 2.9.1
* Fix - Ensure the final release asset includes the `build` directory.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-gateway-gocardless",
"version": "2.9.1",
"version": "2.9.2",
"description": "GoCardless for WooCommerce",
"homepage": "https://woocommerce.com/products/gocardless/",
"license": "GPL-3.0-or-later",
Expand Down
13 changes: 12 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: gocardless, woocommerce, automattic
Tags: gocardless, woocommerce, direct debit, instant bank pay
Tested up to: 6.7
Stable tag: 2.9.1
Stable tag: 2.9.2
License: GPL-3.0-or-later
License URI: https://spdx.org/licenses/GPL-3.0-or-later.html

Expand Down Expand Up @@ -140,6 +140,17 @@ Yes, it uses [GoCardless](https://gocardless.com/) ([privacy policy](https://goc

== Changelog ==

= 2.9.2 - 2025-02-18 =
* Dev - Fix QIT E2E tests and add support for a few new test types.
* Dev - Bump `path-to-regexp` from 0.1.7 to 0.1.12 and `express` from 4.18.2 to 4.21.2.
* Dev - Bump `http-proxy-middleware` from 2.0.6 to 2.0.7.
* Dev - Bump `braces` from 3.0.2 to 3.0.3.
* Dev - Bump `webpack-dev-middleware` from 5.3.3 to 5.3.4.
* Dev - Bump `nanoid` from 3.3.7 to 3.3.8.
* Dev - Bump `micromatch` from 4.0.5 to 4.0.8.
* Dev - Bump `serialize-javascript` from 6.0.1 to 6.0.2.
* Dev - Bump `webpack` from 5.88.2 to 5.97.1.

= 2.9.1 - 2025-02-12 =
* Fix - Ensure the final release asset includes the `build` directory.

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-gateway-gocardless.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: GoCardless for WooCommerce
* Plugin URI: https://www.woocommerce.com/products/gocardless/
* Description: Extends both WooCommerce and WooCommerce Subscriptions with the GoCardless Payment Gateway. A GoCardless merchant account is required.
* Version: 2.9.1
* Version: 2.9.2
* Requires at least: 6.5
* Requires PHP: 7.4
* PHP tested up to: 8.3
Expand Down Expand Up @@ -38,7 +38,7 @@ class WC_GoCardless {
*
* @var string
*/
public $version = '2.9.1'; // WRCS: DEFINED_VERSION.
public $version = '2.9.2'; // WRCS: DEFINED_VERSION.

/**
* Plugin's absolute path.
Expand Down

0 comments on commit f9890f3

Please sign in to comment.