Changeset 3368345
- Timestamp:
- 09/26/2025 09:28:52 AM (6 months ago)
- Location:
- tami-payment/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
tami-payment.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tami-payment/trunk/readme.txt
r3368323 r3368345 1 1 === Tami Payment Gateway for WooCommerce === 2 2 Contributors: grilabs 3 Tags: tami, payment, payment gateway, ödeme, sanal pos , pos3 Tags: tami, payment, payment gateway, ödeme, sanal pos 4 4 Requires at least: 5.2 5 5 Tested up to: 6.8.1 6 Stable tag: 1. 16 Stable tag: 1.2 7 7 Requires PHP: 7.2 8 8 License: LGPL v3.0 … … 57 57 * Nonce verification in the callback step was causing problems. Removed. 58 58 * Fixed some display problems. 59 60 = 1.2 = 61 * Plugin tags updated for Wordpress market warnings. -
tami-payment/trunk/tami-payment.php
r3368323 r3368345 4 4 * Plugin URI: https://www.tami.com.tr/ 5 5 * Description: The exact payment method you want for WooCommerce: Tami 6 * Version: 1. 16 * Version: 1.2 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 … … 24 24 25 25 define( 'TAMI_MIN_WC_VER', '6.0' ); 26 define( 'TAMI_WOOCOMMERCE_MODULE_VERSION', '1. 1' );26 define( 'TAMI_WOOCOMMERCE_MODULE_VERSION', '1.2' ); 27 27 define( 'TAMI_PLUGIN_PATH', plugin_dir_path( __FILE__ ) ); 28 28 function tami_woocommerce_missing_notice() {
Note: See TracChangeset
for help on using the changeset viewer.