Version Description
- 3.1.1
Download this release
Release Info
Developer | Persianscript |
Plugin | Persian Woocommerce |
Version | 3.1.1 |
Comparing to | |
See all releases |
Code changes from version 3.1 to 3.1.1
- include/class-widget.php +1 -1
- include/persian-woocommerce.php +7 -3
- readme.txt +5 -1
- woocommerce-persian.php +2 -2
include/class-widget.php
CHANGED
@@ -16,7 +16,7 @@ if( !class_exists( 'Persian_Woocommerce_Widget' ) ) :
|
|
16 |
$widget_options = $this->woocommerce_persian_widgetoptions();
|
17 |
echo '<div class="rss-widget">';
|
18 |
wp_widget_rss_output( array(
|
19 |
-
'url' => 'http://woocommerce.ir/feed
|
20 |
'title' => 'آخرین اخبار و اطلاعیه های ووکامرس پارسی',
|
21 |
'meta' => array( 'target' => '_new' ),
|
22 |
'items' => $widget_options['posts_number'],
|
16 |
$widget_options = $this->woocommerce_persian_widgetoptions();
|
17 |
echo '<div class="rss-widget">';
|
18 |
wp_widget_rss_output( array(
|
19 |
+
'url' => 'http://woocommerce.ir/feed/',
|
20 |
'title' => 'آخرین اخبار و اطلاعیه های ووکامرس پارسی',
|
21 |
'meta' => array( 'target' => '_new' ),
|
22 |
'items' => $widget_options['posts_number'],
|
include/persian-woocommerce.php
CHANGED
@@ -151,10 +151,14 @@ class Persian_Woocommerce_Plugin {
|
|
151 |
|
152 |
if( get_locale() == 'fa_IR' ) {
|
153 |
|
154 |
-
|
155 |
-
|
|
|
|
|
|
|
|
|
|
|
156 |
}
|
157 |
-
add_action( 'wp_loaded', 'disable_master_woo_language' );
|
158 |
|
159 |
load_textdomain( 'woocommerce', dirname( plugin_dir_path( __FILE__ ) ) . '/languages/woocommerce-fa_IR.mo' );
|
160 |
}
|
151 |
|
152 |
if( get_locale() == 'fa_IR' ) {
|
153 |
|
154 |
+
add_filter( 'override_unload_textdomain', 'ps_woo_override_unload_textdomain', 9999 , 2 );
|
155 |
+
function ps_woo_override_unload_textdomain( $override, $domain ) {
|
156 |
+
if ( $domain === 'woocommerce') {
|
157 |
+
// Prevents WordPress from unloading this text domain
|
158 |
+
$override = true;
|
159 |
+
}
|
160 |
+
return $override;
|
161 |
}
|
|
|
162 |
|
163 |
load_textdomain( 'woocommerce', dirname( plugin_dir_path( __FILE__ ) ) . '/languages/woocommerce-fa_IR.mo' );
|
164 |
}
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ author URI: http://www.woocommerce.ir/
|
|
5 |
Donate link: http://woocommerce.ir/donate.html
|
6 |
plugin URI: http://www.woocommerce.ir/download.html
|
7 |
Tags: persian,parsi,parsian,persians,farsi,iran,woocommerce, persian woocommerce, woocommerce farsi, iran, iranian, rtl, fa_IR,states,iranian rials,iranian tomans, woocommerce.ir,affiliate, cart, checkout, commerce, configurable, digital, download, downloadable, e-commerce, ecommerce, inventory, reports, sales, sell, shipping, shop, shopping, stock, store, tax, variable, widgets, woothemes, wordpress ecommerce
|
8 |
-
Requires at least: 4.
|
9 |
Tested up to: 4.8
|
10 |
|
11 |
This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) language packs
|
@@ -52,6 +52,8 @@ This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) lan
|
|
52 |
You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
|
53 |
|
54 |
== Changelog ==
|
|
|
|
|
55 |
= 3.1 =
|
56 |
* سازگاری با ووکامرس 3.1 و بروزرسانی ترجمه
|
57 |
= 3.0.8 =
|
@@ -118,6 +120,8 @@ You can read complete documentations on the [woocommerce.ir](http://www.woocomme
|
|
118 |
* نسخه اولیه
|
119 |
|
120 |
== Upgrade Notice ==
|
|
|
|
|
121 |
= 3.1 =
|
122 |
* در صورتی که از ووکامرس 3.1 استفاده می کنید از این بروزرسانی استفاده کنید
|
123 |
= 3.0.8 =
|
5 |
Donate link: http://woocommerce.ir/donate.html
|
6 |
plugin URI: http://www.woocommerce.ir/download.html
|
7 |
Tags: persian,parsi,parsian,persians,farsi,iran,woocommerce, persian woocommerce, woocommerce farsi, iran, iranian, rtl, fa_IR,states,iranian rials,iranian tomans, woocommerce.ir,affiliate, cart, checkout, commerce, configurable, digital, download, downloadable, e-commerce, ecommerce, inventory, reports, sales, sell, shipping, shop, shopping, stock, store, tax, variable, widgets, woothemes, wordpress ecommerce
|
8 |
+
Requires at least: 4.4
|
9 |
Tested up to: 4.8
|
10 |
|
11 |
This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) language packs
|
52 |
You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
|
53 |
|
54 |
== Changelog ==
|
55 |
+
= 3.1.1 =
|
56 |
+
* سازگاری با ووکامرس 3.1.1
|
57 |
= 3.1 =
|
58 |
* سازگاری با ووکامرس 3.1 و بروزرسانی ترجمه
|
59 |
= 3.0.8 =
|
120 |
* نسخه اولیه
|
121 |
|
122 |
== Upgrade Notice ==
|
123 |
+
= 3.1.1 =
|
124 |
+
* سازگاری با ووکامرس 3.1.1
|
125 |
= 3.1 =
|
126 |
* در صورتی که از ووکامرس 3.1 استفاده می کنید از این بروزرسانی استفاده کنید
|
127 |
= 3.0.8 =
|
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.1
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: http://woocommerce.ir
|
9 |
*/
|
@@ -13,7 +13,7 @@ if( !defined( 'ABSPATH' ) ) {
|
|
13 |
} // Exit if accessed directly
|
14 |
|
15 |
if( !defined( 'PW_VERSION' ) ) {
|
16 |
-
define( 'PW_VERSION', '3.
|
17 |
}
|
18 |
|
19 |
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.1.1
|
7 |
Author: ووکامرس فارسی
|
8 |
Author URI: http://woocommerce.ir
|
9 |
*/
|
13 |
} // Exit if accessed directly
|
14 |
|
15 |
if( !defined( 'PW_VERSION' ) ) {
|
16 |
+
define( 'PW_VERSION', '3.1.1' );
|
17 |
}
|
18 |
|
19 |
require_once( dirname( __FILE__ ) . '/include/persian-woocommerce.php' );
|