Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
igmoweb committed Jul 16, 2015
1 parent fa7449e commit 8dee688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cloner.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit 8dee688

Please sign in to comment.