close

Plugin Directory

Changeset 2194500


Ignore:
Timestamp:
11/16/2019 06:20:17 PM (6 years ago)
Author:
okfie
Message:

readme and files update

Location:
wp-hijri/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-hijri/trunk/main.php

    r2116030 r2194500  
    66 * Text Domain: wp_hijri
    77 * Domain Path: /lang
    8  * Version: 1.3.1
     8 * Version: 1.4
    99 */
    1010define("THE_WP_HIJRI_PATH", dirname(__FILE__) . '/', true);
     
    5858            // filter date function
    5959            add_filter('date_i18n', array($this, 'handle_date_i18n'), 10, 4);
     60            add_filter('wp_date', array($this, 'handle_date_i18n'), 10, 4);
    6061            // add Hijri Date formates
    6162            add_filter('date_formats', array($this, 'handle_date_formats'), 10, 1);
  • wp-hijri/trunk/readme.txt

    r2116030 r2194500  
    6060
    6161== Changelog ==
     62= 1.4 =
     63- Tested with WP 5.3.X
     64- Handle new wp_date() function with handle_date_i18n()
     65== Changelog ==
    6266= 1.3.1 =
    6367- Some minor fixes.
Note: See TracChangeset for help on using the changeset viewer.