Skip to content

Commit a516540

Browse files
committed
🔖 Bump version to 1.0.2
1 parent 55ead44 commit a516540

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: ARMember, webhook, google sheets, apps script, automation, profile update
44
Requires at least: 5.0
55
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 1.0.1
7+
Stable tag: 1.0.2
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

webhookarm.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: WebHookARM
44
* Plugin URI: https://github.com/renatobo/WebHookARM
55
* Description: WebHookARM is a lightweight WordPress plugin that listens for ARMember profile update events and securely sends the user data to a webhook endpoint (Google Apps Script Web App or Make.com).
6-
* Version: 1.0
6+
* Version: 1.0.2
77
* Author: Renato Bonomini
88
* Author URI: https://github.com/renatobo
99
* License: GPLv2 or later
@@ -13,7 +13,7 @@
1313

1414
defined('ABSPATH') or die('No script kiddies please!');
1515

16-
define('BONO_ARM_WEBHOOK_VERSION', '1.0');
16+
define('BONO_ARM_WEBHOOK_VERSION', '1.0.2');
1717

1818
// Conditionally register the webhook
1919
add_action('plugins_loaded', function () {

0 commit comments

Comments
 (0)