Skip to content

Commit 822b3f7

Browse files
committed
Improve plugin description
1 parent eeb2222 commit 822b3f7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.cliff/cliff-readme-txt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requires PHP: 8.0
1010
License: GPL-2.0-or-later
1111
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1212
13-
Add WooCommerce customers to Brevo the simple way.
13+
Add WooCommerce customers to Brevo on product purchase.
1414
1515
== Description ==
1616

brevwoo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: BrevWoo
44
* Plugin URI: https://github.com/AlecRust/brevwoo
5-
* Description: Add WooCommerce customers to Brevo the simple way.
5+
* Description: Add WooCommerce customers to Brevo on product purchase.
66
* Version: 2.0.0
77
* Requires at least: 6.4
88
* Tested up to: 6.9

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alecrust/brevwoo",
3-
"description": "Add WooCommerce customers to Brevo the simple way.",
3+
"description": "Add WooCommerce customers to Brevo on product purchase.",
44
"homepage": "https://github.com/AlecRust/brevwoo",
55
"license": "GPL-2.0-or-later",
66
"type": "wordpress-plugin",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "brevwoo",
33
"version": "2.0.0",
4-
"description": "Add WooCommerce customers to Brevo the simple way.",
4+
"description": "Add WooCommerce customers to Brevo on product purchase.",
55
"author": "Alec Rust (https://www.alecrust.com/)",
66
"license": "GPL-2.0-or-later",
77
"repository": "https://github.com/AlecRust/brevwoo",

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Requires PHP: 8.0
88
License: GPL-2.0-or-later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

11-
Add WooCommerce customers to Brevo the simple way.
11+
Add WooCommerce customers to Brevo on product purchase.
1212

1313
== Description ==
1414

0 commit comments

Comments
 (0)