Plugin Directory

Changeset 3189950


Ignore:
Timestamp:
11/16/2024 04:19:29 AM (17 months ago)
Author:
softtent
Message:

Adding initial beta version

Location:
webhookx/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • webhookx/trunk/README.txt

    r3189944 r3189950  
    11=== WebhookX ===
    2 Contributors: webhookx
     2Contributors: softtent, therakib7
    33Tags: webhhook
    44Requires at least: 6.2
    5 Tested up to: 6.6
     5Tested up to: 6.7
    66Requires PHP: 7.4
    77Stable tag: 0.1.0
    88License: GPL-2.0-or-later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10 Author: WPOzo
    11 Author URI: https://wpozo.com
     10Author: SoftTent
     11Author URI: https://softtent.com
    1212
    1313This plugin seamlessly integrates webhookx into WordPress, enabling automated communication with external systems based on user actions and roles.
     
    2323== Frequently Asked Questions ==
    2424
    25 = How to use this plugin =
    26 
    27 * Go to Dashboard > WebhookX > Manage Webhooks.
    28 
    2925= Where can I find documentation? =
    30 For detailed documentation, visit [https://wpozo.com](https://wpozo.com).
     26For detailed documentation, visit [https://softent.com](https://softent.com).
    3127
    3228= Need Any Help? =
    3329
    34 * Please mail us at `contact@wpozo.com`
     30* Please mail us at `contact@softtent.com`
    3531
    3632== Changelog ==
     
    4238This is the first version of WebhookX.
    4339
    44 == Screenshots ==
    45 1. Manage Webhook For Users
    46 2. Manage Webhook For Roles
    4740
    4841== Additional Information ==
    49 For more information and updates, visit the official website [https://wpozo.com](https://wpozo.com).
     42For more information and updates, visit the official website [https://softtent.com](https://softtent.com).
    5043
    5144== License ==
    5245This 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  
    77    "authors": [
    88        {
    9             "name": "WPOzo",
    10             "email": "contact@wpozo.com"
     9            "name": "SoftTent",
     10            "email": "contact@softtent.com"
    1111        }
    1212    ],
  • webhookx/trunk/languages/webhookx.pot

    r3189944 r3189950  
    99"Content-Type: text/plain; charset=UTF-8\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "POT-Creation-Date: 2024-11-16T03:26:49+00:00\n"
     11"POT-Creation-Date: 2024-11-16T04:15:22+00:00\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"X-Generator: WP-CLI 2.11.0\n"
     
    3333#. Author of the plugin
    3434#: webhookx.php
    35 msgid "WPOzo"
     35msgid "SoftTent"
    3636msgstr ""
    3737
    3838#. Author URI of the plugin
    3939#: webhookx.php
    40 msgid "https://wpozo.com"
     40msgid "https://softtent.com"
    4141msgstr ""
    4242
  • webhookx/trunk/webhookx.php

    r3189944 r3189950  
    33 * WebhookX - This plugin seamlessly integrates webhookx into WordPress, enabling automated communication with external systems based on user actions and roles.
    44 *
    5  * @package   WPOzo - WebhookX
    6  * @author    WPOzo <contact@wpozo.com>
    7  * @link      https://wpozo.com
    8  * @copyright 2023 WPOzo
     5 * @package   SoftTent - WebhookX
     6 * @author    SoftTent <contact@softtent.com>
     7 * @link      https://softtent.com
     8 * @copyright 2023 SoftTent
    99 *
    1010 * @wordpress-plugin
     
    1313 * Description:       This plugin seamlessly integrates webhookx into WordPress, enabling automated communication with external systems based on user actions and roles.
    1414 * Version:           0.1.0
    15  * Author:            WPOzo
    16  * Author URI:        https://wpozo.com
     15 * Author:            SoftTent
     16 * Author URI:        https://softtent.com
    1717 * Requires at least: 6.2
    1818 * Requires PHP:      7.4
Note: See TracChangeset for help on using the changeset viewer.