Plugin Directory

Changeset 2687483


Ignore:
Timestamp:
03/02/2022 12:27:51 PM (4 years ago)
Author:
vandarpay
Message:

check WooCommerce plugin and get 120 character of description

Location:
vandar-woocommerce-gateway
Files:
6 edited
1 moved

Legend:

Unmodified
Added
Removed
  • vandar-woocommerce-gateway/tags/2.1.0/class-wc-gateway-vandario.php

    r2685357 r2687483  
    7575                $this->failed_massage = $this->settings['failed_massage'];
    7676
    77                 if (version_compare(WOOCOMMERCE_VERSION, '2.0.0', '>='))
     77                if (version_compare(WOOCOMMERCE_VERSION, '2.1.0', '>='))
    7878                    add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options'));
    7979                else
  • vandar-woocommerce-gateway/tags/2.1.0/index.php

    r2685357 r2687483  
    22/*
    33Plugin Name: Vandar WooCommerce Gateway
    4 Version: 2.0.0
     4Version: 2.1.0
    55Description:   درگاه پرداخت وندار برای فروشگاه ساز ووکامرس
    66Plugin URI: https://vandar.io
  • vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php

    r2685353 r2687483  
    7575                $this->failed_massage = $this->settings['failed_massage'];
    7676
    77                 if (version_compare(WOOCOMMERCE_VERSION, '2.0.0', '>='))
     77                if (version_compare(WOOCOMMERCE_VERSION, '2.1.0', '>='))
    7878                    add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options'));
    7979                else
  • vandar-woocommerce-gateway/trunk/index.php

    r2473750 r2687483  
    22/*
    33Plugin Name: Vandar WooCommerce Gateway
    4 Version: 2.0.0
     4Version: 2.1.0
    55Description:   درگاه پرداخت وندار برای فروشگاه ساز ووکامرس
    66Plugin URI: https://vandar.io
  • vandar-woocommerce-gateway/trunk/readme.md

    r2685356 r2687483  
    44Tags:  درگاه پرداخت وندار,درگاه,وندار,درگاه وندار, vandar, payment,vandario,vandar.io, e-commerce, ووکامرس, ووکامرس فارسی,Vandar.io woocommerce,بانک وندار,درگاه پرداخت,payment gateway,woocommerce payment
    55Requires at least: 4.5
    6 Tested up to: 5.4.1
    7 Stable tag: 2.0.0
     6Tested up to: 5.9.1
     7Stable tag: 2.1.0
    88
    99پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار
  • vandar-woocommerce-gateway/trunk/readme.txt

    r2685355 r2687483  
    44Tags:  درگاه پرداخت وندار,درگاه,وندار,درگاه وندار, vandar, payment,vandario,vandar.io, e-commerce, ووکامرس, ووکامرس فارسی,Vandar.io woocommerce,بانک وندار,درگاه پرداخت,payment gateway,woocommerce payment
    55Requires at least: 4.5
    6 Tested up to: 5.4.1
    7 Stable tag: 2.0.0
     6Tested up to: 5.9.1
     7Stable tag: 2.1.0
    88
    99پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار
Note: See TracChangeset for help on using the changeset viewer.