Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Oct 27, 2014
1 parent 27618b3 commit ad47218
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 10 deletions.
33 changes: 25 additions & 8 deletions readme.txt → README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,44 @@
=== gPersianDate ===
# gPersianDate

Contributors: geminorum
Tags: localization, date, persian, farsi
Requires at least: 3.4
Tested up to: 3.4
Stable tag: 0.2.29
Requires at least: 4.0
Tested up to: 4.0
Stable tag: 0.2.30
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Persian Date for WordPress

== Description ==
## Description

Persian Date for WordPress.

Requires PHP 5.2

= Credits =
* Persian date for the front end
* Admin bar date and clock in persian
* Restrict admin post edit list by persian month or specified time span
* Persian number format support for WordPress, BuddyPress and bbPress
* and many more little tweaks

### Credits
* [wp-jalali](https://wordpress.org/plugins/wp-jalali/) by [Persian WordPress Project](http://wp-persian.com/)
* [ExtDateTime](https://github.com/farhadi/ExtDateTime) by [Ali Farhadi](http://farhadi.ir/)
* [Custom Calendars](http://hasheminezhad.com/datepicker) for [jQuery UI Datepicker](http://jqueryui.com/datepicker/) by [Mahdi Hasheminezhad](http://hasheminezhad.com/)
* [Fugue Icons](http://p.yusukekamiyamane.com/) by [Yusuke Kamiyamane](http://yusukekamiyamane.com/)

== Changelog ==
## Installation

See [Installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins).

## Changelog

### 0.2.30
* date picker style for MP6 admin
* archives widget updated as wp core 4.1
* correct way of handling javascript enqueues
* cleanup the code

= 0.2.29 =
### 0.2.29
* first public release
4 changes: 2 additions & 2 deletions gpersiandate.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://geminorum.ir/wordpress/gpersiandate
Description: Persian Date for WordPress. Using <a href="https://github.com/farhadi/ExtDateTime" title="An extented version of php5 DateTime Class that adds some more functionality to it and makes it extensible for other calendar systems.">ExtDateTime</a> by <a href="http://farhadi.ir/">Ali Farhadi</a>. PHP 5.2 required.
Author: geminorum
Version: 0.2.29
Version: 0.2.30
Author URI: http://geminorum.ir/
*/

Expand All @@ -26,7 +26,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
**/

define( 'GPERSIANDATE_VERSION', '0.2.29' );
define( 'GPERSIANDATE_VERSION', '0.2.30' );
define( 'GPERSIANDATE_DIR', plugin_dir_path( __FILE__ ) );
define( 'GPERSIANDATE_URL', plugin_dir_url( __FILE__ ) );
define( 'GPERSIANDATE_FILE', __FILE__ );
Expand Down

0 comments on commit ad47218

Please sign in to comment.