Changeset 3189950
- Timestamp:
- 11/16/2024 04:19:29 AM (17 months ago)
- Location:
- webhookx/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (3 diffs)
-
composer.json (modified) (1 diff)
-
languages/webhookx.pot (modified) (2 diffs)
-
webhookx.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webhookx/trunk/README.txt
r3189944 r3189950 1 1 === WebhookX === 2 Contributors: webhookx2 Contributors: softtent, therakib7 3 3 Tags: webhhook 4 4 Requires at least: 6.2 5 Tested up to: 6. 65 Tested up to: 6.7 6 6 Requires PHP: 7.4 7 7 Stable tag: 0.1.0 8 8 License: GPL-2.0-or-later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 Author: WPOzo11 Author URI: https:// wpozo.com10 Author: SoftTent 11 Author URI: https://softtent.com 12 12 13 13 This plugin seamlessly integrates webhookx into WordPress, enabling automated communication with external systems based on user actions and roles. … … 23 23 == Frequently Asked Questions == 24 24 25 = How to use this plugin =26 27 * Go to Dashboard > WebhookX > Manage Webhooks.28 29 25 = Where can I find documentation? = 30 For detailed documentation, visit [https:// wpozo.com](https://wpozo.com).26 For detailed documentation, visit [https://softent.com](https://softent.com). 31 27 32 28 = Need Any Help? = 33 29 34 * Please mail us at `contact@ wpozo.com`30 * Please mail us at `contact@softtent.com` 35 31 36 32 == Changelog == … … 42 38 This is the first version of WebhookX. 43 39 44 == Screenshots ==45 1. Manage Webhook For Users46 2. Manage Webhook For Roles47 40 48 41 == Additional Information == 49 For more information and updates, visit the official website [https:// wpozo.com](https://wpozo.com).42 For more information and updates, visit the official website [https://softtent.com](https://softtent.com). 50 43 51 44 == License == 52 45 This plugin is licensed under the GPL-2.0-or-later License. 53 54 == Source Code ==55 The source code for this plugin can be found on [GitHub](https://github.com/therakib7/webhookx). All development instructions are mentioned there. -
webhookx/trunk/composer.json
r3189944 r3189950 7 7 "authors": [ 8 8 { 9 "name": " WPOzo",10 "email": "contact@ wpozo.com"9 "name": "SoftTent", 10 "email": "contact@softtent.com" 11 11 } 12 12 ], -
webhookx/trunk/languages/webhookx.pot
r3189944 r3189950 9 9 "Content-Type: text/plain; charset=UTF-8\n" 10 10 "Content-Transfer-Encoding: 8bit\n" 11 "POT-Creation-Date: 2024-11-16T0 3:26:49+00:00\n"11 "POT-Creation-Date: 2024-11-16T04:15:22+00:00\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "X-Generator: WP-CLI 2.11.0\n" … … 33 33 #. Author of the plugin 34 34 #: webhookx.php 35 msgid " WPOzo"35 msgid "SoftTent" 36 36 msgstr "" 37 37 38 38 #. Author URI of the plugin 39 39 #: webhookx.php 40 msgid "https:// wpozo.com"40 msgid "https://softtent.com" 41 41 msgstr "" 42 42 -
webhookx/trunk/webhookx.php
r3189944 r3189950 3 3 * WebhookX - This plugin seamlessly integrates webhookx into WordPress, enabling automated communication with external systems based on user actions and roles. 4 4 * 5 * @package WPOzo- WebhookX6 * @author WPOzo <contact@wpozo.com>7 * @link https:// wpozo.com8 * @copyright 2023 WPOzo5 * @package SoftTent - WebhookX 6 * @author SoftTent <contact@softtent.com> 7 * @link https://softtent.com 8 * @copyright 2023 SoftTent 9 9 * 10 10 * @wordpress-plugin … … 13 13 * Description: This plugin seamlessly integrates webhookx into WordPress, enabling automated communication with external systems based on user actions and roles. 14 14 * Version: 0.1.0 15 * Author: WPOzo16 * Author URI: https:// wpozo.com15 * Author: SoftTent 16 * Author URI: https://softtent.com 17 17 * Requires at least: 6.2 18 18 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.