Persian Woocommerce - Version 3.2.6.1

Version Description

  • some bug fixed
Download this release

Release Info

Developer Persianscript
Plugin Icon 128x128 Persian Woocommerce
Version 3.2.6.1
Comparing to
See all releases

Code changes from version 3.2.6 to 3.2.6.1

include/tools/class-payir.php CHANGED
@@ -58,7 +58,7 @@ function PW_Load_Payir_Gateway() {
58
  $this->id = 'payir';
59
  $this->method_title = __( 'درگاه پرداخت و کیف پول الکترونیک Pay.ir', 'woocommerce' );
60
  $this->method_description = __( 'تنظیمات درگاه پرداخت و کیف پول الکترونیک Pay.ir برای افزونه WooCommerce', 'woocommerce' );
61
- $this->icon = apply_filters( 'WC_Payir_logo', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/assets/images/payir.png' );
62
  $this->has_fields = false;
63
 
64
  $this->init_form_fields();
@@ -114,7 +114,7 @@ function PW_Load_Payir_Gateway() {
114
  'type' => 'checkbox',
115
  'label' => __( 'فعال سازی درگاه پرداخت Pay.ir', 'woocommerce' ),
116
  'description' => __( 'برای فعال سازی درگاه پرداخت Pay.ir باید چک باکس را تیک بزنید', 'woocommerce' ),
117
- 'default' => 'yes',
118
  'desc_tip' => true
119
  ),
120
  'title' => array(
@@ -266,7 +266,7 @@ function PW_Load_Payir_Gateway() {
266
 
267
  $products = implode( ' - ', $products );
268
 
269
- $description = 'خرید به شماره سفارش: ' . $order->get_order_number() . ' | محصولات: ' . $products;
270
  $mobile = get_post_meta( $order_id, '_billing_phone', true ) ? get_post_meta( $order_id, '_billing_phone', true ) : null;
271
 
272
  $description = apply_filters( 'WC_Payir_Description', $description, $order_id );
58
  $this->id = 'payir';
59
  $this->method_title = __( 'درگاه پرداخت و کیف پول الکترونیک Pay.ir', 'woocommerce' );
60
  $this->method_description = __( 'تنظیمات درگاه پرداخت و کیف پول الکترونیک Pay.ir برای افزونه WooCommerce', 'woocommerce' );
61
+ $this->icon = apply_filters( 'WC_Payir_logo', plugin_dir_url( __FILE__ ) . '/images/payir.png' );
62
  $this->has_fields = false;
63
 
64
  $this->init_form_fields();
114
  'type' => 'checkbox',
115
  'label' => __( 'فعال سازی درگاه پرداخت Pay.ir', 'woocommerce' ),
116
  'description' => __( 'برای فعال سازی درگاه پرداخت Pay.ir باید چک باکس را تیک بزنید', 'woocommerce' ),
117
+ 'default' => 'no',
118
  'desc_tip' => true
119
  ),
120
  'title' => array(
266
 
267
  $products = implode( ' - ', $products );
268
 
269
+ $description = 'خرید به شماره سفارش: ' . $order->get_order_number();
270
  $mobile = get_post_meta( $order_id, '_billing_phone', true ) ? get_post_meta( $order_id, '_billing_phone', true ) : null;
271
 
272
  $description = apply_filters( 'WC_Payir_Description', $description, $order_id );
include/tools/images/payir.png ADDED
Binary file
readme.txt CHANGED
@@ -44,6 +44,8 @@ This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) lan
44
  You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
45
 
46
  == Changelog ==
 
 
47
  = 3.2.6 =
48
  * 3.2.6 افزوده شدن درگاه بانکی Pay.ir
49
  = 3.2.0 =
@@ -118,8 +120,8 @@ You can read complete documentations on the [woocommerce.ir](http://www.woocomme
118
  * نسخه اولیه
119
 
120
  == Upgrade Notice ==
121
- = 3.2.6 =
122
- * 3.2.6 افزوده شدن درگاه بانکی Pay.ir
123
 
124
  == Traducciones ==
125
  You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
44
  You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
45
 
46
  == Changelog ==
47
+ = 3.2.6.1 =
48
+ * some bug fixed
49
  = 3.2.6 =
50
  * 3.2.6 افزوده شدن درگاه بانکی Pay.ir
51
  = 3.2.0 =
120
  * نسخه اولیه
121
 
122
  == Upgrade Notice ==
123
+ = 3.2.6.1 =
124
+ * رفع مشکل تصویر Pay.ir
125
 
126
  == Traducciones ==
127
  You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
woocommerce-persian.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: ووکامرس فارسی
4
  Plugin URI: http://woocommerce.ir
5
  Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، واحد پولی ریال و تومان ایران و همچنین لیست استان های ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
6
- Version: 3.2.6
7
  Author: ووکامرس فارسی
8
  Author URI: http://woocommerce.ir
9
  WC requires at least: 3.0.0
@@ -15,7 +15,7 @@ if( !defined( 'ABSPATH' ) ) {
15
  } // Exit if accessed directly
16
 
17
  if( !defined( 'PW_VERSION' ) ) {
18
- define( 'PW_VERSION', '3.2.0' );
19
  }
20
 
21
  require_once( dirname( __FILE__ ) . '/include/persian-woocommerce.php' );
3
  Plugin Name: ووکامرس فارسی
4
  Plugin URI: http://woocommerce.ir
5
  Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، واحد پولی ریال و تومان ایران و همچنین لیست استان های ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
6
+ Version: 3.2.6.1
7
  Author: ووکامرس فارسی
8
  Author URI: http://woocommerce.ir
9
  WC requires at least: 3.0.0
15
  } // Exit if accessed directly
16
 
17
  if( !defined( 'PW_VERSION' ) ) {
18
+ define( 'PW_VERSION', '3.2.6.1' );
19
  }
20
 
21
  require_once( dirname( __FILE__ ) . '/include/persian-woocommerce.php' );