Plugin Directory

Changeset 3339521


Ignore:
Timestamp:
08/05/2025 09:25:56 AM (8 months ago)
Author:
tacticais
Message:

Teya RPG, version 1.0.37

Location:
payment-gateway-via-borgun-rpg-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • payment-gateway-via-borgun-rpg-for-woocommerce/trunk/README.txt

    r3318351 r3339521  
    44Requires at least: 4.4
    55Requires PHP: 7.0
    6 Tested up to: 6.8.1
    7 WC tested up to: 9.9.5
     6Tested up to: 6.8.2
     7WC tested up to: 10.0.4
    88WC requires at least: 3.2.3
    9 Stable tag: 1.0.36
     9Stable tag: 1.0.37
    1010License: GPLv3
    1111License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4141
    4242== Changelog ==
     43
     44= 1.0.37 =
     45* Tested with WordPress 6.8.2 and WooCommerce 10.0.4
     46* Add single token life time
    4347
    4448= 1.0.36 =
  • payment-gateway-via-borgun-rpg-for-woocommerce/trunk/assets/js/borgun_rpg.js

    r2993075 r3339521  
    7171                'expMonth': expMonth,
    7272                'expYear': expYear,
    73                 'cvc': cvc
     73                'cvc': cvc,
     74                'tokenLifetime': 900
    7475            }, borgunResponseHandler);
    7576          }
  • payment-gateway-via-borgun-rpg-for-woocommerce/trunk/borgun-rpg.php

    r3318351 r3339521  
    44 * Plugin URI: https://profiles.wordpress.org/tacticais/
    55 * Description: Extends WooCommerce with a <a href="https://docs.borgun.is/paymentgateways/bapi/" target="_blank">Teya RPG</a> gateway.
    6  * Version: 1.0.36
     6 * Version: 1.0.37
    77 * Author: Tactica
    88 * Author URI: http://tactica.is
     
    2222require_once 'includes/class-borgun-rpg-api.php';
    2323
    24 define( 'BORGUN_RPG_VERSION', '1.0.36' );
     24define( 'BORGUN_RPG_VERSION', '1.0.37' );
    2525define( 'BORGUN_RPG_URL', plugin_dir_url( __FILE__ ) );
    2626define( 'BORGUN_RPG_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.