Changeset 2576673
- Timestamp:
- 08/02/2021 06:53:42 PM (5 years ago)
- Location:
- bluehost-site-migrator
- Files:
-
- 14 edited
- 1 copied
-
tags/1.0.5.1 (copied) (copied from bluehost-site-migrator/trunk)
-
tags/1.0.5.1/bluehost-site-migrator.php (modified) (2 diffs)
-
tags/1.0.5.1/languages/bluehost-site-migrator.pot (modified) (1 diff)
-
tags/1.0.5.1/readme.txt (modified) (1 diff)
-
tags/1.0.5.1/vendor/autoload.php (modified) (1 diff)
-
tags/1.0.5.1/vendor/composer/autoload_real.php (modified) (3 diffs)
-
tags/1.0.5.1/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.0.5.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/bluehost-site-migrator.php (modified) (2 diffs)
-
trunk/languages/bluehost-site-migrator.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/autoload_real.php (modified) (3 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bluehost-site-migrator/tags/1.0.5.1/bluehost-site-migrator.php
r2477214 r2576673 12 12 * Plugin URI: https://wordpress.org/plugins/bluehost-site-migrator 13 13 * Description: Quickly and easily migrate your website to Bluehost. 14 * Version: 1.0. 414 * Version: 1.0.5 15 15 * Requires PHP: 5.6 16 16 * Requires at least: 4.7 … … 23 23 */ 24 24 25 define( 'BH_SITE_MIGRATOR_VERSION', '1.0. 4' );25 define( 'BH_SITE_MIGRATOR_VERSION', '1.0.5' ); 26 26 define( 'BH_SITE_MIGRATOR_FILE', __FILE__ ); 27 27 define( 'BH_SITE_MIGRATOR_DIR', plugin_dir_path( __FILE__ ) ); -
bluehost-site-migrator/tags/1.0.5.1/languages/bluehost-site-migrator.pot
r2576647 r2576673 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Bluehost Site Migrator 1.0. 4\n"5 "Project-Id-Version: Bluehost Site Migrator 1.0.5\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/bluehost-site-migrator\n" 8 "POT-Creation-Date: 2021-08-02 18: 22:53+00:00\n"8 "POT-Creation-Date: 2021-08-02 18:53:21+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
bluehost-site-migrator/tags/1.0.5.1/readme.txt
r2576647 r2576673 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 1.0.5 6 Stable tag: 1.0.5.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later -
bluehost-site-migrator/tags/1.0.5.1/vendor/autoload.php
r2576647 r2576673 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade503631::getLoader();7 return ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca::getLoader(); -
bluehost-site-migrator/tags/1.0.5.1/vendor/composer/autoload_real.php
r2576647 r2576673 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade5036315 class ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade503631', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade503631', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit95a1db450651b6a38b92027723b33eca::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; -
bluehost-site-migrator/tags/1.0.5.1/vendor/composer/autoload_static.php
r2576647 r2576673 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit a5d2b30f750d168ce081dd5ade5036317 class ComposerStaticInit95a1db450651b6a38b92027723b33eca 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 76 76 { 77 77 return \Closure::bind(function () use ($loader) { 78 $loader->prefixLengthsPsr4 = ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::$prefixLengthsPsr4;79 $loader->prefixDirsPsr4 = ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::$prefixDirsPsr4;80 $loader->classMap = ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::$classMap;78 $loader->prefixLengthsPsr4 = ComposerStaticInit95a1db450651b6a38b92027723b33eca::$prefixLengthsPsr4; 79 $loader->prefixDirsPsr4 = ComposerStaticInit95a1db450651b6a38b92027723b33eca::$prefixDirsPsr4; 80 $loader->classMap = ComposerStaticInit95a1db450651b6a38b92027723b33eca::$classMap; 81 81 82 82 }, null, ClassLoader::class); -
bluehost-site-migrator/tags/1.0.5.1/vendor/composer/installed.php
r2576647 r2576673 1 1 <?php return array( 2 2 'root' => array( 3 'pretty_version' => '1.0.5 ',4 'version' => '1.0.5. 0',3 'pretty_version' => '1.0.5.1', 4 'version' => '1.0.5.1', 5 5 'type' => 'wordpress-plugin', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 8f767919e250213ba1a28eb3b6da5070133dc8e8',8 'reference' => 'a4c9b0deb3b7ab1ba543dff99fa426d5969538ca', 9 9 'name' => 'bluehost/bluehost-site-migrator', 10 10 'dev' => false, … … 12 12 'versions' => array( 13 13 'bluehost/bluehost-site-migrator' => array( 14 'pretty_version' => '1.0.5 ',15 'version' => '1.0.5. 0',14 'pretty_version' => '1.0.5.1', 15 'version' => '1.0.5.1', 16 16 'type' => 'wordpress-plugin', 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' 8f767919e250213ba1a28eb3b6da5070133dc8e8',19 'reference' => 'a4c9b0deb3b7ab1ba543dff99fa426d5969538ca', 20 20 'dev_requirement' => false, 21 21 ), -
bluehost-site-migrator/trunk/bluehost-site-migrator.php
r2477214 r2576673 12 12 * Plugin URI: https://wordpress.org/plugins/bluehost-site-migrator 13 13 * Description: Quickly and easily migrate your website to Bluehost. 14 * Version: 1.0. 414 * Version: 1.0.5 15 15 * Requires PHP: 5.6 16 16 * Requires at least: 4.7 … … 23 23 */ 24 24 25 define( 'BH_SITE_MIGRATOR_VERSION', '1.0. 4' );25 define( 'BH_SITE_MIGRATOR_VERSION', '1.0.5' ); 26 26 define( 'BH_SITE_MIGRATOR_FILE', __FILE__ ); 27 27 define( 'BH_SITE_MIGRATOR_DIR', plugin_dir_path( __FILE__ ) ); -
bluehost-site-migrator/trunk/languages/bluehost-site-migrator.pot
r2576647 r2576673 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Bluehost Site Migrator 1.0. 4\n"5 "Project-Id-Version: Bluehost Site Migrator 1.0.5\n" 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/bluehost-site-migrator\n" 8 "POT-Creation-Date: 2021-08-02 18: 22:53+00:00\n"8 "POT-Creation-Date: 2021-08-02 18:53:21+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" -
bluehost-site-migrator/trunk/readme.txt
r2576647 r2576673 4 4 Requires at least: 4.7 5 5 Tested up to: 5.8 6 Stable tag: 1.0.5 6 Stable tag: 1.0.5.1 7 7 Requires PHP: 5.6 8 8 License: GPLv2 or later -
bluehost-site-migrator/trunk/vendor/autoload.php
r2576647 r2576673 5 5 require_once __DIR__ . '/composer/autoload_real.php'; 6 6 7 return ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade503631::getLoader();7 return ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca::getLoader(); -
bluehost-site-migrator/trunk/vendor/composer/autoload_real.php
r2576647 r2576673 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade5036315 class ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade503631', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__))); 29 spl_autoload_unregister(array('ComposerAutoloaderInit a5d2b30f750d168ce081dd5ade503631', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInit95a1db450651b6a38b92027723b33eca', 'loadClassLoader')); 30 30 31 31 $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded()); … … 33 33 require __DIR__ . '/autoload_static.php'; 34 34 35 call_user_func(\Composer\Autoload\ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::getInitializer($loader));35 call_user_func(\Composer\Autoload\ComposerStaticInit95a1db450651b6a38b92027723b33eca::getInitializer($loader)); 36 36 } else { 37 37 $map = require __DIR__ . '/autoload_namespaces.php'; -
bluehost-site-migrator/trunk/vendor/composer/autoload_static.php
r2576647 r2576673 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit a5d2b30f750d168ce081dd5ade5036317 class ComposerStaticInit95a1db450651b6a38b92027723b33eca 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 76 76 { 77 77 return \Closure::bind(function () use ($loader) { 78 $loader->prefixLengthsPsr4 = ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::$prefixLengthsPsr4;79 $loader->prefixDirsPsr4 = ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::$prefixDirsPsr4;80 $loader->classMap = ComposerStaticInit a5d2b30f750d168ce081dd5ade503631::$classMap;78 $loader->prefixLengthsPsr4 = ComposerStaticInit95a1db450651b6a38b92027723b33eca::$prefixLengthsPsr4; 79 $loader->prefixDirsPsr4 = ComposerStaticInit95a1db450651b6a38b92027723b33eca::$prefixDirsPsr4; 80 $loader->classMap = ComposerStaticInit95a1db450651b6a38b92027723b33eca::$classMap; 81 81 82 82 }, null, ClassLoader::class); -
bluehost-site-migrator/trunk/vendor/composer/installed.php
r2576647 r2576673 1 1 <?php return array( 2 2 'root' => array( 3 'pretty_version' => '1.0.5 ',4 'version' => '1.0.5. 0',3 'pretty_version' => '1.0.5.1', 4 'version' => '1.0.5.1', 5 5 'type' => 'wordpress-plugin', 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 8f767919e250213ba1a28eb3b6da5070133dc8e8',8 'reference' => 'a4c9b0deb3b7ab1ba543dff99fa426d5969538ca', 9 9 'name' => 'bluehost/bluehost-site-migrator', 10 10 'dev' => false, … … 12 12 'versions' => array( 13 13 'bluehost/bluehost-site-migrator' => array( 14 'pretty_version' => '1.0.5 ',15 'version' => '1.0.5. 0',14 'pretty_version' => '1.0.5.1', 15 'version' => '1.0.5.1', 16 16 'type' => 'wordpress-plugin', 17 17 'install_path' => __DIR__ . '/../../', 18 18 'aliases' => array(), 19 'reference' => ' 8f767919e250213ba1a28eb3b6da5070133dc8e8',19 'reference' => 'a4c9b0deb3b7ab1ba543dff99fa426d5969538ca', 20 20 'dev_requirement' => false, 21 21 ),
Note: See TracChangeset
for help on using the changeset viewer.