Plugin Directory

Changeset 1964266


Ignore:
Timestamp:
10/27/2018 08:00:54 PM (7 years ago)
Author:
nikunjsoni
Message:

Released Version 1.1

  • Compatible with WordPress Version 4.9.8
  • Fixes in constant variable
Location:
filter-posts-by-date-range
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • filter-posts-by-date-range/trunk/index.php

    r1916363 r1964266  
    44Plugin URI: http://www.nikunjsoni.co.in/
    55Description: Filter your WordPress posts by date range
    6 Version: 1.0
     6Version: 1.1
    77Author: Nikunj Soni
    88Author URI: https://profiles.wordpress.org/nikunjsoni
     
    1616   
    1717    // define the url of this plugin
    18     $FPBDR_plugins_url = plugins_url().'/filter-posts-by-daterange';
    19     define( FPBDR_PLUGIN_URL , $FPBDR_plugins_url );
    20    
     18    $FPBDR_plugins_url = plugin_dir_url( __FILE__ );
     19    define( FPBDR_PLUGIN_URL , $FPBDR_plugins_url );
    2120}
    2221
  • filter-posts-by-date-range/trunk/readme.txt

    r1916363 r1964266  
    66Tested up to: 4.9.7
    77Requires PHP: 5.5.12
    8 Stable tag: 1.0
     8Stable tag: 1.1
    99License: GPLv2
    1010
     
    3232* Initial release.
    3333
     34= 1.1 =
     35* Fixes in constant variable.
     36
    3437== Upgrade Notice ==
    3538= 1.0 =
    3639* Initial release.
    3740
     41= 1.1 =
     42* Fixes in constant variable.
     43
    3844== Frequently Asked Questions ==
    3945You can submit it in http://www.nikunjsoni.co.in
Note: See TracChangeset for help on using the changeset viewer.