Skip to content

Commit

Permalink
📦 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Jul 31, 2019
1 parent 2f41e3b commit 05ab741
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.6.2
* :up: min php 5.6.20
* module/format: gettext filters deprecated
* module/shortcodes: disable minify html for clean archives
* module/translate: check types on numbers
* module/translate: late check for constant

### 3.6.1
* main/admin: data calendar type on inputs
* main/links: avoid using % sign on title parts
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.6.1
Version: 3.6.2
License: GPLv3+
Author: geminorum
Author URI: https://geminorum.ir/
Expand All @@ -17,7 +17,7 @@
Requires PHP: 5.6.20
*/

define( 'GPERSIANDATE_VERSION', '3.6.1' );
define( 'GPERSIANDATE_VERSION', '3.6.2' );
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.6.1",
"version": "3.6.2",
"description": "Persian Date for WordPress",
"license": "GPL-3+",
"homepage": "https://github.com/geminorum/gpersiandate",
Expand Down

0 comments on commit 05ab741

Please sign in to comment.