Changeset 1964266
- Timestamp:
- 10/27/2018 08:00:54 PM (7 years ago)
- Location:
- filter-posts-by-date-range
- Files:
-
- 21 added
- 2 edited
-
tags/1.1 (added)
-
tags/1.1/css (added)
-
tags/1.1/css/images (added)
-
tags/1.1/css/images/ui-bg_flat_0_aaaaaa_40x100.png (added)
-
tags/1.1/css/images/ui-bg_flat_75_ffffff_40x100.png (added)
-
tags/1.1/css/images/ui-bg_glass_55_fbf9ee_1x400.png (added)
-
tags/1.1/css/images/ui-bg_glass_65_ffffff_1x400.png (added)
-
tags/1.1/css/images/ui-bg_glass_75_dadada_1x400.png (added)
-
tags/1.1/css/images/ui-bg_glass_75_e6e6e6_1x400.png (added)
-
tags/1.1/css/images/ui-bg_glass_95_fef1ec_1x400.png (added)
-
tags/1.1/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png (added)
-
tags/1.1/css/images/ui-icons_222222_256x240.png (added)
-
tags/1.1/css/images/ui-icons_2e83ff_256x240.png (added)
-
tags/1.1/css/images/ui-icons_454545_256x240.png (added)
-
tags/1.1/css/images/ui-icons_888888_256x240.png (added)
-
tags/1.1/css/images/ui-icons_cd0a0a_256x240.png (added)
-
tags/1.1/css/jquery-ui.css (added)
-
tags/1.1/filter-posts-by-daterange.php (added)
-
tags/1.1/index.php (added)
-
tags/1.1/readme.txt (added)
-
tags/1.1/screenshot-1.png (added)
-
trunk/index.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
filter-posts-by-date-range/trunk/index.php
r1916363 r1964266 4 4 Plugin URI: http://www.nikunjsoni.co.in/ 5 5 Description: Filter your WordPress posts by date range 6 Version: 1. 06 Version: 1.1 7 7 Author: Nikunj Soni 8 8 Author URI: https://profiles.wordpress.org/nikunjsoni … … 16 16 17 17 // 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 ); 21 20 } 22 21 -
filter-posts-by-date-range/trunk/readme.txt
r1916363 r1964266 6 6 Tested up to: 4.9.7 7 7 Requires PHP: 5.5.12 8 Stable tag: 1. 08 Stable tag: 1.1 9 9 License: GPLv2 10 10 … … 32 32 * Initial release. 33 33 34 = 1.1 = 35 * Fixes in constant variable. 36 34 37 == Upgrade Notice == 35 38 = 1.0 = 36 39 * Initial release. 37 40 41 = 1.1 = 42 * Fixes in constant variable. 43 38 44 == Frequently Asked Questions == 39 45 You can submit it in http://www.nikunjsoni.co.in
Note: See TracChangeset
for help on using the changeset viewer.