Plugin Directory

Changeset 3368345


Ignore:
Timestamp:
09/26/2025 09:28:52 AM (6 months ago)
Author:
grilabs
Message:

Plugin tags updated for Wordpress.org

Location:
tami-payment/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • tami-payment/trunk/readme.txt

    r3368323 r3368345  
    11=== Tami Payment Gateway for WooCommerce ===
    22Contributors: grilabs
    3 Tags: tami, payment, payment gateway, ödeme, sanal pos, pos
     3Tags: tami, payment, payment gateway, ödeme, sanal pos
    44Requires at least: 5.2
    55Tested up to: 6.8.1
    6 Stable tag: 1.1
     6Stable tag: 1.2
    77Requires PHP: 7.2
    88License: LGPL v3.0
     
    5757* Nonce verification in the callback step was causing problems. Removed.
    5858* Fixed some display problems.
     59
     60= 1.2 =
     61* Plugin tags updated for Wordpress market warnings.
  • tami-payment/trunk/tami-payment.php

    r3368323 r3368345  
    44 * Plugin URI:              https://www.tami.com.tr/
    55 * Description:             The exact payment method you want for WooCommerce: Tami
    6  * Version:                 1.1
     6 * Version:                 1.2
    77 * Requires at least:       5.2
    88 * Requires PHP:            7.2
     
    2424
    2525define( 'TAMI_MIN_WC_VER', '6.0' );
    26 define( 'TAMI_WOOCOMMERCE_MODULE_VERSION', '1.1' );
     26define( 'TAMI_WOOCOMMERCE_MODULE_VERSION', '1.2' );
    2727define( 'TAMI_PLUGIN_PATH', plugin_dir_path( __FILE__ ) );
    2828function tami_woocommerce_missing_notice() {
Note: See TracChangeset for help on using the changeset viewer.