Plugin Directory

Changeset 1902049


Ignore:
Timestamp:
07/01/2018 04:30:23 PM (8 years ago)
Author:
salemi
Message:

release 3.2.2

Location:
wp-persian/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • wp-persian/trunk/languages/wp-persian-fa_IR.po

    r1900932 r1902049  
    222222#, php-format
    223223msgid "%1$s %2$s"
    224 msgstr ""
     224msgstr "%1$s %2$s"
    225225
    226226#: includes/widgets/class-wpp-widget-jarchive.php:19
  • wp-persian/trunk/plugins/wc-persian/wc-persian.php

    r1900932 r1902049  
    3838*/
    3939    if ((class_exists('WooCommerce')) && (
     40            (isset($callers[4]['class'])) && ($callers[4]['class'] == 'WC_Meta_Box_Order_Data') ||
    4041            (isset($callers[5]['class'])) && ($callers[5]['class'] == 'WC_Meta_Box_Order_Data') ||
    4142            (isset($callers[6]['class'])) && ($callers[6]['class'] == 'WC_Meta_Box_Product_Data') ||
  • wp-persian/trunk/readme.txt

    r1900932 r1902049  
    55Requires at least: 4.0
    66Tested up to: 4.9.6
    7 Stable tag: 3.2.1
     7Stable tag: 3.2.2
    88License: GPL2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454
    5555== Changelog ==
     56= 3.2.2 (July 1st,2018)=
     57* (FIX) bugfix in woocommerce date
     58
    5659= 3.2.1 (June 29th,2018)=
    5760* (NEW) change adminpanel fonts
  • wp-persian/trunk/wp-persian.php

    r1900932 r1902049  
    66 * Plugin URI:        https://wordpress.org/plugins/wp-persian/
    77 * Description:       Fast and powerful plugin for support jalali date and persian language in wordpress and woocommerce and all other standard plugins.
    8  * Version:           3.2.1
     8 * Version:           3.2.2
    99 * Author:            Siavash Salemi
    1010 * Author URI:        http://www.30yavash.ir
     
    2121//define('WPPERSIAN_ID', 'wppersian');
    2222define('WPPERSIAN_NICK', 'WP Persian');
    23 //define('WPPERSIAN_VER', '3.2.1');
     23//define('WPPERSIAN_VER', '3.2.2');
    2424
    2525/** @define "WPP_DIR" "./" */
Note: See TracChangeset for help on using the changeset viewer.