Version Description
- Minor JavaScript bug fix
Download this release
Release Info
Developer | Gonahkar |
Plugin | wp-jalali |
Version | 5.0.1 |
Comparing to | |
See all releases |
Code changes from version 5.0.0 to 5.0.1
- assets/js/date.js +1 -0
- readme.txt +7 -3
- wp-jalali.php +1 -1
assets/js/date.js
CHANGED
@@ -5,6 +5,7 @@
|
|
5 |
* See the GPL for details (http://www.gnu.org/licenses/gpl.html).
|
6 |
*
|
7 |
* Based on code from http://farsiweb.info
|
|
|
8 |
*/
|
9 |
|
10 |
JalaliDate = {
|
5 |
* See the GPL for details (http://www.gnu.org/licenses/gpl.html).
|
6 |
*
|
7 |
* Based on code from http://farsiweb.info
|
8 |
+
*
|
9 |
*/
|
10 |
|
11 |
JalaliDate = {
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== wp-jalali ===
|
2 |
-
Contributors:
|
3 |
Donate link: http://www.wp-persian.com/donate
|
4 |
Tags: Calendar Conversion, Persian, Farsi, Afghan, Tajik, Jalali, Date, Calendar, i18n, l10n
|
5 |
-
Tested up to: 4.
|
6 |
Requires at least: 3.9
|
7 |
-
Stable tag: 5.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -55,6 +55,10 @@ All developments are happening on [plugin's github repository](https://github.co
|
|
55 |
|
56 |
== Changelog ==
|
57 |
|
|
|
|
|
|
|
|
|
58 |
= 5.0 (Sept 22, 2014) =
|
59 |
|
60 |
* Full rewrite of 4.x for better performance and stability
|
1 |
=== wp-jalali ===
|
2 |
+
Contributors: mani_monaj, gonahkar, moallemi, zakrot
|
3 |
Donate link: http://www.wp-persian.com/donate
|
4 |
Tags: Calendar Conversion, Persian, Farsi, Afghan, Tajik, Jalali, Date, Calendar, i18n, l10n
|
5 |
+
Tested up to: 4.6.1
|
6 |
Requires at least: 3.9
|
7 |
+
Stable tag: 5.0.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
55 |
|
56 |
== Changelog ==
|
57 |
|
58 |
+
= 5.0.1 =
|
59 |
+
|
60 |
+
* Minor JavaScript bug fix
|
61 |
+
|
62 |
= 5.0 (Sept 22, 2014) =
|
63 |
|
64 |
* Full rewrite of 4.x for better performance and stability
|
wp-jalali.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: wp-jalali
|
4 |
Plugin URI: http://wp-persian.com/wp-jalali
|
5 |
Description: Full Jalali calendar support for Wordpress and localization improvements for Persian/Afghan/Tajik users.
|
6 |
-
Version: 5.0.
|
7 |
Author: Zakrot Web Solutions (in collaboration with WP-Persian team)
|
8 |
Author URI: http://zakrot.com/
|
9 |
Text Domain: ztjalali
|
3 |
Plugin Name: wp-jalali
|
4 |
Plugin URI: http://wp-persian.com/wp-jalali
|
5 |
Description: Full Jalali calendar support for Wordpress and localization improvements for Persian/Afghan/Tajik users.
|
6 |
+
Version: 5.0.1
|
7 |
Author: Zakrot Web Solutions (in collaboration with WP-Persian team)
|
8 |
Author URI: http://zakrot.com/
|
9 |
Text Domain: ztjalali
|