Plugin Directory

Changeset 3185667


Ignore:
Timestamp:
11/11/2024 12:12:15 PM (16 months ago)
Author:
CardGate
Message:

Fix: Payments list

Location:
cardgate
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cardgate/tags/3.2.1/cardgate.php

    r3142961 r3185667  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 3.2.0
     9 * Version: 3.2.1
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
     
    316316     */
    317317    static function cardgate_payments_table() {
     318        require_once 'classes/Cardgate_PaymentsListTable.php';
    318319        global $wp_list_table;
     320
    319321        $wp_list_table = new Cardgate_PaymentsListTable();
    320322        $icon_file = plugins_url('images/cardgate.png', __FILE__);
  • cardgate/tags/3.2.1/readme.txt

    r3142961 r3185667  
    55Requires at least: 4.4
    66Tested up to: 6.6
    7 Stable tag: 3.2.0
     7Stable tag: 3.2.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7474
    7575== Changelog ==
     76
     77= 3.2.1 =
     78* Fix: Payments list
    7679
    7780= 3.2.0 =
  • cardgate/trunk/cardgate.php

    r3142961 r3185667  
    77 * Author: CardGate
    88 * Author URI: https://www.cardgate.com
    9  * Version: 3.2.0
     9 * Version: 3.2.1
    1010 * Text Domain: cardgate
    1111 * Domain Path: /i18n/languages
     
    316316     */
    317317    static function cardgate_payments_table() {
     318        require_once 'classes/Cardgate_PaymentsListTable.php';
    318319        global $wp_list_table;
     320
    319321        $wp_list_table = new Cardgate_PaymentsListTable();
    320322        $icon_file = plugins_url('images/cardgate.png', __FILE__);
  • cardgate/trunk/readme.txt

    r3142961 r3185667  
    55Requires at least: 4.4
    66Tested up to: 6.6
    7 Stable tag: 3.2.0
     7Stable tag: 3.2.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    7474
    7575== Changelog ==
     76
     77= 3.2.1 =
     78* Fix: Payments list
    7679
    7780= 3.2.0 =
Note: See TracChangeset for help on using the changeset viewer.