Plugin Directory

Changeset 1281176


Ignore:
Timestamp:
11/06/2015 03:15:13 PM (10 years ago)
Author:
bradt
Message:

Update changelog.

Location:
wp-migrate-db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-migrate-db/tags/0.7.1/readme.txt

    r1274604 r1281176  
    6868== Changelog ==
    6969
    70 = 0.7.1 - 2015-07-09 =
     70= WP Migrate DB 0.7.1 - 2015-07-09 =
    7171
    7272* Improvement: Added more diagnostic info to facilitate debugging
     
    7878* Bug Fix: Saved Profiles link is broken in certain situations
    7979
    80 = 0.7 - 2015-06-12 =
     80= WP Migrate DB 0.7 - 2015-06-12 =
    8181
    8282* New: [WP-CLI export subcommand](https://deliciousbrains.com/wp-migrate-db-pro/doc/cli-export-subcommand/)
     
    103103* Bug fix: Saving a new profile does not change the URL to that saved profile URL
    104104
    105 = 0.6.1 - 2014-10-29 =
     105= WP Migrate DB 0.6.1 - 2014-10-29 =
    106106* New: breadcrumb-style UI for saved profiles
    107107* New: Brazilian Portugese translation
     
    138138* Bug fix: Fatal error: Cannot use object of type WP_Error as array in `verify_download()`
    139139
    140 = 0.6 - 2014-08-19 =
     140= WP Migrate DB 0.6 - 2014-08-19 =
    141141* New: Updated the migration UI to include a detailed progress bar, time elapsed, pause and cancel buttons and more!
    142142* New: Option to exclude transients (temporary cached data)
     
    145145* Improvement: Unlimited find & replace fields with drag & drop reordering
    146146
    147 = 0.5 - 2013-07-26 =
     147= WP Migrate DB 0.5 - 2013-07-26 =
    148148* Language support! Thanks to an awesome [pull request](https://github.com/bradt/wp-migrate-db/pull/19) from [Rafael Funchal](https://github.com/rafaelfunchal).
    149149* New Language: Brazilian Portugese
     
    154154* Bug fix: [Find & replace is case-sensitive but shouldn't](https://github.com/bradt/wp-migrate-db/issues/13)
    155155
    156 = 0.4.4 - 2013-05-19 =
     156= WP Migrate DB 0.4.4 - 2013-05-19 =
    157157* [Pro version has arrived!](http://deliciousbrains.com/wp-migrate-db-pro/?utm_source=wordpress.org&utm_medium=web&utm_content=changelog&utm_campaign=freeplugin) Added some info to the sidebar.
    158158* Updated required version to WordPress 3.0+
     
    162162* Bug fix: Updated spinner image for HiDPI displays
    163163
    164 = 0.4.3 - 2012-12-18 =
     164= WP Migrate DB 0.4.3 - 2012-12-18 =
    165165* Fixed deprecated error notices when debug mode is on
    166166* Bug fix: [Exports views as tables](https://github.com/bradt/wp-migrate-db/issues/3)
    167167* Compatibility tested with WordPress 3.5
    168168
    169 = 0.4.2 - 2012-09-13 =
     169= WP Migrate DB 0.4.2 - 2012-09-13 =
    170170* Moved screenshots to /assets folder and updated them to support retina
    171171* Added sidebar including author profile and survey to gauge interest for a pro version
    172172
    173 = 0.4.1 - 2012-08-15 =
     173= WP Migrate DB 0.4.1 - 2012-08-15 =
    174174* Removed WP App Store installer - not allowed in WP.org repo
    175175
    176 = 0.4 - 2012-08-07 =
     176= WP Migrate DB 0.4 - 2012-08-07 =
    177177* New: More than 4x faster than version 0.3 due to find & replace improvements
    178178* New: Option to turn off replacing GUIDs
     
    184184* Bug fix: Notices and warnings displayed when WP_DEBUG is on
    185185
    186 = 0.3 - 2011-12-16 =
     186= WP Migrate DB 0.3 - 2011-12-16 =
    187187* Bug fix: [Null formatting error](http://plugins.trac.wordpress.org/ticket/1430)
    188188* Bug fix: [Deprecated capability](http://plugins.trac.wordpress.org/ticket/1431)
    189189* Bug fix: Serialized string lengths incorrect when string contains double quotes
    190190
    191 = 0.2.2 - 2011-09-23 =
     191= WP Migrate DB 0.2.2 - 2011-09-23 =
    192192* Bug fix: [Breaks Export](http://wordpress.org/support/topic/plugin-wp-migrate-db-breaks-export?replies=1)
    193193
    194 = 0.2.1 - 2009-12-13 =
     194= WP Migrate DB 0.2.1 - 2009-12-13 =
    195195* Moved to WordPress.org hosting
    196196
    197 = 0.2 - 2009-04-03 =
     197= WP Migrate DB 0.2 - 2009-04-03 =
    198198* Moved menu link from "Settings" to "Tools"
    199199* The random string of characters no longer appears in the filename on save.
    200200
    201 = 0.1 - 2009-03-20 =
     201= WP Migrate DB 0.1 - 2009-03-20 =
    202202* First release
    203203
  • wp-migrate-db/trunk/readme.txt

    r1274604 r1281176  
    6868== Changelog ==
    6969
    70 = 0.7.1 - 2015-07-09 =
     70= WP Migrate DB 0.7.1 - 2015-07-09 =
    7171
    7272* Improvement: Added more diagnostic info to facilitate debugging
     
    7878* Bug Fix: Saved Profiles link is broken in certain situations
    7979
    80 = 0.7 - 2015-06-12 =
     80= WP Migrate DB 0.7 - 2015-06-12 =
    8181
    8282* New: [WP-CLI export subcommand](https://deliciousbrains.com/wp-migrate-db-pro/doc/cli-export-subcommand/)
     
    103103* Bug fix: Saving a new profile does not change the URL to that saved profile URL
    104104
    105 = 0.6.1 - 2014-10-29 =
     105= WP Migrate DB 0.6.1 - 2014-10-29 =
    106106* New: breadcrumb-style UI for saved profiles
    107107* New: Brazilian Portugese translation
     
    138138* Bug fix: Fatal error: Cannot use object of type WP_Error as array in `verify_download()`
    139139
    140 = 0.6 - 2014-08-19 =
     140= WP Migrate DB 0.6 - 2014-08-19 =
    141141* New: Updated the migration UI to include a detailed progress bar, time elapsed, pause and cancel buttons and more!
    142142* New: Option to exclude transients (temporary cached data)
     
    145145* Improvement: Unlimited find & replace fields with drag & drop reordering
    146146
    147 = 0.5 - 2013-07-26 =
     147= WP Migrate DB 0.5 - 2013-07-26 =
    148148* Language support! Thanks to an awesome [pull request](https://github.com/bradt/wp-migrate-db/pull/19) from [Rafael Funchal](https://github.com/rafaelfunchal).
    149149* New Language: Brazilian Portugese
     
    154154* Bug fix: [Find & replace is case-sensitive but shouldn't](https://github.com/bradt/wp-migrate-db/issues/13)
    155155
    156 = 0.4.4 - 2013-05-19 =
     156= WP Migrate DB 0.4.4 - 2013-05-19 =
    157157* [Pro version has arrived!](http://deliciousbrains.com/wp-migrate-db-pro/?utm_source=wordpress.org&utm_medium=web&utm_content=changelog&utm_campaign=freeplugin) Added some info to the sidebar.
    158158* Updated required version to WordPress 3.0+
     
    162162* Bug fix: Updated spinner image for HiDPI displays
    163163
    164 = 0.4.3 - 2012-12-18 =
     164= WP Migrate DB 0.4.3 - 2012-12-18 =
    165165* Fixed deprecated error notices when debug mode is on
    166166* Bug fix: [Exports views as tables](https://github.com/bradt/wp-migrate-db/issues/3)
    167167* Compatibility tested with WordPress 3.5
    168168
    169 = 0.4.2 - 2012-09-13 =
     169= WP Migrate DB 0.4.2 - 2012-09-13 =
    170170* Moved screenshots to /assets folder and updated them to support retina
    171171* Added sidebar including author profile and survey to gauge interest for a pro version
    172172
    173 = 0.4.1 - 2012-08-15 =
     173= WP Migrate DB 0.4.1 - 2012-08-15 =
    174174* Removed WP App Store installer - not allowed in WP.org repo
    175175
    176 = 0.4 - 2012-08-07 =
     176= WP Migrate DB 0.4 - 2012-08-07 =
    177177* New: More than 4x faster than version 0.3 due to find & replace improvements
    178178* New: Option to turn off replacing GUIDs
     
    184184* Bug fix: Notices and warnings displayed when WP_DEBUG is on
    185185
    186 = 0.3 - 2011-12-16 =
     186= WP Migrate DB 0.3 - 2011-12-16 =
    187187* Bug fix: [Null formatting error](http://plugins.trac.wordpress.org/ticket/1430)
    188188* Bug fix: [Deprecated capability](http://plugins.trac.wordpress.org/ticket/1431)
    189189* Bug fix: Serialized string lengths incorrect when string contains double quotes
    190190
    191 = 0.2.2 - 2011-09-23 =
     191= WP Migrate DB 0.2.2 - 2011-09-23 =
    192192* Bug fix: [Breaks Export](http://wordpress.org/support/topic/plugin-wp-migrate-db-breaks-export?replies=1)
    193193
    194 = 0.2.1 - 2009-12-13 =
     194= WP Migrate DB 0.2.1 - 2009-12-13 =
    195195* Moved to WordPress.org hosting
    196196
    197 = 0.2 - 2009-04-03 =
     197= WP Migrate DB 0.2 - 2009-04-03 =
    198198* Moved menu link from "Settings" to "Tools"
    199199* The random string of characters no longer appears in the filename on save.
    200200
    201 = 0.1 - 2009-03-20 =
     201= WP Migrate DB 0.1 - 2009-03-20 =
    202202* First release
    203203
Note: See TracChangeset for help on using the changeset viewer.