Plugin Directory

Changeset 2939235

Timestamp:
07/17/2023 03:35:24 AM (13 months ago)
Author:
rafiq91
Message:

Update to version 1.3.1 from GitHub

Location:
helpgent
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • helpgent/tags/1.3.1/helper/const.php

    r2939109 r2939235  
    22
    33if ( ! defined( 'HELPGENT_VERSION' ) ) {
    4     define( 'HELPGENT_VERSION', '1.3.0' );
     4    define( 'HELPGENT_VERSION', '1.3.' );
    55}
    66
  • helpgent/tags/1.3.1/helpgent.php

    r2939109 r2939235  
    11<?php
    22/**
    3  * HelpGent
    4  *
    5  * @package           HelpGent
    6  * @author            wpWax
    7  * @copyright         2022 wpWax
    8  * @license           GPL-2.0-or-later
    9  *
    10  * @wordpress-plugin
    113 * Plugin Name:       HelpGent
    12  * Plugin URI:        https://github.com/sovware/helpgent
     4 * Plugin URI:        https://
    135 * Description:       HelpGent is a reliable, asynchronous communication tool that offers jaw-dropping qualities like video messaging, voice messaging, text messaging, and screen recording.
    14  * Version:           1.3.0
     6 * Version:           1.3.
    157 * Requires at least: 5.2
    168 * Requires PHP:      7.2
    179 * Author:            wpWax
    18  * Author URI:        https://github.com/sovware
     10 * Author URI:        https://
    1911 * Text Domain:       helpgent
    2012 * License:           GPL v2 or later
    2113 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    22  * Update URI:        https://github.com/sovware/helpgent
    2314 */
    2415
  • helpgent/tags/1.3.1/readme.txt

    r2939109 r2939235  
    55Tested up to: 6.2
    66Requires PHP: 7.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • helpgent/trunk/helper/const.php

    r2939109 r2939235  
    22
    33if ( ! defined( 'HELPGENT_VERSION' ) ) {
    4     define( 'HELPGENT_VERSION', '1.3.0' );
     4    define( 'HELPGENT_VERSION', '1.3.' );
    55}
    66
  • helpgent/trunk/helpgent.php

    r2939109 r2939235  
    11<?php
    22/**
    3  * HelpGent
    4  *
    5  * @package           HelpGent
    6  * @author            wpWax
    7  * @copyright         2022 wpWax
    8  * @license           GPL-2.0-or-later
    9  *
    10  * @wordpress-plugin
    113 * Plugin Name:       HelpGent
    12  * Plugin URI:        https://github.com/sovware/helpgent
     4 * Plugin URI:        https://
    135 * Description:       HelpGent is a reliable, asynchronous communication tool that offers jaw-dropping qualities like video messaging, voice messaging, text messaging, and screen recording.
    14  * Version:           1.3.0
     6 * Version:           1.3.
    157 * Requires at least: 5.2
    168 * Requires PHP:      7.2
    179 * Author:            wpWax
    18  * Author URI:        https://github.com/sovware
     10 * Author URI:        https://
    1911 * Text Domain:       helpgent
    2012 * License:           GPL v2 or later
    2113 * License URI:       http://www.gnu.org/licenses/gpl-2.0.txt
    22  * Update URI:        https://github.com/sovware/helpgent
    2314 */
    2415
  • helpgent/trunk/readme.txt

    r2939109 r2939235  
    55Tested up to: 6.2
    66Requires PHP: 7.0
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.