Skip to content

Commit

Permalink
Merge pull request #18 from man4toman/master
Browse files Browse the repository at this point in the history
Version 3.0.0
  • Loading branch information
man4toman authored Feb 16, 2019
2 parents b3cf112 + 6a8e0df commit 42d4e69
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 26 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ This package is made by Persian developers to bring so much better experience of

List of some features:

- [WP-Planet.ir](http://wp-planet.ir) Widget
- Shamsi (Jalali) date in Posts, comments, pages, archives, search, categories
- Shamsi (Jalali) date in Permalinks
- Shamsi (Jalali) date in admin sections such as posts lists, comments lists, pages lists
- Shamsi (Jalali) date in post quick edit, comment quick edit, page quick edit of admin panel
- Shamsi (Jalali) calender widget
- Shamsi (Jalali) archive widget
- RTL and fixed tinymce editor
- Poweful and fast function for fixing Arabic (ي , ك) to Persian (ی , ک)
- Poweful and fast function for Persian numbers
- Low resources usage
- Shamsi (Jalali) day-picker in Block Editor (Gutenberg)
- Shamsi (Jalali) jQuery UI date-picker
- [WP-Planet.ir](http://wp-planet.ir) Widget
- Shamsi (Jalali) date in Posts, comments, pages, archives, search, categories
- Shamsi (Jalali) date in Permalinks
- Shamsi (Jalali) date in admin sections such as posts lists, comments lists, pages lists
- Shamsi (Jalali) date in post quick edit, comment quick edit, page quick edit of admin panel
- Shamsi (Jalali) calender widget
- Shamsi (Jalali) archive widget
- RTL and fixed tinymce editor
- Poweful and fast function for fixing Arabic (ي , ك) to Persian (ی , ک)
- Poweful and fast function for Persian numbers
2 changes: 1 addition & 1 deletion includes/admin/gutenberg-jalali-calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* @uses {wp-edit-post} to internationalize the block's text.
* @uses {wp-data}
* @uses {wp-date}
* @since X.X.X
* @since 3.0.0
*/
if ( ! function_exists( 'wpp_gutenberg_jalali_calendar_editor_assets' ) ) {
function wpp_gutenberg_jalali_calendar_editor_assets() {
Expand Down
18 changes: 12 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Parsi Date ===
Contributors: lord_viper, man4toman, iEhsan.ir, parselearn
Contributors: lord_viper, man4toman, parselearn
Donate link: http://forum.wp-parsi.com/
Tags: shamsi, wp-parsi, wpparsi, persian, parsi, farsi, jalali, date, calendar, i18n, l10n, Iran, Iranian, parsidate, rtl
Requires at least: 3.6
Tested up to: 4.8
Stable tag: 2.3.4
Tags: shamsi, wp-parsi, wpparsi, persian, parsi, farsi, jalali, date, calendar, i18n, l10n, Iran, Iranian, parsidate, rtl, gutenberg
Requires at least: 5.0.0
Tested up to: 5.0.3
Stable tag: 3.0.0

Persian date support for WordPress

Expand All @@ -14,6 +14,8 @@ This package is made by Persian developers to bring so much better experience of

List of some features:

* Shamsi (Jalali) day-picker in Block Editor (Gutenberg)
* Shamsi (Jalali) jQuery UI date-picker
* [WP-Planet.ir](http://wp-planet.ir) Widget
* Shamsi (Jalali) date in Posts, comments, pages, archives, search, categories
* Shamsi (Jalali) date in Permalinks
Expand Down Expand Up @@ -42,9 +44,13 @@ List of some features:

== Changelog ==

= 3.0.0 =
* Added Shamsi (Jalali) day-picker in Block Editor (Gutenberg)
* Added Shamsi (Jalali) jQuery UI date-picker

= 2.4 =
* Fix for admin_posts_where
* Add new version of planet on dashboard
* Added new version of planet on dashboard
* New fixes for dates
* Fix month in permalink
* New fix for hook disabler
Expand Down
16 changes: 8 additions & 8 deletions wp-parsidate.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<?php
/**
* Plugin Name: WP-Parsidate
* Version: 2.3.4
* Version: 3.0.0
* Plugin URI: http://forum.wp-parsi.com/
* 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.
* Author: WP-Parsi Team
* Author URI: http://wp-parsi.com/
* Text Domain: wp-parsidate
* Domain Path: parsi-languages
* License: GPL2
* License: GPL3
*
* WP-Parsidate is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
Expand All @@ -31,16 +31,16 @@
* Morteza Geransayeh ( Senior programmer & Manager )
* Ehsaan ( Programmer )
* Farhan Nisi ( Programmer )
* Parsa Kafi ( Programmer )
* Saeed Fard ( Analyst )
* Parsa Kafi ( Programmer )
* Alireza Dabiri Nejad ( Programmer )
* Saeed Fard ( Analyst )
*
* @author Mobin Ghasempoor
* @author Morteza Geransayeh
* @author Farhan Nisi
* @author Ehsaan
* @author Alireza Dabiri Nejad
* @link http://wp-parsi.com/
* @version 2.2
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License v2.0
* @version 3.0.0
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU Public License v3.0
* @package WP-Parsidate
* @subpackage Core
*/
Expand Down

0 comments on commit 42d4e69

Please sign in to comment.