Changeset 3239289
- Timestamp:
- 02/12/2025 10:34:30 AM (10 months ago)
- Location:
- wp-migrate-db/trunk
- Files:
-
- 7 edited
-
class/Common/Sql/Table.php (modified) (1 diff)
-
languages/wp-migrate-db-en.pot (modified) (17 diffs)
-
readme.txt (modified) (2 diffs)
-
vendor/composer/installed.php (modified) (1 diff)
-
vendor/vlucas/phpdotenv/src/Repository/AbstractRepository.php (modified) (4 diffs)
-
version-lite.php (modified) (1 diff)
-
wp-migrate-db.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-migrate-db/trunk/class/Common/Sql/Table.php
r3238466 r3239289 667 667 // $defs = mysql defaults, looks up the default for that particular column, used later on to prevent empty inserts values for that column 668 668 // $ints = holds a list of the possible integer types so as to not wrap them in quotation marks later in the insert statements 669 $defs = array(); 670 $ints = array(); 671 $bins = array(); 672 $bits = array(); 673 $points = array(); 674 $field_set = array(); 675 $use_primary_keys = true; 669 $defs = array(); 670 $ints = array(); 671 $bins = array(); 672 $bits = array(); 673 $points = array(); 674 $field_set = array(); 675 $this->primary_keys = array(); 676 $use_primary_keys = true; 676 677 677 678 foreach ( $table_structure as $struct ) { -
wp-migrate-db/trunk/languages/wp-migrate-db-en.pot
r3238466 r3239289 9 9 "Project-Id-Version: wp-migrate-db-pro\n" 10 10 "Report-Msgid-Bugs-To: [email protected]\n" 11 "POT-Creation-Date: 2025-02-1 1 09:42+0000\n"11 "POT-Creation-Date: 2025-02-12 10:21+0000\n" 12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 1092 1092 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:744 1093 1093 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:745 1094 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:746 1094 1095 #, php-format 1095 1096 msgid "" … … 1100 1101 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:817 1101 1102 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:840 1103 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:841 1102 1104 #, php-format 1103 1105 msgid "Error creating temporary table. Table \"%s\" does not exist." … … 1106 1108 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:868 1107 1109 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:891 1110 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:892 1108 1111 #, php-format 1109 1112 msgid "Delete any existing table %s" … … 1112 1115 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:879 1113 1116 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:902 1117 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:903 1114 1118 #, php-format 1115 1119 msgid "Table structure of table %s" … … 1118 1122 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:887 1119 1123 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:910 1124 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:911 1120 1125 msgid "" 1121 1126 "Failed to generate the create table query, please ensure your database is " … … 1125 1130 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:945 1126 1131 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:968 1132 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:969 1127 1133 #, php-format 1128 1134 msgid "Data contents of table %s" … … 1131 1137 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1072 1132 1138 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1095 1139 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1096 1133 1140 msgid "Failed to write the gzipped SQL data to the file. (#127)" 1134 1141 msgstr "" … … 1136 1143 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1079 1137 1144 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1102 1145 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1103 1138 1146 msgid "Failed to write the SQL data to the file. (#128)" 1139 1147 msgstr "" … … 1141 1149 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1151 1142 1150 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1174 1151 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1175 1143 1152 #, php-format 1144 1153 msgid "" … … 1152 1161 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1154 1153 1162 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1177 1163 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1178 1154 1164 #, php-format 1155 1165 msgid "" … … 1162 1172 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1724 1163 1173 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1747 1174 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1748 1164 1175 msgid "Error moving SQL file into ZIP archive" 1165 1176 msgstr "" … … 1168 1179 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1819 1169 1180 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1842 1181 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1843 1170 1182 #, php-format 1171 1183 msgid "End of data contents of table %s" … … 1175 1187 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1944 1176 1188 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1967 1189 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1968 1177 1190 msgid "WordPress MySQL database migration" 1178 1191 msgstr "" … … 1181 1194 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1946 1182 1195 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1969 1196 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1970 1183 1197 #, php-format 1184 1198 msgid "Generated: %s" … … 1188 1202 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1947 1189 1203 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1970 1204 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1971 1190 1205 #, php-format 1191 1206 msgid "Hostname: %s" … … 1195 1210 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1948 1196 1211 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1971 1212 #: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1972 1197 1213 #, php-format 1198 1214 msgid "Database: %s" -
wp-migrate-db/trunk/readme.txt
r3238466 r3239289 5 5 Tested up to: 6.7 6 6 Requires PHP: 5.6 7 Stable tag: 2.7. 17 Stable tag: 2.7.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 117 117 118 118 == Changelog == 119 120 = WP Migrate 2.7.2 - 2025-02-12 = 121 * Fixed: Export command initiated via WP-CLI once again operates without errors related to unknown column keys, fixing a regression introduced in version 2.7.1 119 122 120 123 = WP Migrate 2.7.1 - 2025-02-11 = -
wp-migrate-db/trunk/vendor/composer/installed.php
r3238466 r3239289 3 3 namespace DeliciousBrains\WPMDB\Container; 4 4 5 return array('root' => array('name' => 'deliciousbrains/composer-tmp', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => ' d11ad64419763ac38730fa5dea578f69ab413399', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('brumann/polyfill-unserialize' => array('pretty_version' => 'v2.0.0', 'version' => '2.0.0.0', 'reference' => '46e5c18ee87d8a9b5765ef95468c1ac27bd107bf', 'type' => 'library', 'install_path' => __DIR__ . '/../brumann/polyfill-unserialize', 'aliases' => array(), 'dev_requirement' => \false), 'container-interop/container-interop' => array('pretty_version' => '1.2.0', 'version' => '1.2.0.0', 'reference' => '79cbf1341c22ec75643d841642dd5d6acd83bdb8', 'type' => 'library', 'install_path' => __DIR__ . '/../container-interop/container-interop', 'aliases' => array(), 'dev_requirement' => \false), 'container-interop/container-interop-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'deliciousbrains/composer-tmp' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'd11ad64419763ac38730fa5dea578f69ab413399', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'mnapoli/php-di' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'php-di/invoker' => array('pretty_version' => '1.3.3', 'version' => '1.3.3.0', 'reference' => '1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '5.4.0', 'version' => '5.4.0.0', 'reference' => 'e348393488fa909e4bc0707ba5c9c44cd602a1cb', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.1.1', 'version' => '2.1.1.0', 'reference' => '15678f7451c020226807f520efb867ad26fbbfcf', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'dev_requirement' => \false), 'phpoption/phpoption' => array('pretty_version' => '1.7.5', 'version' => '1.7.5.0', 'reference' => '994ecccd8f3283ecf5ac33254543eb0ac946d525', 'type' => 'library', 'install_path' => __DIR__ . '/../phpoption/phpoption', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'reference' => 'b7ce3b176482dbbc1245ebf52b181af44c2cf55f', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.19.0', 'version' => '1.19.0.0', 'reference' => 'aed596913b70fae57be53d86faa2e9ef85a2297b', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'vlucas/phpdotenv' => array('pretty_version' => 'v4.3.0', 'version' => '4.3.0.0', 'reference' => '67a491df68208bef8c37092db11fa3885008efcf', 'type' => 'library', 'install_path' => __DIR__ . '/../vlucas/phpdotenv', 'aliases' => array(), 'dev_requirement' => \false)));5 return array('root' => array('name' => 'deliciousbrains/composer-tmp', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'f5c5cef3a941d2e4edb6c8857eeda2898cee34dc', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('brumann/polyfill-unserialize' => array('pretty_version' => 'v2.0.0', 'version' => '2.0.0.0', 'reference' => '46e5c18ee87d8a9b5765ef95468c1ac27bd107bf', 'type' => 'library', 'install_path' => __DIR__ . '/../brumann/polyfill-unserialize', 'aliases' => array(), 'dev_requirement' => \false), 'container-interop/container-interop' => array('pretty_version' => '1.2.0', 'version' => '1.2.0.0', 'reference' => '79cbf1341c22ec75643d841642dd5d6acd83bdb8', 'type' => 'library', 'install_path' => __DIR__ . '/../container-interop/container-interop', 'aliases' => array(), 'dev_requirement' => \false), 'container-interop/container-interop-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '^1.0')), 'deliciousbrains/composer-tmp' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'f5c5cef3a941d2e4edb6c8857eeda2898cee34dc', 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'mnapoli/php-di' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'php-di/invoker' => array('pretty_version' => '1.3.3', 'version' => '1.3.3.0', 'reference' => '1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/invoker', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/php-di' => array('pretty_version' => '5.4.0', 'version' => '5.4.0.0', 'reference' => 'e348393488fa909e4bc0707ba5c9c44cd602a1cb', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/php-di', 'aliases' => array(), 'dev_requirement' => \false), 'php-di/phpdoc-reader' => array('pretty_version' => '2.1.1', 'version' => '2.1.1.0', 'reference' => '15678f7451c020226807f520efb867ad26fbbfcf', 'type' => 'library', 'install_path' => __DIR__ . '/../php-di/phpdoc-reader', 'aliases' => array(), 'dev_requirement' => \false), 'phpoption/phpoption' => array('pretty_version' => '1.7.5', 'version' => '1.7.5.0', 'reference' => '994ecccd8f3283ecf5ac33254543eb0ac946d525', 'type' => 'library', 'install_path' => __DIR__ . '/../phpoption/phpoption', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '1.0.0', 'version' => '1.0.0.0', 'reference' => 'b7ce3b176482dbbc1245ebf52b181af44c2cf55f', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.19.0', 'version' => '1.19.0.0', 'reference' => 'aed596913b70fae57be53d86faa2e9ef85a2297b', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'vlucas/phpdotenv' => array('pretty_version' => 'v4.3.0', 'version' => '4.3.0.0', 'reference' => '67a491df68208bef8c37092db11fa3885008efcf', 'type' => 'library', 'install_path' => __DIR__ . '/../vlucas/phpdotenv', 'aliases' => array(), 'dev_requirement' => \false))); -
wp-migrate-db/trunk/vendor/vlucas/phpdotenv/src/Repository/AbstractRepository.php
r3033383 r3239289 130 130 * {@inheritdoc} 131 131 */ 132 #[ \ReturnTypeWillChange]132 #[ReturnTypeWillChange] 133 133 public function offsetExists($offset) 134 134 { … … 138 138 * {@inheritdoc} 139 139 */ 140 #[ \ReturnTypeWillChange]140 #[ReturnTypeWillChange] 141 141 public function offsetGet($offset) 142 142 { … … 146 146 * {@inheritdoc} 147 147 */ 148 #[ \ReturnTypeWillChange]148 #[ReturnTypeWillChange] 149 149 public function offsetSet($offset, $value) 150 150 { … … 154 154 * {@inheritdoc} 155 155 */ 156 #[ \ReturnTypeWillChange]156 #[ReturnTypeWillChange] 157 157 public function offsetUnset($offset) 158 158 { -
wp-migrate-db/trunk/version-lite.php
r3238466 r3239289 1 1 <?php 2 $GLOBALS['wpmdb_meta']['wp-migrate-db']['version'] = '2.7. 1';2 $GLOBALS['wpmdb_meta']['wp-migrate-db']['version'] = '2.7.2'; -
wp-migrate-db/trunk/wp-migrate-db.php
r3238466 r3239289 5 5 Description: Migrate your database. Export full sites including media, themes, and plugins. Find and replace content with support for serialized data. 6 6 Author: WP Engine 7 Version: 2.7. 17 Version: 2.7.2 8 8 Author URI: https://deliciousbrains.com/wp-migrate-db-pro/?utm_source=plugin-header&utm_medium=plugin&utm_campaign=plugin-author&utm_content=wp-migrate-author 9 9 Network: True
Note: See TracChangeset
for help on using the changeset viewer.