Skip to content

Commit

Permalink
📦 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Jan 15, 2020
1 parent c3c7f1c commit 2f6567c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 3.7.1
* main/admin: check for options before converting dates on media grid view
* main/wordpress: early check for iso formats on i18n dates
* main/wordpress: support for new `wp_date` filter

### 3.7.0
* main/admin: :new: persian date on media grid view
* main/buddypress: retry bp filters
Expand Down
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 Name: gPersianDate
Plugin URI: https://geminorum.ir/wordpress/gpersiandate
Description: Persian Date for WordPress
Version: 3.7.0
Version: 3.7.1
License: GPLv3+
Author: geminorum
Author URI: https://geminorum.ir/
Expand All @@ -17,7 +17,7 @@
GitHub Plugin URI: https://github.com/geminorum/gpersiandate
*/

define( 'GPERSIANDATE_VERSION', '3.7.0' );
define( 'GPERSIANDATE_VERSION', '3.7.1' );
define( 'GPERSIANDATE_MIN_PHP', '5.6.20' );
define( 'GPERSIANDATE_DIR', plugin_dir_path( __FILE__ ) );
define( 'GPERSIANDATE_URL', plugin_dir_url( __FILE__ ) );
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gpersiandate",
"version": "3.7.0",
"version": "3.7.1",
"description": "Persian Date for WordPress",
"license": "GPL-3+",
"homepage": "https://github.com/geminorum/gpersiandate",
Expand Down

0 comments on commit 2f6567c

Please sign in to comment.