Skip to content

Commit

Permalink
Merge pull request #34 from gocardless/update/displayname
Browse files Browse the repository at this point in the history
Update displayname to `GoCardless for WooCommerce`
  • Loading branch information
dkotter authored Feb 13, 2025
2 parents a93dfb2 + 6f871cb commit 6b98020
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WooCommerce GoCardless Gateway
# GoCardless for WooCommerce

> Extends WooCommerce with a GoCardless gateway. A GoCardless merchant account is required.
Expand All @@ -8,7 +8,7 @@

## Overview

This is a feature plugin for accepting payments via [GoCardless](https://gocardless.com/). It requires [WooCommerce](https://wordpress.org/plugins/woocommerce/) to be installed before the WooCommerce GoCardless Gateway can be activated.
This is a feature plugin for accepting payments via [GoCardless](https://gocardless.com/). It requires [WooCommerce](https://wordpress.org/plugins/woocommerce/) to be installed before GoCardless for WooCommerce can be activated.

## Compatibility

Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*** WooCommerce GoCardless Gateway Changelog ***
*** GoCardless for WooCommerce Changelog ***

2025-02-12 - version 2.9.1
* Fix - Ensure the final release asset includes the `build` directory.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-gateway-gocardless",
"version": "2.9.1",
"description": "WooCommerce GoCardless Gateway",
"description": "GoCardless for WooCommerce",
"homepage": "https://woocommerce.com/products/gocardless/",
"license": "GPL-3.0-or-later",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
=== WooCommerce GoCardless Gateway ===
=== GoCardless for WooCommerce ===
Contributors: gocardless, woocommerce, automattic
Tags: gocardless, woocommerce, direct debit, instant bank pay
Tested up to: 6.7
Expand All @@ -10,7 +10,7 @@ Extends WooCommerce with a GoCardless gateway. A GoCardless merchant account is

== Description ==

This is a feature plugin for accepting payments via [GoCardless](https://gocardless.com/). It requires [WooCommerce](https://wordpress.org/plugins/woocommerce/) to be installed before the WooCommerce GoCardless Gateway can be activated.
This is a feature plugin for accepting payments via [GoCardless](https://gocardless.com/). It requires [WooCommerce](https://wordpress.org/plugins/woocommerce/) to be installed before GoCardless for WooCommerce can be activated.

= Compatibility =

Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/bin/initialize.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

echo "Initializing WooCommerce GoCardless Gateway E2E"
echo "Initializing GoCardless for WooCommerce E2E"

# Enable pretty permalinks.
wp-env run tests-wordpress chmod -c ugo+w /var/www/html
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/specs/admin.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test.describe('Admin Tests', () => {
// Addon is active by default in the test environment, so we need to validate that it is activated.
await expect(
page.getByRole('link', {
name: 'Deactivate WooCommerce GoCardless Gateway',
name: 'Deactivate GoCardless for WooCommerce',
exact: true,
})
).toBeVisible();
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/test-plugins/e2e-test-plugin/e2e-test-plugin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* Plugin name: WooCommerce WooCommerce GoCardless Gateway Test plugin
* Plugin name: GoCardless for WooCommerce Test plugin
*/

// Remove the https from the API request URL
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-gateway-gocardless.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php //phpcs:ignore WordPress.Files.FileName.InvalidClassFileName -- Main plugin file
/**
* Plugin Name: WooCommerce GoCardless Gateway
* 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
Expand Down

0 comments on commit 6b98020

Please sign in to comment.