Skip to content

Commit

Permalink
Update readme and version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rimkus committed Dec 14, 2015
1 parent dcd6c17 commit 42ba1c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions wpcasa/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
4 changes: 2 additions & 2 deletions wpcasa/wpcasa.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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__ ) ) ) );

Expand Down

0 comments on commit 42ba1c2

Please sign in to comment.