Version Description
= 5.9.8 = * some Bug Fix
Download this release
Release Info
Developer | Persianscript |
Plugin | Persian Woocommerce |
Version | 5.9.10 |
Comparing to | |
See all releases |
Code changes from version 5.9.9 to 5.9.10
- include/class-gateways.php +4 -4
- readme.txt +1 -1
- woocommerce-persian.php +1 -1
include/class-gateways.php
CHANGED
@@ -638,14 +638,14 @@ if ( ! class_exists( 'Persian_Woocommerce_Gateways' ) && class_exists( 'WC_Payme
|
|
638 |
<?php
|
639 |
|
640 |
echo wp_kses( $form, [
|
641 |
-
|
642 |
-
|
643 |
] );
|
644 |
|
645 |
} else {
|
646 |
echo wp_kses( $form, [
|
647 |
-
|
648 |
-
|
649 |
] );
|
650 |
|
651 |
?>
|
638 |
<?php
|
639 |
|
640 |
echo wp_kses( $form, [
|
641 |
+
'form' => [ 'id' => [], 'name' => [], 'class' => [], 'method' => [], 'action' => [] ],
|
642 |
+
'input' => [ 'id' => [], 'name' => [], 'class' => [], 'type' => [], 'value' => [] ],
|
643 |
] );
|
644 |
|
645 |
} else {
|
646 |
echo wp_kses( $form, [
|
647 |
+
'form' => [ 'id' => [], 'name' => [], 'class' => [], 'method' => [], 'action' => [] ],
|
648 |
+
'input' => [ 'id' => [], 'name' => [], 'class' => [], 'type' => [], 'value' => [] ],
|
649 |
] );
|
650 |
|
651 |
?>
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ Tags: ووکامرس,ووکامرس فارسی,persian woocommerce,woocommerce,i
|
|
7 |
Requires at least: 5.0
|
8 |
Tested up to: 6.0
|
9 |
Requires PHP: 7.1
|
10 |
-
Stable tag: 5.9.
|
11 |
|
12 |
بسته ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند و امکانات جدید متناسب با ایران را به ووکامرس اضافه میکند.
|
13 |
|
7 |
Requires at least: 5.0
|
8 |
Tested up to: 6.0
|
9 |
Requires PHP: 7.1
|
10 |
+
Stable tag: 5.9.10
|
11 |
|
12 |
بسته ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند و امکانات جدید متناسب با ایران را به ووکامرس اضافه میکند.
|
13 |
|
woocommerce-persian.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: ووکامرس فارسی
|
4 |
Plugin URI: https://woosupport.ir
|
5 |
Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، بسیاری از قابلیت های مخصوص ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://woosupport.ir" target="_blank">ووکامرس پارسی</a>.
|
6 |
-
Version: 5.9.
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: https://woosupport.ir
|
9 |
WC requires at least: 4.0.0
|
3 |
Plugin Name: ووکامرس فارسی
|
4 |
Plugin URI: https://woosupport.ir
|
5 |
Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، بسیاری از قابلیت های مخصوص ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://woosupport.ir" target="_blank">ووکامرس پارسی</a>.
|
6 |
+
Version: 5.9.10
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: https://woosupport.ir
|
9 |
WC requires at least: 4.0.0
|