Plugin Directory

Changeset 3239289


Ignore:
Timestamp:
02/12/2025 10:34:30 AM (10 months ago)
Author:
deliciousbrains
Message:

Deploy version 2.7.2

Location:
wp-migrate-db/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • wp-migrate-db/trunk/class/Common/Sql/Table.php

    r3238466 r3239289  
    667667        // $defs = mysql defaults, looks up the default for that particular column, used later on to prevent empty inserts values for that column
    668668        // $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;
    676677
    677678        foreach ( $table_structure as $struct ) {
  • wp-migrate-db/trunk/languages/wp-migrate-db-en.pot

    r3238466 r3239289  
    99"Project-Id-Version: wp-migrate-db-pro\n"
    1010"Report-Msgid-Bugs-To: [email protected]\n"
    11 "POT-Creation-Date: 2025-02-11 09:42+0000\n"
     11"POT-Creation-Date: 2025-02-12 10:21+0000\n"
    1212"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    10921092#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:744
    10931093#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:745
     1094#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:746
    10941095#, php-format
    10951096msgid ""
     
    11001101#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:817
    11011102#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:840
     1103#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:841
    11021104#, php-format
    11031105msgid "Error creating temporary table. Table \"%s\" does not exist."
     
    11061108#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:868
    11071109#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:891
     1110#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:892
    11081111#, php-format
    11091112msgid "Delete any existing table %s"
     
    11121115#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:879
    11131116#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:902
     1117#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:903
    11141118#, php-format
    11151119msgid "Table structure of table %s"
     
    11181122#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:887
    11191123#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:910
     1124#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:911
    11201125msgid ""
    11211126"Failed to generate the create table query, please ensure your database is "
     
    11251130#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:945
    11261131#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:968
     1132#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:969
    11271133#, php-format
    11281134msgid "Data contents of table %s"
     
    11311137#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1072
    11321138#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1095
     1139#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1096
    11331140msgid "Failed to write the gzipped SQL data to the file. (#127)"
    11341141msgstr ""
     
    11361143#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1079
    11371144#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1102
     1145#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1103
    11381146msgid "Failed to write the SQL data to the file. (#128)"
    11391147msgstr ""
     
    11411149#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1151
    11421150#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1174
     1151#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1175
    11431152#, php-format
    11441153msgid ""
     
    11521161#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1154
    11531162#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1177
     1163#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1178
    11541164#, php-format
    11551165msgid ""
     
    11621172#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1724
    11631173#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1747
     1174#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1748
    11641175msgid "Error moving SQL file into ZIP archive"
    11651176msgstr ""
     
    11681179#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1819
    11691180#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1842
     1181#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1843
    11701182#, php-format
    11711183msgid "End of data contents of table %s"
     
    11751187#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1944
    11761188#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1967
     1189#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1968
    11771190msgid "WordPress MySQL database migration"
    11781191msgstr ""
     
    11811194#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1946
    11821195#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1969
     1196#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1970
    11831197#, php-format
    11841198msgid "Generated: %s"
     
    11881202#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1947
    11891203#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1970
     1204#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1971
    11901205#, php-format
    11911206msgid "Hostname: %s"
     
    11951210#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1948
    11961211#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1971
     1212#: src/wp-migrate-db-pro/class/Common/Sql/Table.php:1972
    11971213#, php-format
    11981214msgid "Database: %s"
  • wp-migrate-db/trunk/readme.txt

    r3238466 r3239289  
    55Tested up to: 6.7
    66Requires PHP: 5.6
    7 Stable tag: 2.7.1
     7Stable tag: 2.7.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    117117
    118118== 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
    119122
    120123= WP Migrate 2.7.1 - 2025-02-11 =
  • wp-migrate-db/trunk/vendor/composer/installed.php

    r3238466 r3239289  
    33namespace DeliciousBrains\WPMDB\Container;
    44
    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)));
     5return 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  
    130130     * {@inheritdoc}
    131131     */
    132     #[\ReturnTypeWillChange]
     132    #[ReturnTypeWillChange]
    133133    public function offsetExists($offset)
    134134    {
     
    138138     * {@inheritdoc}
    139139     */
    140     #[\ReturnTypeWillChange]
     140    #[ReturnTypeWillChange]
    141141    public function offsetGet($offset)
    142142    {
     
    146146     * {@inheritdoc}
    147147     */
    148     #[\ReturnTypeWillChange]
     148    #[ReturnTypeWillChange]
    149149    public function offsetSet($offset, $value)
    150150    {
     
    154154     * {@inheritdoc}
    155155     */
    156     #[\ReturnTypeWillChange]
     156    #[ReturnTypeWillChange]
    157157    public function offsetUnset($offset)
    158158    {
  • wp-migrate-db/trunk/version-lite.php

    r3238466 r3239289  
    11<?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  
    55Description: Migrate your database. Export full sites including media, themes, and plugins. Find and replace content with support for serialized data.
    66Author: WP Engine
    7 Version: 2.7.1
     7Version: 2.7.2
    88Author URI: https://deliciousbrains.com/wp-migrate-db-pro/?utm_source=plugin-header&utm_medium=plugin&utm_campaign=plugin-author&utm_content=wp-migrate-author
    99Network: True
Note: See TracChangeset for help on using the changeset viewer.