-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
101 lines (70 loc) · 2.69 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
=== Bluehost Site Migrator ===
Contributors: bluehost, wpscholar
Tags: migrate, migration
Requires at least: 4.7
Tested up to: 6.3.1
Stable tag: 1.0.13
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Automatically transfer your site to Bluehost.
== Description ==
This plugin is designed by the WordPress experts at Bluehost, one of the world’s top WordPress providers. It was created to make migration easier and faster by only requiring you to install this plugin and follow the simple steps. Once you’ve completed your compatibility check, this plugin will create a secure copy of your website and begin the transfer to your Bluehost hosting account.
Important: You will need a Bluehost hosting account for this plugin to complete the migration. It is not intended for migrations to other hosting providers.
== Installation ==
1. Install the plugin by clicking `Add New` on the Plugins screen in your WordPress admin, then searching for "Bluehost Site Migrator".
2. Activate the plugin.
3. Click on the "Site Migrator" link on the left-hand menu in the WordPress admin to get started!
== Upgrade Notice ==
= 1.0.13 =
* Alternate database packaging methods.
* Chunks zipping for better efficiency and to avoid cpu crashes.
* Minor ux improvements
= 1.0.12 =
* Bump up latest tested version for public view.
= 1.0.11 =
* Release workflow updates.
= 1.0.10 =
* Fixes migrations stuck on packaging dropins and plugins.
= 1.0.9 =
* Maintenance update and performance improvements.
= 1.0.8 =
* Updated dependencies and copy regarding compatible hosting plans.
= 1.0.7 =
* Additional checks for presence of required functions.
= 1.0.6 =
* Fix for geolocation functionality
= 1.0.5 =
* Adds international support
= 1.0.4 =
* Minor security updates
= 1.0.3 =
* Performance improvements
= 1.0.2 =
* Minor maintenance release and security patch.
= 1.0.1 =
* Minor security patch. Compatible with WordPress 5.5.
== Changelog ==
= 1.0.9 =
* Switch to background tasks for packaging and increase timeouts.
= 1.0.8 =
* Updated dependencies and copy regarding compatible hosting plans.
= 1.0.7 =
* Additional checks for presence of required functions.
= 1.0.6 =
* Fix for geolocation functionality
= 1.0.5 =
* Adds international support
= 1.0.4 =
* Applied minor JavaScript dependency security patches
* Update a URL reference on final migration screen
= 1.0.3 =
* Performance improvement: Image optimization
= 1.0.2 =
* Security Patch: Add empty index.php file to prevent directory browsing on insecure server configurations.
* Maintenance: Update account creation URL.
= 1.0.1 =
* Security Patch: Update Lodash version
* Maintenance: Remove debug code
= 1.0 =
* Initial version