WP Staging – DB & File Duplicator & Migration - Version 1.1.3

Version Description

  • New: Tested up to wp 4.7.2
  • Fix: Arrows in drop down for folder selection are distorted
  • Tweak: Show working log as default to make debugging easier
Download this release

Release Info

Developer ReneHermi
Plugin Icon 128x128 WP Staging – DB & File Duplicator & Migration
Version 1.1.3
Comparing to
See all releases

Code changes from version 1.1.2 to 1.1.3

assets/css/wpstg-admin.css CHANGED
@@ -507,6 +507,7 @@ color:#777777;
507
  }
508
 
509
  .wpstg-tab-triangle {
 
510
  display: inline-block;
511
  margin-right: 10px;
512
  }
@@ -576,7 +577,7 @@ color:#777777;
576
  }
577
 
578
  #wpstg-log-details{
579
- display:none;
580
  height: 300px;
581
  overflow: scroll;
582
  max-width: 500px;
507
  }
508
 
509
  .wpstg-tab-triangle {
510
+ font-family: arial;
511
  display: inline-block;
512
  margin-right: 10px;
513
  }
577
  }
578
 
579
  #wpstg-log-details{
580
+ display:block;
581
  height: 300px;
582
  overflow: scroll;
583
  max-width: 500px;
assets/css/wpstg-admin.min.css CHANGED
@@ -507,6 +507,7 @@ color:#777777;
507
  }
508
 
509
  .wpstg-tab-triangle {
 
510
  display: inline-block;
511
  margin-right: 10px;
512
  }
@@ -576,7 +577,7 @@ color:#777777;
576
  }
577
 
578
  #wpstg-log-details{
579
- display:none;
580
  height: 300px;
581
  overflow: scroll;
582
  max-width: 500px;
507
  }
508
 
509
  .wpstg-tab-triangle {
510
+ font-family: arial;
511
  display: inline-block;
512
  margin-right: 10px;
513
  }
577
  }
578
 
579
  #wpstg-log-details{
580
+ display:block;
581
  height: 300px;
582
  overflow: scroll;
583
  max-width: 500px;
readme.txt CHANGED
@@ -8,8 +8,8 @@ License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Tags: staging, duplication, cloning, clone, migration, sandbox, test site, testing, backup, post, admin, administration, duplicate posts
10
  Requires at least: 3.6+
11
- Tested up to: 4.7
12
- Stable tag: 1.1.2
13
 
14
  A duplicator plugin! Clone, duplicate and migrate live sites to independent staging and development sites that are available only to administrators.
15
 
@@ -143,6 +143,11 @@ After installation goto the settings page 'Staging' and do your adjustments ther
143
 
144
  == Changelog ==
145
 
 
 
 
 
 
146
  = 1.1.2 =
147
  * Fix: Settings are not deleted when plugin is removed
148
  * Fix: Staging site is available for non administrators
@@ -252,5 +257,5 @@ After installation goto the settings page 'Staging' and do your adjustments ther
252
 
253
  == Upgrade Notice ==
254
 
255
- = 1.1.0 =
256
- 1.1.0 <strong>Compatible up to WP 4.6</strong>
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
  Tags: staging, duplication, cloning, clone, migration, sandbox, test site, testing, backup, post, admin, administration, duplicate posts
10
  Requires at least: 3.6+
11
+ Tested up to: 4.7.2
12
+ Stable tag: 1.1.3
13
 
14
  A duplicator plugin! Clone, duplicate and migrate live sites to independent staging and development sites that are available only to administrators.
15
 
143
 
144
  == Changelog ==
145
 
146
+ = 1.1.3 =
147
+ * New: Tested up to wp 4.7.2
148
+ * Fix: Arrows in drop down for folder selection are distorted
149
+ * Tweak: Show working log as default to make debugging easier
150
+
151
  = 1.1.2 =
152
  * Fix: Settings are not deleted when plugin is removed
153
  * Fix: Staging site is available for non administrators
257
 
258
  == Upgrade Notice ==
259
 
260
+ = 1.1.3 =
261
+ 1.1.3 <strong>Compatible up to WP 4.7.2</strong>
wp-staging.php CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Create a staging clone site for testing & developing
7
  * Author: WP-Staging, René Hermenau
8
  * Author URI: https://wordpress.org/plugins/wp-staging
9
- * Version: 1.1.2
10
  * Text Domain: wpstg
11
  * Domain Path: languages
12
 
@@ -34,11 +34,11 @@ if ( !defined('ABSPATH') )
34
 
35
  // Plugin version
36
  if ( !defined('WPSTG_VERSION') ) {
37
- define('WPSTG_VERSION', '1.1.2');
38
  }
39
  // Is compatible up to WordPress version
40
  if ( !defined('WPSTG_WP_COMPATIBLE') ) {
41
- define('WPSTG_WP_COMPATIBLE', '4.7');
42
  }
43
 
44
  // Plugin Folder Path
6
  * Description: Create a staging clone site for testing & developing
7
  * Author: WP-Staging, René Hermenau
8
  * Author URI: https://wordpress.org/plugins/wp-staging
9
+ * Version: 1.1.3
10
  * Text Domain: wpstg
11
  * Domain Path: languages
12
 
34
 
35
  // Plugin version
36
  if ( !defined('WPSTG_VERSION') ) {
37
+ define('WPSTG_VERSION', '1.1.3');
38
  }
39
  // Is compatible up to WordPress version
40
  if ( !defined('WPSTG_WP_COMPATIBLE') ) {
41
+ define('WPSTG_WP_COMPATIBLE', '4.7.2');
42
  }
43
 
44
  // Plugin Folder Path