Version Description
*
Download this release
Release Info
Developer | hannanstd |
Plugin | Persian Woocommerce |
Version | 3.4.2 |
Comparing to | |
See all releases |
Code changes from version 3.4.1 to 3.4.2
- include/class-gateways.php +1 -3
- readme.txt +4 -2
- woocommerce-persian.php +3 -3
include/class-gateways.php
CHANGED
@@ -386,9 +386,7 @@ if ( ! class_exists( 'Persian_Woocommerce_Gateways' ) && class_exists( 'WC_Payme
|
|
386 |
|
387 |
$order = $this->get_order();
|
388 |
|
389 |
-
if ( method_exists( $
|
390 |
-
$price = $this->get_order_total();
|
391 |
-
} elseif ( method_exists( $order, 'get_total' ) ) {
|
392 |
$price = $order->get_total();
|
393 |
} else {
|
394 |
$price = intval( $order->order_total );
|
386 |
|
387 |
$order = $this->get_order();
|
388 |
|
389 |
+
if ( method_exists( $order, 'get_total' ) ) {
|
|
|
|
|
390 |
$price = $order->get_total();
|
391 |
} else {
|
392 |
$price = intval( $order->order_total );
|
readme.txt
CHANGED
@@ -44,6 +44,8 @@ Tested up to: 4.9.6
|
|
44 |
You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
|
45 |
|
46 |
== Changelog ==
|
|
|
|
|
47 |
= 3.4.1 =
|
48 |
* بروزرسانی زبان برای ووکامرس سری 3.4.x
|
49 |
= 3.4.0 =
|
@@ -135,7 +137,7 @@ You can read complete documentations on the [woocommerce.ir](http://www.woocomme
|
|
135 |
* نسخه اولیه
|
136 |
|
137 |
== Upgrade Notice ==
|
138 |
-
= 3.4.
|
139 |
-
*
|
140 |
== Traducciones ==
|
141 |
پشتیبانی در سایت [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.4.2 =
|
48 |
+
* رفع باگ ریز در کلاس درگاه های پرداخت
|
49 |
= 3.4.1 =
|
50 |
* بروزرسانی زبان برای ووکامرس سری 3.4.x
|
51 |
= 3.4.0 =
|
137 |
* نسخه اولیه
|
138 |
|
139 |
== Upgrade Notice ==
|
140 |
+
= 3.4.2 =
|
141 |
+
* رفع باگ ریز در کلاس درگاه های پرداخت
|
142 |
== Traducciones ==
|
143 |
پشتیبانی در سایت [Woocommerce.ir](http://www.woocommerce.ir) انجام میشود.
|
woocommerce-persian.php
CHANGED
@@ -3,11 +3,11 @@
|
|
3 |
Plugin Name: ووکامرس فارسی
|
4 |
Plugin URI: http://woocommerce.ir
|
5 |
Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، بسیاری از قابلیت های مخصوص ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
|
6 |
-
Version: 3.4.
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: http://woocommerce.ir
|
9 |
WC requires at least: 3.0.0
|
10 |
-
WC tested up to: 3.4.
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
@@ -15,7 +15,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
15 |
}
|
16 |
|
17 |
if ( ! defined( 'PW_VERSION' ) ) {
|
18 |
-
define( 'PW_VERSION', '3.4.
|
19 |
}
|
20 |
|
21 |
require_once( 'include/class-core.php' );
|
3 |
Plugin Name: ووکامرس فارسی
|
4 |
Plugin URI: http://woocommerce.ir
|
5 |
Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، بسیاری از قابلیت های مخصوص ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
|
6 |
+
Version: 3.4.2
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: http://woocommerce.ir
|
9 |
WC requires at least: 3.0.0
|
10 |
+
WC tested up to: 3.4.3
|
11 |
*/
|
12 |
|
13 |
if ( ! defined( 'ABSPATH' ) ) {
|
15 |
}
|
16 |
|
17 |
if ( ! defined( 'PW_VERSION' ) ) {
|
18 |
+
define( 'PW_VERSION', '3.4.2' );
|
19 |
}
|
20 |
|
21 |
require_once( 'include/class-core.php' );
|