Changeset 2687483
- Timestamp:
- 03/02/2022 12:27:51 PM (4 years ago)
- Location:
- vandar-woocommerce-gateway
- Files:
-
- 6 edited
- 1 moved
-
tags/2.1.0 (moved) (moved from vandar-woocommerce-gateway/tags/2.0.0)
-
tags/2.1.0/class-wc-gateway-vandario.php (modified) (1 diff)
-
tags/2.1.0/index.php (modified) (1 diff)
-
trunk/class-wc-gateway-vandario.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/readme.md (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vandar-woocommerce-gateway/tags/2.1.0/class-wc-gateway-vandario.php
r2685357 r2687483 75 75 $this->failed_massage = $this->settings['failed_massage']; 76 76 77 if (version_compare(WOOCOMMERCE_VERSION, '2. 0.0', '>='))77 if (version_compare(WOOCOMMERCE_VERSION, '2.1.0', '>=')) 78 78 add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options')); 79 79 else -
vandar-woocommerce-gateway/tags/2.1.0/index.php
r2685357 r2687483 2 2 /* 3 3 Plugin Name: Vandar WooCommerce Gateway 4 Version: 2. 0.04 Version: 2.1.0 5 5 Description: درگاه پرداخت وندار برای فروشگاه ساز ووکامرس 6 6 Plugin URI: https://vandar.io -
vandar-woocommerce-gateway/trunk/class-wc-gateway-vandario.php
r2685353 r2687483 75 75 $this->failed_massage = $this->settings['failed_massage']; 76 76 77 if (version_compare(WOOCOMMERCE_VERSION, '2. 0.0', '>='))77 if (version_compare(WOOCOMMERCE_VERSION, '2.1.0', '>=')) 78 78 add_action('woocommerce_update_options_payment_gateways_' . $this->id, array($this, 'process_admin_options')); 79 79 else -
vandar-woocommerce-gateway/trunk/index.php
r2473750 r2687483 2 2 /* 3 3 Plugin Name: Vandar WooCommerce Gateway 4 Version: 2. 0.04 Version: 2.1.0 5 5 Description: درگاه پرداخت وندار برای فروشگاه ساز ووکامرس 6 6 Plugin URI: https://vandar.io -
vandar-woocommerce-gateway/trunk/readme.md
r2685356 r2687483 4 4 Tags: درگاه پرداخت وندار,درگاه,وندار,درگاه وندار, vandar, payment,vandario,vandar.io, e-commerce, ووکامرس, ووکامرس فارسی,Vandar.io woocommerce,بانک وندار,درگاه پرداخت,payment gateway,woocommerce payment 5 5 Requires at least: 4.5 6 Tested up to: 5. 4.17 Stable tag: 2. 0.06 Tested up to: 5.9.1 7 Stable tag: 2.1.0 8 8 9 9 پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار -
vandar-woocommerce-gateway/trunk/readme.txt
r2685355 r2687483 4 4 Tags: درگاه پرداخت وندار,درگاه,وندار,درگاه وندار, vandar, payment,vandario,vandar.io, e-commerce, ووکامرس, ووکامرس فارسی,Vandar.io woocommerce,بانک وندار,درگاه پرداخت,payment gateway,woocommerce payment 5 5 Requires at least: 4.5 6 Tested up to: 5. 4.17 Stable tag: 2. 0.06 Tested up to: 5.9.1 7 Stable tag: 2.1.0 8 8 9 9 پرداخت اینترنتی وجه به وسیله درگاه پرداخت واسط وندار
Note: See TracChangeset
for help on using the changeset viewer.