diff --git a/CHANGES.md b/CHANGES.md index e0678d7..b50390b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/gpersiandate.php b/gpersiandate.php index 787f203..05a851d 100644 --- a/gpersiandate.php +++ b/gpersiandate.php @@ -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/ @@ -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__ ) ); diff --git a/package.json b/package.json index 8e340e6..42c0b56 100644 --- a/package.json +++ b/package.json @@ -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",