Changeset 1902049
- Timestamp:
- 07/01/2018 04:30:23 PM (8 years ago)
- Location:
- wp-persian/trunk
- Files:
-
- 5 edited
-
languages/wp-persian-fa_IR.mo (modified) (previous)
-
languages/wp-persian-fa_IR.po (modified) (1 diff)
-
plugins/wc-persian/wc-persian.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-persian.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-persian/trunk/languages/wp-persian-fa_IR.po
r1900932 r1902049 222 222 #, php-format 223 223 msgid "%1$s %2$s" 224 msgstr " "224 msgstr "%1$s %2$s" 225 225 226 226 #: includes/widgets/class-wpp-widget-jarchive.php:19 -
wp-persian/trunk/plugins/wc-persian/wc-persian.php
r1900932 r1902049 38 38 */ 39 39 if ((class_exists('WooCommerce')) && ( 40 (isset($callers[4]['class'])) && ($callers[4]['class'] == 'WC_Meta_Box_Order_Data') || 40 41 (isset($callers[5]['class'])) && ($callers[5]['class'] == 'WC_Meta_Box_Order_Data') || 41 42 (isset($callers[6]['class'])) && ($callers[6]['class'] == 'WC_Meta_Box_Product_Data') || -
wp-persian/trunk/readme.txt
r1900932 r1902049 5 5 Requires at least: 4.0 6 6 Tested up to: 4.9.6 7 Stable tag: 3.2. 17 Stable tag: 3.2.2 8 8 License: GPL2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 55 55 == Changelog == 56 = 3.2.2 (July 1st,2018)= 57 * (FIX) bugfix in woocommerce date 58 56 59 = 3.2.1 (June 29th,2018)= 57 60 * (NEW) change adminpanel fonts -
wp-persian/trunk/wp-persian.php
r1900932 r1902049 6 6 * Plugin URI: https://wordpress.org/plugins/wp-persian/ 7 7 * 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. 18 * Version: 3.2.2 9 9 * Author: Siavash Salemi 10 10 * Author URI: http://www.30yavash.ir … … 21 21 //define('WPPERSIAN_ID', 'wppersian'); 22 22 define('WPPERSIAN_NICK', 'WP Persian'); 23 //define('WPPERSIAN_VER', '3.2. 1');23 //define('WPPERSIAN_VER', '3.2.2'); 24 24 25 25 /** @define "WPP_DIR" "./" */
Note: See TracChangeset
for help on using the changeset viewer.