From 42ba1c25eb6f1866a21a92ffb4f034e372895120 Mon Sep 17 00:00:00 2001 From: Simon Rimkus Date: Mon, 14 Dec 2015 20:09:35 +0100 Subject: [PATCH] Update readme and version number to 1.0.1 --- wpcasa/README.txt | 10 +++++++--- wpcasa/wpcasa.php | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/wpcasa/README.txt b/wpcasa/README.txt index 46c0e68..8b3c28f 100644 --- a/wpcasa/README.txt +++ b/wpcasa/README.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: real estate, realestate, agency, agent, directory, house, listing, listings, property, properties, property management, realtor, wpcasa Requires at least: 4.0 Tested up to: 4.4 -Stable tag: 1.0.0 +Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -131,10 +131,14 @@ If you find WPCasa an interesting project, please feel free to have a look at ou == Changelog == += 1.0.1 = +* Fix custom query pagination (offset must be set or empty string) +* Fix CMB2 group fields handling through wpsight_meta_boxes filter + = 1.0.0 = * Initial release == Upgrade Notice == -= 1.0.0 = -Initial release += 1.0.1 = +Fixed pagination in WordPress 4.4 and CMB2 group fields diff --git a/wpcasa/wpcasa.php b/wpcasa/wpcasa.php index 7368d76..f7f4e98 100644 --- a/wpcasa/wpcasa.php +++ b/wpcasa/wpcasa.php @@ -3,7 +3,7 @@ Plugin Name: WPCasa Plugin URI: https://wpcasa.com Description: Flexible WordPress plugin to create professional real estate websites and manage property listings with ease. -Version: 1.0.0 +Version: 1.0.1 Author: WPSight Author URI: http://wpsight.com Requires at least: 4.0 @@ -47,7 +47,7 @@ public function __construct() { if ( ! defined( 'WPSIGHT_AUTHOR' ) ) define( 'WPSIGHT_AUTHOR', 'WPSight' ); - define( 'WPSIGHT_VERSION', '1.0.0' ); + define( 'WPSIGHT_VERSION', '1.0.1' ); define( 'WPSIGHT_PLUGIN_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); define( 'WPSIGHT_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );