Skip to content

Commit

Permalink
Set version number to 1.0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rimkus committed Jan 19, 2016
1 parent 61a526d commit a76000d
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.4
Stable tag: 1.0.4.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= 1.0.4.1 =
* Add wpsight_profile_agent_update_post_meta filter for WPCasa Polylang

= 1.0.4 =
* Improve maybe_update_gallery()
* Add missing string in German translation
Expand Down Expand Up @@ -161,5 +164,5 @@ If you find WPCasa an interesting project, please feel free to have a look at ou

== Upgrade Notice ==

= 1.0.4 =
Fixes some gallery issues with the dashboard add-on and adds missing string in German translation.
= 1.0.4.1 =
* Small improvement for the WPCasa Polylang add-on
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.4
Version: 1.0.4.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.4' );
define( 'WPSIGHT_VERSION', '1.0.4.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 a76000d

Please sign in to comment.