Version Description
Download this release
Release Info
Developer | man4toman |
Plugin | Parsi Date |
Version | 2.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- includes/settings.php +1 -2
- readme.txt +4 -1
- wp-parsidate.php +1 -1
includes/settings.php
CHANGED
@@ -26,8 +26,7 @@ function wpp_add_settings_menu() {
|
|
26 |
'manage_options',
|
27 |
'wp-parsi-settings',
|
28 |
'wpp_render_settings',
|
29 |
-
'dashicons-admin-site'
|
30 |
-
102
|
31 |
);
|
32 |
}
|
33 |
|
26 |
'manage_options',
|
27 |
'wp-parsi-settings',
|
28 |
'wpp_render_settings',
|
29 |
+
'dashicons-admin-site'
|
|
|
30 |
);
|
31 |
}
|
32 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://forum.wp-parsi.com/
|
|
4 |
Tags: shamsi, wp-parsi, wpparsi, persian, parsi, farsi, jalali, date, calendar, i18n, l10n, Iran, Iranian, parsidate, rtl
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.1
|
7 |
-
Stable tag: 2.1.
|
8 |
|
9 |
Persian package builder for WordPress, Full RTL and Shamsi(Jalali) date
|
10 |
|
@@ -40,6 +40,9 @@ List of some features:
|
|
40 |
4. Display widget 'Jalali Date Calender' in theme
|
41 |
|
42 |
== Changelog ==
|
|
|
|
|
|
|
43 |
= 2.1.2 =
|
44 |
* Fix Broken Plugins Update Link (Farsi Locale)
|
45 |
|
4 |
Tags: shamsi, wp-parsi, wpparsi, persian, parsi, farsi, jalali, date, calendar, i18n, l10n, Iran, Iranian, parsidate, rtl
|
5 |
Requires at least: 3.6
|
6 |
Tested up to: 4.1
|
7 |
+
Stable tag: 2.1.3
|
8 |
|
9 |
Persian package builder for WordPress, Full RTL and Shamsi(Jalali) date
|
10 |
|
40 |
4. Display widget 'Jalali Date Calender' in theme
|
41 |
|
42 |
== Changelog ==
|
43 |
+
= 2.1.2 =
|
44 |
+
* Admin menu problem fixed
|
45 |
+
|
46 |
= 2.1.2 =
|
47 |
* Fix Broken Plugins Update Link (Farsi Locale)
|
48 |
|
wp-parsidate.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP-Parsidate
|
4 |
-
* Version: 2.1.
|
5 |
* Plugin URI: http://forum.wp-parsi.com/
|
6 |
* Description: Persian package for WordPress, Adds full RTL and Shamsi (Jalali) support for: posts, comments, pages, archives, search, categories, permalinks and all admin sections and TinyMce editor, lists, quick editor. This package has Jalali archive widget.
|
7 |
* Author: WP-Parsi Team
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: WP-Parsidate
|
4 |
+
* Version: 2.1.3
|
5 |
* Plugin URI: http://forum.wp-parsi.com/
|
6 |
* Description: Persian package for WordPress, Adds full RTL and Shamsi (Jalali) support for: posts, comments, pages, archives, search, categories, permalinks and all admin sections and TinyMce editor, lists, quick editor. This package has Jalali archive widget.
|
7 |
* Author: WP-Parsi Team
|