Skip to content

Commit

Permalink
Version increment to 1.5.52
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerhart committed Apr 17, 2023
1 parent 6bc63ea commit dbe78ad
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: daggerhart
Donate link: https://www.daggerhart.com/
Tags: query, pages, widget, admin, widgets, administration, manage, views, loop
Requires at least: 4
Tested up to: 5.8
Tested up to: 6.2
Stable tag: trunk

Query Wrangler provides an intuitive interface for creating complex WP queries as shortcodes and widgets. UI based on Drupal Views.
Expand Down Expand Up @@ -74,6 +74,10 @@ Select a category or multiple categories to override. Save the query, then vis

== Changelog ==

= 1.5.52 =

* New setting to allow caching of meta keys.

= 1.5.51 =

* Tested up to WordPress 5.8-RC4.
Expand Down Expand Up @@ -389,4 +393,4 @@ Select a category or multiple categories to override. Save the query, then vis

== Upgrade Notice ==

1.5.51 Tested with upcoming 5.8 release
1.5.52 Major bug fix and new setting for caching meta_keys.
4 changes: 2 additions & 2 deletions query-wrangler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Description: Query Wrangler provides an intuitive interface for creating complex WP queries as pages or widgets. Based on Drupal Views.
Author: Jonathan Daggerhart
Author URI: http://daggerhart.com
Version: 1.5.51
Version: 1.5.52
******************************************************************
Expand All @@ -30,7 +30,7 @@
*/

// some useful definitions
define( 'QW_VERSION', 1.551 );
define( 'QW_VERSION', 1.552 );
define( 'QW_PLUGIN_DIR', dirname( __FILE__ ) );
define( 'QW_PLUGIN_URL', plugins_url( '', __FILE__ ) );
define( 'QW_DEFAULT_THEME', 'views' );
Expand Down

0 comments on commit dbe78ad

Please sign in to comment.