Changeset 2898475
- Timestamp:
- 04/13/2023 10:52:42 AM (3 years ago)
- Location:
- frontier-query/trunk
- Files:
-
- 2 edited
-
frontier-query.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
frontier-query/trunk/frontier-query.php
r2898399 r2898475 5 5 Description: Display list and grouping of posts in widgets, posts and pages. Breakdown posts by categories, taxonomies, date, post type etc. 6 6 Author: finnj 7 Version: 1.6. 47 Version: 1.6.5 8 8 Author URI: http://wpfrontier.com 9 9 */ … … 11 11 12 12 // define constants 13 define('FRONTIER_QUERY_VERSION', "1.6. 4");13 define('FRONTIER_QUERY_VERSION', "1.6.5"); 14 14 define('FRONTIER_QUERY_DIR', dirname( __FILE__ )); //an absolute path to this directory 15 15 define('FRONTIER_QUERY_URL', plugin_dir_url( __FILE__ )); //url path to this directory -
frontier-query/trunk/readme.txt
r2898399 r2898475 5 5 Requires at least: 6.1 6 6 Tested up to: 6.2 7 Stable tag: 1. 3.07 Stable tag: 1.6.5 8 8 Requires PHP: 7.4.33 9 9 License: GPL v3 or later … … 92 92 == Changelog == 93 93 94 = 1.6. 4=94 = 1.6.5 = 95 95 * Fix for Trying to get property label of non-object in - Function fq_get_posttype_label 96 96
Note: See TracChangeset
for help on using the changeset viewer.