Plugin Directory

Changeset 2994886

Timestamp:
11/13/2023 05:12:47 AM (9 months ago)
Author:
rafiq91
Message:

Update to version 1.3.4 from GitHub

Location:
helpgent
Files:
48 added
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • helpgent/tags/1.3.4/app/Module/Core/Admin/Admin_Notices.php

    r2822697 r2994886  
    99    {
    1010        add_action('wp_loaded', [$this, 'remove_all_notice_actions']);
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
    1164    }
    1265
  • helpgent/tags/1.3.4/helper/const.php

    r2940617 r2994886  
    22
    33if ( ! defined( 'HELPGENT_VERSION' ) ) {
    4     define( 'HELPGENT_VERSION', '1.3.3' );
     4    define( 'HELPGENT_VERSION', '1.3.' );
    55}
    66
  • helpgent/tags/1.3.4/helpgent.php

    r2940617 r2994886  
    44 * Plugin URI:        https://wpwax.com/helpgent/
    55 * Description:       HelpGent is a reliable, asynchronous communication tool that offers jaw-dropping qualities like video messaging, voice messaging, text messaging, and screen recording.
    6  * Version:           1.3.3
     6 * Version:           1.3.
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
     
    3939 }
    4040
     41
     42
     43
    4144require dirname( __FILE__ ) . '/vendor/autoload.php';
    4245require dirname( __FILE__ ) . '/helper/const.php';
  • helpgent/trunk/app/Module/Core/Admin/Admin_Notices.php

    r2822697 r2994886  
    99    {
    1010        add_action('wp_loaded', [$this, 'remove_all_notice_actions']);
     11
     12
     13
     14
     15
     16
     17
     18
     19
     20
     21
     22
     23
     24
     25
     26
     27
     28
     29
     30
     31
     32
     33
     34
     35
     36
     37
     38
     39
     40
     41
     42
     43
     44
     45
     46
     47
     48
     49
     50
     51
     52
     53
     54
     55
     56
     57
     58
     59
     60
     61
     62
     63
    1164    }
    1265
  • helpgent/trunk/helper/const.php

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

    r2940617 r2994886  
    44 * Plugin URI:        https://wpwax.com/helpgent/
    55 * Description:       HelpGent is a reliable, asynchronous communication tool that offers jaw-dropping qualities like video messaging, voice messaging, text messaging, and screen recording.
    6  * Version:           1.3.3
     6 * Version:           1.3.
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
     
    3939 }
    4040
     41
     42
     43
    4144require dirname( __FILE__ ) . '/vendor/autoload.php';
    4245require dirname( __FILE__ ) . '/helper/const.php';
Note: See TracChangeset for help on using the changeset viewer.