Skip to content

Commit

Permalink
Update version number to 1.0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rimkus committed Jan 11, 2016
1 parent e07d294 commit 1eb3e5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 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.1
Stable tag: 1.0.3
Stable tag: 1.0.3.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.0.3.1 =
* Hotfix to avoid fatal error with wpsight_taxonomies() in v1.0.3 and some themes

= 1.0.3 =
* Hide listing label when label is empty
* Hide rental periods when label is empty
Expand All @@ -152,5 +155,5 @@ If you find WPCasa an interesting project, please feel free to have a look at ou

== Upgrade Notice ==

= 1.0.3 =
Fixes a bug with default values from settings (e.g. currency) and add some minor improvements.
= 1.0.3.1 =
Hotfix to avoid fatal error with wpsight_taxonomies() in v1.0.3 and some themes.
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.3
Version: 1.0.3.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.3' );
define( 'WPSIGHT_VERSION', '1.0.3.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 1eb3e5c

Please sign in to comment.