Skip to content

Commit

Permalink
version bump to 1.5.49
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerhart committed Feb 24, 2021
1 parent a2ff35a commit ff0c0df
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
20 changes: 12 additions & 8 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.4.1
Tested up to: 5.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.49 =

* Feature: Setting to hide header or footer when no results are found.

= 1.5.48 =

* Bug fix: Fix regression with pagination vs offset.
Expand Down Expand Up @@ -270,38 +274,38 @@ Select a category or multiple categories to override. Save the query, then vis
* Fix: Shortcode & Widget paging - but can't have 2 independent pagers on 1 page yet.
* Fix: Unserialize bug - http://wordpress.org/support/topic/bug-that-wipes-all-settings-of-query-after-excluding-fields-from-display?replies=2
* Fix: 3.7 problem - according to - http://wordpress.org/support/topic/update-has-broken-site#post-4868397
* Fix: Row style settings form bug
* Fix: Row style settings form bug
* More complete default query according to WP_Query defaults
* Feature: PHP WP_Query in preview

= 1.5rc12 =

* New page routing with hook parse_request

= 1.5rc11 =

* Chasing WP 3.7 related bugs

= 1.5rc10 =

* UI fixes and improvements.

= 1.5rc9 =

* Fix: Wordpress 3.7 update redirecting from custom pages

= 1.5rc8 =

* Fix: Fixing sortable jquery ui issue. QW UI working w/ WP 3.5

= 1.5rc7 =

* Fix: No longer relying on external jquery sources, working to fix views ui

= 1.5rc6 =

* Fix: WP update broke jquery and jquery ui. now relying on external sources

= 1.5rc5 =

* Fix: bug, javascript sometimes enqueuing in wrong order (Google Libraries)
Expand Down
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.48
Version: 1.5.49
******************************************************************
Expand All @@ -30,7 +30,7 @@
*/

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

0 comments on commit ff0c0df

Please sign in to comment.