Skip to content

Commit

Permalink
Update readme.txt and set version number to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rimkus committed Jan 8, 2016
1 parent 14eaa15 commit 4a91d5a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
14 changes: 10 additions & 4 deletions wpcasa/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: wpsight, jancbeck, simonrimkus
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZRR56U2VTPZAQ
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.2
Tested up to: 4.4.1
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -131,6 +131,12 @@ If you find WPCasa an interesting project, please feel free to have a look at ou

== Changelog ==

= 1.0.3 =
* Hide listing label when label is empty
* Hide rental periods when label is empty
* Fix default handling in wpsight_get_option()
* Minor code cosmetics

= 1.0.2 =
* Add wpsight_get_option filter hook
* Make location fields visible in dashboard
Expand All @@ -146,5 +152,5 @@ If you find WPCasa an interesting project, please feel free to have a look at ou

== Upgrade Notice ==

= 1.0.2 =
Maintenance release with minor fixes and improvements
= 1.0.3 =
Fixes a bug with default values from settings (e.g. currency) and add some minor improvements.
6 changes: 3 additions & 3 deletions wpcasa/wpcasa.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
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.2
Version: 1.0.3
Author: WPSight
Author URI: http://wpsight.com
Requires at least: 4.0
Tested up to: 4.4
Tested up to: 4.4.1
Text Domain: wpcasa
Domain Path: /languages
Expand Down Expand Up @@ -47,7 +47,7 @@ public function __construct() {
if ( ! defined( 'WPSIGHT_AUTHOR' ) )
define( 'WPSIGHT_AUTHOR', 'WPSight' );

define( 'WPSIGHT_VERSION', '1.0.2' );
define( 'WPSIGHT_VERSION', '1.0.3' );
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 4a91d5a

Please sign in to comment.