Skip to content

Commit

Permalink
Deploying version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ptasker committed Sep 18, 2018
1 parent e3b3e9e commit 7597efe
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 9 deletions.
2 changes: 1 addition & 1 deletion asset/build/css/styles.css

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions asset/build/js/bundle-103.js

This file was deleted.

1 change: 0 additions & 1 deletion asset/build/js/bundle-103.js.map

This file was deleted.

2 changes: 2 additions & 0 deletions asset/build/js/bundle-104.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions asset/build/js/bundle-104.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion class/wpmdb-base.php
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function pro_addon_construct() {
),
'wp-migrate-db-pro-theme-plugin-files/wp-migrate-db-pro-theme-plugin-files.php' => array(
'name' => 'Theme & Plugin Files',
'required_version' => '1.0',
'required_version' => '1.0.2',
),
);

Expand Down
9 changes: 8 additions & 1 deletion languages/wp-migrate-db-en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: wp-migrate-db-pro\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2018-09-10 14:46-0400\n"
"POT-Creation-Date: 2018-09-18 11:43-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down Expand Up @@ -2957,6 +2957,7 @@ msgid ""
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Receiver.php:215
#: src/wp-migrate-db-pro/class/Transfers/Receiver.php:216
msgid "Unable to process payload."
msgstr ""

Expand Down Expand Up @@ -3010,33 +3011,39 @@ msgid "File does not exist - %s"
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:310
#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:317
#, php-format
msgid ""
"File size of source and destination do not match: <br>%s<br>Destination "
"size: %s, Local size: %s"
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:317
#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:324
#, php-format
msgid ""
"File MD5's do not match for file: %s \n"
"Local MD5: %s Remote MD5: %s"
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:336
#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:343
#, php-format
msgid "Could not write line to file. File name: %s"
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:365
#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:372
msgid "Failed to unpack payload."
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:371
#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:378
msgid "Failed to create stream from payload."
msgstr ""

#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:391
#: src/wp-migrate-db-pro/class/Transfers/Files/Payload.php:398
#, php-format
msgid "Could not create directory: %s"
msgstr ""
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: migrate, migration, export, data dump, backup, database, mysql, find & replace, search & replace, import
Requires at least: 3.6
Tested up to: 4.9.8
Stable tag: 1.0.3
Stable tag: 1.0.4
License: GPLv2

Migrates your database by running find & replace on URLs and file paths, handling serialized data, and saving an SQL file.
Expand Down Expand Up @@ -90,6 +90,8 @@ If you upgrade to [WP Migrate DB Pro](http://deliciousbrains.com/wp-migrate-db-p
3. Saving the exported database

== Changelog ==
= WP Migrate DB 1.0.4 - 2018-09-13 =
* Bug fix: Overall progress bar spins when font-awesome loaded

= WP Migrate DB 1.0.3 - 2018-09-10 =
* Bug fix: Usage of static keyword errors in PHP 5.2.4
Expand Down
4 changes: 2 additions & 2 deletions wp-migrate-db.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://wordpress.org/plugins/wp-migrate-db/
Description: Exports your database as a MySQL data dump (much like phpMyAdmin), does a find and replace on URLs and file paths, then allows you to save it to your computer.
Author: Delicious Brains
Version: 1.0.3
Version: 1.0.4
Author URI: https://deliciousbrains.com
Network: True
Text Domain: wp-migrate-db
Expand All @@ -22,7 +22,7 @@
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// **********************************************************************

$GLOBALS['wpmdb_meta']['wp-migrate-db']['version'] = '1.0.3';
$GLOBALS['wpmdb_meta']['wp-migrate-db']['version'] = '1.0.4';

if ( ! class_exists( 'WPMDB_Utils' ) ) {
require dirname( __FILE__ ) . '/class/wpmdb-utils.php';
Expand Down

0 comments on commit 7597efe

Please sign in to comment.