Plugin Directory

Changeset 3303486


Ignore:
Timestamp:
05/30/2025 10:29:41 AM (10 months ago)
Author:
sepayteam
Message:

Fix dup function name

Location:
sepay-gateway
Files:
5 deleted
2 edited
10 copied

Legend:

Unmodified
Added
Removed
  • sepay-gateway/tags/1.1.11/readme.txt

    r3290200 r3303486  
    44 - Tags: woocommerce, payment gateway, vietqr, ngan hang, thanh toan
    55 - Requires WooCommerce at least: 2.1
    6  - Stable Tag: 1.1.10
    7  - Version: 1.1.10
     6 - Stable Tag: 1.1.11
     7 - Version: 1.1.11
    88 - Tested up to: 6.6
    99 - Requires at least: 5.6
  • sepay-gateway/tags/1.1.11/sepay-gateway.php

    r3290200 r3303486  
    66 * Author: SePay Team
    77 * Author URI: https://sepay.vn/
    8  * Version: 1.1.10
     8 * Version: 1.1.11
    99 * Requires Plugins: woocommerce
    1010 * Text Domain: sepay-gateway
     
    2828}
    2929
    30 add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'add_action_links');
    31 
    32 function add_action_links($links): array
     30add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'sepay_add_action_links');
     31
     32function sepay_add_action_links($links): array
    3333{
    3434    $plugin_links = array(
  • sepay-gateway/trunk/readme.txt

    r3290200 r3303486  
    44 - Tags: woocommerce, payment gateway, vietqr, ngan hang, thanh toan
    55 - Requires WooCommerce at least: 2.1
    6  - Stable Tag: 1.1.10
    7  - Version: 1.1.10
     6 - Stable Tag: 1.1.11
     7 - Version: 1.1.11
    88 - Tested up to: 6.6
    99 - Requires at least: 5.6
  • sepay-gateway/trunk/sepay-gateway.php

    r3290200 r3303486  
    66 * Author: SePay Team
    77 * Author URI: https://sepay.vn/
    8  * Version: 1.1.10
     8 * Version: 1.1.11
    99 * Requires Plugins: woocommerce
    1010 * Text Domain: sepay-gateway
     
    2828}
    2929
    30 add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'add_action_links');
    31 
    32 function add_action_links($links): array
     30add_filter('plugin_action_links_' . plugin_basename(__FILE__), 'sepay_add_action_links');
     31
     32function sepay_add_action_links($links): array
    3333{
    3434    $plugin_links = array(
Note: See TracChangeset for help on using the changeset viewer.