Skip to content

Commit

Permalink
📦 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geminorum committed Dec 7, 2020
1 parent f97edef commit a52e0e1
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 3 deletions.
42 changes: 42 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
### 3.8.0
* main/admin: disabling conversion on woo-commerce order edit page
* main/adminbar: js clock revised
* main/bbpress: avoid double convertion of numbers
* main/calendar: bailing if no posttypes
* main/calendar: core css class for the table
* main/calendar: internal callback for building links
* main/calendar: moving tfoot after tbody complying with html 5.1
* main/date: :new: switch to object conversion
* main/date: :warning: fixed early returning
* main/date: accept objects on conversions
* main/date: constant for disabling conversion
* main/date: filter translate numbers by format
* main/date: mini sanitizing string from inputs
* main/date: proper parsing of the inputs
* main/date: tidy up from/to object methods
* main/datetime: accepting datetime immutable
* main/datetime: alternative method for leap years
* main/datetime: avoid sanitizing timezones when not needed
* main/datetime: bailing if cannot make datetime object
* main/datetime: late check for timezone constant
* main/datetime: make datetime object method
* main/format: account for single time part formats
* main/format: using strict comparison on arrays
* main/picker: :warning: date picker disabled for now!
* main/picker: correct handling rtl styles
* main/picker: default format from options
* main/picker: defaults as separate method
* main/picker: extend from module core
* main/picker: separate method for enqueue styles
* main/picker: set calendar as defaults
* main/plugins: country locale for woocommerce
* main/plugins: initial support for woocommerce numbers
* main/plugins: moving bp/bb filters
* main/search: account for extra space inside parentheses
* main/shortcodes: :new: today in persian/hijri shortcodes
* main/timezone: using core method for timezone string
* main/utilities: correct handling rtl styles
* main/utilities: get locale in iso 639
* main/wordpress: :warning: fixed override today in hijri
* main/wordpress: only translate chars on the title

### 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
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.1
Version: 3.8.0
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.1' );
define( 'GPERSIANDATE_VERSION', '3.8.0' );
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,7 +1,7 @@
{
"name": "gpersiandate",
"productName": "gPersianDate",
"version": "3.7.1",
"version": "3.8.0",
"description": "Persian Date for WordPress",
"license": "GPL-3+",
"homepage": "https://github.com/geminorum/gpersiandate",
Expand Down

0 comments on commit a52e0e1

Please sign in to comment.