Persian Woocommerce - Version 1.4

Version Description

  • 2.2
Download this release

Release Info

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

Code changes from version 1.3 to 1.4

languages/woocommerce/admin-fa_IR.mo CHANGED
Binary file
languages/woocommerce/fa_IR.mo CHANGED
Binary file
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://woocommerce.ir/donate.html
5
  plugin URI: http://www.woocommerce.ir/download.html
6
  Tags: woocommerce, persian woocommerce, woocommerce farsi, iran, iranian, rtl, fa_IR,states,iranian rials,iranian tomans, woocommerce.ir
7
  Requires at least: 3.0
8
- Tested up to: 3.8.1
9
 
10
  This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) language packs
11
 
@@ -21,8 +21,8 @@ This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) lan
21
  * and...
22
 
23
  = Compatibility =
24
- * Woocommece 2.1.x
25
- * Wordpress 3.8.x
26
 
27
  = Support =
28
  * [Persian Support in woocommerce.ir](http://woocommerce.ir/)
@@ -50,6 +50,8 @@ You can read complete documentations on the [woocommerce.ir](http://www.woocomme
50
 
51
 
52
  == Changelog ==
 
 
53
  = 1.3 =
54
  * سازگاری با ووکامرس 2.1.2
55
  = 1.2 =
@@ -60,6 +62,8 @@ You can read complete documentations on the [woocommerce.ir](http://www.woocomme
60
  * First version
61
 
62
  == Upgrade Notice ==
 
 
63
  = 1.3 =
64
  * سازگاری با ووکامرس 2.1.2
65
  = 1.2 =
5
  plugin URI: http://www.woocommerce.ir/download.html
6
  Tags: woocommerce, persian woocommerce, woocommerce farsi, iran, iranian, rtl, fa_IR,states,iranian rials,iranian tomans, woocommerce.ir
7
  Requires at least: 3.0
8
+ Tested up to: 4.0
9
 
10
  This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) language packs
11
 
21
  * and...
22
 
23
  = Compatibility =
24
+ * Woocommece 2.2.x
25
+ * Wordpress 4.x
26
 
27
  = Support =
28
  * [Persian Support in woocommerce.ir](http://woocommerce.ir/)
50
 
51
 
52
  == Changelog ==
53
+ = 1.4 =
54
+ * سازگاری با ووکامرس 2.2
55
  = 1.3 =
56
  * سازگاری با ووکامرس 2.1.2
57
  = 1.2 =
62
  * First version
63
 
64
  == Upgrade Notice ==
65
+ = 1.4 =
66
+ * سازگاری با ووکامرس 2.2
67
  = 1.3 =
68
  * سازگاری با ووکامرس 2.1.2
69
  = 1.2 =
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: 1.3
7
  Requires at least: 3.0
8
  Author: Woocommerce.ir
9
  Author URI: http://www.woocommerce.ir
@@ -61,8 +61,8 @@ class PersianWooommercPlugin {
61
  $domains = array(
62
 
63
  'woocommerce' => array(
64
- 'i18n/languages/woocommerce-fa_IR.mo' => 'woocommerce/fa_IR.mo',
65
- 'i18n/languages/woocommerce-admin-fa_IR.mo' => 'woocommerce/admin-fa_IR.mo'
66
  )
67
  );
68
 
3
  Plugin Name: ووکامرس پارسی
4
  Plugin URI: http://woocommerce.ir
5
  Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، واحد پولی ریال و تومان ایران و همچنین لیست استان های ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
6
+ Version: 1.4
7
  Requires at least: 3.0
8
  Author: Woocommerce.ir
9
  Author URI: http://www.woocommerce.ir
61
  $domains = array(
62
 
63
  'woocommerce' => array(
64
+ WP_LANG_DIR.'/plugins/woocommerce-fa_IR.mo' => 'woocommerce/fa_IR.mo',
65
+ WP_LANG_DIR.'/plugins/woocommerce-admin-fa_IR.mo' => 'woocommerce/admin-fa_IR.mo'
66
  )
67
  );
68