All-in-One WP Migration - Version 7.17

Version Description

Fixed

  • Compatibility with Apache v2.4 .htaccess. Thanks Pieter Daalder for reporting it.
Download this release

Release Info

Developer bangelov
Plugin Icon 128x128 All-in-One WP Migration
Version 7.17
Comparing to
See all releases

Code changes from version 7.16 to 7.17

all-in-one-wp-migration.php CHANGED
@@ -5,7 +5,7 @@
5
  * Description: Migration tool for all your blog data. Import or Export your blog content with a single click.
6
  * Author: ServMask
7
  * Author URI: https://servmask.com/
8
- * Version: 7.16
9
  * Text Domain: all-in-one-wp-migration
10
  * Domain Path: /languages
11
  * Network: True
5
  * Description: Migration tool for all your blog data. Import or Export your blog content with a single click.
6
  * Author: ServMask
7
  * Author URI: https://servmask.com/
8
+ * Version: 7.17
9
  * Text Domain: all-in-one-wp-migration
10
  * Domain Path: /languages
11
  * Network: True
constants.php CHANGED
@@ -35,7 +35,7 @@ define( 'AI1WM_DEBUG', false );
35
  // ==================
36
  // = Plugin Version =
37
  // ==================
38
- define( 'AI1WM_VERSION', '7.16' );
39
 
40
  // ===============
41
  // = Plugin Name =
35
  // ==================
36
  // = Plugin Version =
37
  // ==================
38
+ define( 'AI1WM_VERSION', '7.17' );
39
 
40
  // ===============
41
  // = Plugin Name =
lib/vendor/servmask/filesystem/class-ai1wm-file-htaccess.php CHANGED
@@ -50,10 +50,6 @@ class Ai1wm_File_Htaccess {
50
  '<IfModule mod_autoindex.c>',
51
  'Options -Indexes',
52
  '</IfModule>',
53
- '<Files web.config>',
54
- 'Order allow,deny',
55
- 'Deny from all',
56
- '</Files>',
57
  )
58
  )
59
  );
50
  '<IfModule mod_autoindex.c>',
51
  'Options -Indexes',
52
  '</IfModule>',
 
 
 
 
53
  )
54
  )
55
  );
lib/vendor/servmask/filesystem/class-ai1wm-file-webconfig.php CHANGED
@@ -53,13 +53,6 @@ class Ai1wm_File_Webconfig {
53
  '</defaultDocument>',
54
  '<directoryBrowse enabled="false" />',
55
  '</system.webServer>',
56
- '<location path=".htaccess">',
57
- '<system.web>',
58
- '<authorization>',
59
- '<deny users="*" />',
60
- '</authorization>',
61
- '</system.web>',
62
- '</location>',
63
  '</configuration>',
64
  )
65
  )
53
  '</defaultDocument>',
54
  '<directoryBrowse enabled="false" />',
55
  '</system.webServer>',
 
 
 
 
 
 
 
56
  '</configuration>',
57
  )
58
  )
lib/view/assets/javascript/backups.min.js CHANGED
@@ -2082,7 +2082,7 @@ jQuery(document).ready(function ($) {
2082
 
2083
  $('#ai1wm-create-backup').click(function (e) {
2084
  var storage = Ai1wm.Util.random(12);
2085
- var options = Ai1wm.Util.form('#ai1wm-export-form').concat({ name: 'storage', value: storage });
2086
 
2087
  // Set global params
2088
  model.setParams(options);
2082
 
2083
  $('#ai1wm-create-backup').click(function (e) {
2084
  var storage = Ai1wm.Util.random(12);
2085
+ var options = Ai1wm.Util.form('#ai1wm-export-form').concat({ name: 'storage', value: storage }).concat({ name: 'file', value: 1 });
2086
 
2087
  // Set global params
2088
  model.setParams(options);
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: move, transfer, copy, migrate, backup, clone, restore, db migration, wordp
4
  Requires at least: 3.3
5
  Tested up to: 5.3
6
  Requires PHP: 5.2.17
7
- Stable tag: 7.16
8
  License: GPLv2 or later
9
 
10
  Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
@@ -108,6 +108,11 @@ Alternatively you can download the plugin using the download button on this page
108
  All-in-One WP Migration **asks for your consent** to collect **requester's email address** when filling plugin's contact form. [GDPR Compliant Privacy Policy](https://www.iubenda.com/privacy-policy/946881)
109
 
110
  == Changelog ==
 
 
 
 
 
111
  = 7.16 =
112
  **Added**
113
 
4
  Requires at least: 3.3
5
  Tested up to: 5.3
6
  Requires PHP: 5.2.17
7
+ Stable tag: 7.17
8
  License: GPLv2 or later
9
 
10
  Move, transfer, copy, migrate, and backup a site with 1-click. Quick, easy, and reliable.
108
  All-in-One WP Migration **asks for your consent** to collect **requester's email address** when filling plugin's contact form. [GDPR Compliant Privacy Policy](https://www.iubenda.com/privacy-policy/946881)
109
 
110
  == Changelog ==
111
+ = 7.17 =
112
+ **Fixed**
113
+
114
+ * Compatibility with Apache v2.4 .htaccess. Thanks Pieter Daalder for reporting it.
115
+
116
  = 7.16 =
117
  **Added**
118