Plugin Directory

Changeset 2898475


Ignore:
Timestamp:
04/13/2023 10:52:42 AM (3 years ago)
Author:
finnj
Message:

ver 1.6.5

Location:
frontier-query/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • frontier-query/trunk/frontier-query.php

    r2898399 r2898475  
    55Description: Display list and grouping of posts in widgets, posts and pages. Breakdown posts by categories, taxonomies, date, post type etc.
    66Author: finnj
    7 Version: 1.6.4
     7Version: 1.6.5
    88Author URI: http://wpfrontier.com
    99*/
     
    1111
    1212// define constants
    13 define('FRONTIER_QUERY_VERSION', "1.6.4");
     13define('FRONTIER_QUERY_VERSION', "1.6.5");
    1414define('FRONTIER_QUERY_DIR', dirname( __FILE__ )); //an absolute path to this directory
    1515define('FRONTIER_QUERY_URL', plugin_dir_url( __FILE__ )); //url path to this directory
  • frontier-query/trunk/readme.txt

    r2898399 r2898475  
    55Requires at least: 6.1
    66Tested up to: 6.2
    7 Stable tag: 1.3.0
     7Stable tag: 1.6.5
    88Requires PHP:  7.4.33
    99License: GPL v3 or later
     
    9292== Changelog ==
    9393
    94 = 1.6.4 =
     94= 1.6.5 =
    9595* Fix for Trying to get property label of non-object in  - Function fq_get_posttype_label
    9696
Note: See TracChangeset for help on using the changeset viewer.