diff --git a/changelog.txt b/changelog.txt index 1791b17..e22dc74 100755 --- a/changelog.txt +++ b/changelog.txt @@ -9,6 +9,10 @@ Change Log: ---------------------------------------------------------------------- ---------------------------------------------------------------------- +1.6.2 - 2015-07-16 +---------------------------------------------------------------------- +- Fixed: Redirecting issue in subfolders installations + 1.6.1 - 2015-07-13 ---------------------------------------------------------------------- - New: Added Multi Domains Plugin integration diff --git a/cloner.php b/cloner.php index 66b74a2..3b02ef7 100755 --- a/cloner.php +++ b/cloner.php @@ -5,7 +5,7 @@ Description: Clone sites in a network installation Author: WPMU DEV Author URI: http://premium.wpmudev.org/ -Version: 1.6.1 +Version: 1.6.2 Network: true Text Domain: wpmudev-cloner Domain Path: lang @@ -87,7 +87,7 @@ private function set_constants() { define( 'WPMUDEV_COPIER_LANG_DOMAIN', 'wpmudev-cloner' ); if ( ! defined( 'WPMUDEV_CLONER_VERSION' ) ) - define( 'WPMUDEV_CLONER_VERSION', '1.6.1' ); + define( 'WPMUDEV_CLONER_VERSION', '1.6.2' ); } private function includes() {