Changeset 3339521
- Timestamp:
- 08/05/2025 09:25:56 AM (8 months ago)
- Location:
- payment-gateway-via-borgun-rpg-for-woocommerce/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (2 diffs)
-
assets/js/borgun_rpg.js (modified) (1 diff)
-
borgun-rpg.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payment-gateway-via-borgun-rpg-for-woocommerce/trunk/README.txt
r3318351 r3339521 4 4 Requires at least: 4.4 5 5 Requires PHP: 7.0 6 Tested up to: 6.8. 17 WC tested up to: 9.9.56 Tested up to: 6.8.2 7 WC tested up to: 10.0.4 8 8 WC requires at least: 3.2.3 9 Stable tag: 1.0.3 69 Stable tag: 1.0.37 10 10 License: GPLv3 11 11 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 41 41 42 42 == Changelog == 43 44 = 1.0.37 = 45 * Tested with WordPress 6.8.2 and WooCommerce 10.0.4 46 * Add single token life time 43 47 44 48 = 1.0.36 = -
payment-gateway-via-borgun-rpg-for-woocommerce/trunk/assets/js/borgun_rpg.js
r2993075 r3339521 71 71 'expMonth': expMonth, 72 72 'expYear': expYear, 73 'cvc': cvc 73 'cvc': cvc, 74 'tokenLifetime': 900 74 75 }, borgunResponseHandler); 75 76 } -
payment-gateway-via-borgun-rpg-for-woocommerce/trunk/borgun-rpg.php
r3318351 r3339521 4 4 * Plugin URI: https://profiles.wordpress.org/tacticais/ 5 5 * Description: Extends WooCommerce with a <a href="https://docs.borgun.is/paymentgateways/bapi/" target="_blank">Teya RPG</a> gateway. 6 * Version: 1.0.3 66 * Version: 1.0.37 7 7 * Author: Tactica 8 8 * Author URI: http://tactica.is … … 22 22 require_once 'includes/class-borgun-rpg-api.php'; 23 23 24 define( 'BORGUN_RPG_VERSION', '1.0.3 6' );24 define( 'BORGUN_RPG_VERSION', '1.0.37' ); 25 25 define( 'BORGUN_RPG_URL', plugin_dir_url( __FILE__ ) ); 26 26 define( 'BORGUN_RPG_DIR', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.