WP Migrate DB

Wordpress Plugin
Download latest - 2.5.0

Developers

deliciousbrains
bradt

Download Stats

Today 959
Yesterday 1,499
Last Week 9,642
All Time 1,405,294
Banner 772x250


Releases (53 )

Version Release Date Change Log
2.5.0 2022-11-22
2.4.2 2022-10-21
2.4.1 2022-10-12
2.4.0 2022-09-22
2.3.3 2022-08-12
2.3.2 2022-07-11
2.3.1 2022-05-25
2.3.0 2022-04-01
2.2.2 2022-01-26
2.2.1 2021-11-09
2.2.0 2021-10-19
2.1.2 2021-08-30
2.1.1 2021-08-18
2.1 2021-08-11
2.0.2 2021-06-21
2.0.1 2021-05-06
2.0 2021-04-28
1.0.17 2021-02-03
1.0.16 2020-09-14
1.0.15 2020-07-30
1.0.14 2020-07-28
1.0.13 2020-03-17
1.0.12 2020-03-10
1.0.11 2019-04-30
1.0.10 2019-02-12
1.0.9 2019-01-29
1.0.8 2018-12-12
1.0.7 2018-11-21
1.0.6 2018-11-19
1.0.5 2018-11-09
1.0.4 2018-09-18
1.0.3 2018-09-10
1.0.2 2018-04-15
1.0.1 2017-09-14
1.0 2017-08-12
0.9.2 2017-06-22
0.9.1 2016-12-15
0.9 2016-12-08
0.8 2016-07-28
0.7.2 2016-03-30
0.7.1 2015-11-07
0.7 2015-06-12
  • 2015-06-12 =

  • New: WP-CLI export subcommand

  • New: Quick copy find textbox value to replace textbox by clicking arrow icon in between (hat tip Jonathan Perlman)

  • New: Added filters to hook into find & replace routine and deal with encoded data (example)

  • Improvement: Greatly reduced data passed through each HTTP request for better security and reliability

  • Improvement: Massive overhaul of input sanitization for better security

  • Improvement: Add _mig_ prefix to wpmdb_alter_statements table

  • Improvement: Cleanup wpmdb_alter_statements tables from failed migrations

  • Improvement: Show dimmed remove icons in find & replace rows to indicate they can be removed

  • Improvement: Dim remove icons next to saved profiles

  • Improvement: Better error message when empty response received from remote server

  • Improvement: Added diagnostic info to facilitate debugging and decrease time to resolution for support requests

  • Improvement: Warning notice when WP_HTTP_BLOCK_EXTERNAL constant is set to true

  • Improvement: Leave it to WordPress core to convert tables to utf8mb4

  • Improvement: Workaround to fix issues with Siteground's staging environments

  • Bug fix: Connection URL with space(s) in beginning failing

  • Bug fix: Cancelling a gzipped Export does not remove file

  • Bug fix: Unusual table names causing regular expressions to fail

  • Bug fix: Preserving options not working when default subsite is not 1

  • Bug fix: NAN% shown at beginning of a migration

  • Bug fix: Migration progress bar is overflowing the scale, passing 100%

  • Bug fix: Custom post type links broken after migration with Compatibility Mode enabled

  • Bug fix: Saving a new profile does not change the URL to that saved profile URL

0.6.1 2015-04-20
  • 2014-10-29 =
  • New: breadcrumb-style UI for saved profiles
  • New: Brazilian Portugese translation
  • Security: Added .htaccess to backup folder to help prevent direct downloads
  • Security: False values not included in signature
  • Improvement: Compatibility with TGM Plugin Activation
  • Improvement: Fixed hundreds of PHP Code Sniffer warnings
  • Improvement: Switch to update_site_option() and get_site_option()
  • Improvement: Cleaner and more instructive error message on JSON decoding failure
  • Improvement: New hooks to massage data before and after find & replace
  • Improvement: Common server security rules better accommodated
  • Improvement: Better compatibility with SSL on WP Engine
  • Improvement: Minify all the Javascripts
  • Improvement: Use PHP's DIRECTORY_SEPARATOR instead of our own constant
  • Improvement: Updated tons of translation strings to be translator-friendly
  • Improvement: Find & replace field error messages could suggest removing the fields
  • Improvement: Download button for Diagnostic Info & Error Log
  • Bug fix: 404 errors after successful migrations due to caching
  • Bug fix: Multisite exports broken on PHP < 5.4.7
  • Bug fix: Using relative paths for file includes
  • Bug fix: Typing new profile name does not select "Create new profile" option
  • Bug fix: Find & replace field errors stick around even after removing fields
  • Bug fix: wpmdb_error_log option is auto loading
  • Bug fix: Inconsistent stripping of slashes
  • Bug fix: Spinner is inconsistent with WP 3.8+ spinner
  • Bug fix: Apostrophe in path not being handled
  • Bug fix: Inappropriate use of htmlentities()
  • Bug fix: The table tooltip still shows during the media files migration
  • Bug fix: Import/Export issues between MySQL 5.1 and 5.5+
  • Bug fix: Notice error on Updates dashboard page
  • Bug fix: Signature verification error when local and remote plugins are different versions
  • Bug fix: Find & replace handle icon is rendering poorly
  • Bug fix: PHP Notice: Undefined variable: safe_mode
  • Bug fix: Fatal error: Cannot use object of type WP_Error as array in verify_download()
0.6 2014-09-04
  • New: Updated the migration UI to include a detailed progress bar, time elapsed, pause and cancel buttons and more!
  • New: Option to exclude transients (temporary cached data)
  • New: Migration profiles
  • New: Setting to configure the maximum request size (how much data is exported in a given HTTP request)
  • Improvement: Unlimited find & replace fields with drag & drop reordering
0.5 2014-04-16
  • 2013-07-26 =
  • Language support! Thanks to an awesome pull request from Rafael Funchal.
  • New Language: Brazilian Portugese
  • Added filter for the filename of the exported file
  • Bug fix: Spam commentmeta included when "Do not export spam comments" checked
  • Bug fix: Fatal error method error does not exist
  • Bug fix: Table names with dashes not exporting
  • Bug fix: Find & replace is case-sensitive but shouldn't
0.4.4 2013-05-19
  • 2013-05-19 =
  • Pro version has arrived! Added some info to the sidebar.
  • Updated required version to WordPress 3.0+
  • Bug fix: Does not handle serialized objects
  • Bug fix: Admin menu disappears when DISALLOW_FILE_MODS is true
  • Bug fix: Duplicate records on export
  • Bug fix: Updated spinner image for HiDPI displays
0.4.3 2012-12-18
  • 2012-12-18 =
  • Fixed deprecated error notices when debug mode is on
  • Bug fix: Exports views as tables
  • Compatibility tested with WordPress 3.5
0.4.2 2012-09-13
  • 2012-09-13 =
  • Moved screenshots to /assets folder and updated them to support retina
  • Added sidebar including author profile and survey to gauge interest for a pro version
0.4.1 2012-08-15
  • 2012-08-15 =
  • Removed WP App Store installer - not allowed in WP.org repo
0.4 2012-08-07

Runs export over 4x faster and adds some nice new features often requested. Upgrade recommended.

0.3 2011-12-16
  • 2011-12-16 =
  • Bug fix: Null formatting error
  • Bug fix: Deprecated capability
  • Bug fix: Serialized string lengths incorrect when string contains double quotes
0.2.2 2011-09-23
  • 2011-09-23 =
  • Bug fix: Breaks Export
0.2.1 2009-12-14