Plugin Directory

Changeset 2744279


Ignore:
Timestamp:
06/17/2022 07:01:19 PM (4 years ago)
Author:
wpsynchro
Message:

Update to 1.8.4

Location:
wpsynchro
Files:
139 added
9 edited

Legend:

Unmodified
Added
Removed
  • wpsynchro/trunk/changelog.txt

    r2744191 r2744279  
     1= 1.8.4 =
     2 * Hotfix: (Only released for FREE version) Fix php warning because of files only present in PRO version.
     3
    14= 1.8.3 =
    25 * Hotfix: Fix issue when running one of the sites in a subdir, like http://domain.test/mysite1/. Error was like this: "Cannot read properties of undefined (reading 'dbtables')"
  • wpsynchro/trunk/readme.txt

    r2744191 r2744279  
    55Requires at least: 4.9
    66Tested up to: 6.0
    7 Stable tag: 1.8.3
     7Stable tag: 1.8.4
    88Requires PHP: 5.6
    99License: GPLv3
     
    115115== Changelog ==
    116116
     117= 1.8.4 =
     118 * Hotfix: (Only released for FREE version) Fix php warning because of files only present in PRO version.
     119
    117120= 1.8.3 =
    118121 * Hotfix: Fix issue when running one of the sites in a subdir, like http://domain.test/mysite1/. Error was like this: "Cannot read properties of undefined (reading 'dbtables')"
  • wpsynchro/trunk/src/Utilities/DebugInformation.php

    r2744191 r2744279  
    3737        if (\WPSynchro\CommonFunctions::isPremiumVersion()) {
    3838            $this->data_to_show['WP Synchro PRO validated'] = ($licensing->verifyLicense() ? 'yes' : 'no');
     39            $this->data_to_show['WP Synchro license data'] = $licensing->getLicenseDetails();
    3940        }
    40         $this->data_to_show['WP Synchro license data'] = $licensing->getLicenseDetails();
    4141        $this->data_to_show['WP Synchro MU plugin'] = ($plugin_configuration->getMUPluginEnabledState() ? 'yes' : 'no');
    4242        $this->data_to_show['WP Synchro MU plugin version'] = (defined("WPSYNCHRO_MU_COMPATIBILITY_VERSION") ? WPSYNCHRO_MU_COMPATIBILITY_VERSION : "N/A");
  • wpsynchro/trunk/vendor/autoload.php

    r2744191 r2744279  
    55require_once __DIR__ . '/composer/autoload_real.php';
    66
    7 return ComposerAutoloaderInit07bc54aa5096019603a211b6a45b146c::getLoader();
     7return ComposerAutoloaderInit7f2cc4f55182d3199b50f9f43093be46::getLoader();
  • wpsynchro/trunk/vendor/composer/InstalledVersions.php

    r2744191 r2744279  
    3333    array (
    3434    ),
    35     'reference' => 'eb29d87d9e5720f7bcac37f15b8bdffa934bb01d',
     35    'reference' => '3848415ef9ad4a0b95e4c0d090e91d346d844be4',
    3636    'name' => 'wpsynchro/wpsynchro',
    3737  ),
     
    4545      array (
    4646      ),
    47       'reference' => 'eb29d87d9e5720f7bcac37f15b8bdffa934bb01d',
     47      'reference' => '3848415ef9ad4a0b95e4c0d090e91d346d844be4',
    4848    ),
    4949  ),
  • wpsynchro/trunk/vendor/composer/autoload_real.php

    r2744191 r2744279  
    33// autoload_real.php @generated by Composer
    44
    5 class ComposerAutoloaderInit07bc54aa5096019603a211b6a45b146c
     5class ComposerAutoloaderInit7f2cc4f55182d3199b50f9f43093be46
    66{
    77    private static $loader;
     
    2525        require __DIR__ . '/platform_check.php';
    2626
    27         spl_autoload_register(array('ComposerAutoloaderInit07bc54aa5096019603a211b6a45b146c', 'loadClassLoader'), true, true);
     27        spl_autoload_register(array('ComposerAutoloaderInit7f2cc4f55182d3199b50f9f43093be46', 'loadClassLoader'), true, true);
    2828        self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
    29         spl_autoload_unregister(array('ComposerAutoloaderInit07bc54aa5096019603a211b6a45b146c', 'loadClassLoader'));
     29        spl_autoload_unregister(array('ComposerAutoloaderInit7f2cc4f55182d3199b50f9f43093be46', 'loadClassLoader'));
    3030
    3131        $useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
     
    3333            require __DIR__ . '/autoload_static.php';
    3434
    35             call_user_func(\Composer\Autoload\ComposerStaticInit07bc54aa5096019603a211b6a45b146c::getInitializer($loader));
     35            call_user_func(\Composer\Autoload\ComposerStaticInit7f2cc4f55182d3199b50f9f43093be46::getInitializer($loader));
    3636        } else {
    3737            $map = require __DIR__ . '/autoload_namespaces.php';
  • wpsynchro/trunk/vendor/composer/autoload_static.php

    r2744191 r2744279  
    55namespace Composer\Autoload;
    66
    7 class ComposerStaticInit07bc54aa5096019603a211b6a45b146c
     7class ComposerStaticInit7f2cc4f55182d3199b50f9f43093be46
    88{
    99    public static $prefixLengthsPsr4 = array (
     
    129129    {
    130130        return \Closure::bind(function () use ($loader) {
    131             $loader->prefixLengthsPsr4 = ComposerStaticInit07bc54aa5096019603a211b6a45b146c::$prefixLengthsPsr4;
    132             $loader->prefixDirsPsr4 = ComposerStaticInit07bc54aa5096019603a211b6a45b146c::$prefixDirsPsr4;
    133             $loader->classMap = ComposerStaticInit07bc54aa5096019603a211b6a45b146c::$classMap;
     131            $loader->prefixLengthsPsr4 = ComposerStaticInit7f2cc4f55182d3199b50f9f43093be46::$prefixLengthsPsr4;
     132            $loader->prefixDirsPsr4 = ComposerStaticInit7f2cc4f55182d3199b50f9f43093be46::$prefixDirsPsr4;
     133            $loader->classMap = ComposerStaticInit7f2cc4f55182d3199b50f9f43093be46::$classMap;
    134134
    135135        }, null, ClassLoader::class);
  • wpsynchro/trunk/vendor/composer/installed.php

    r2744191 r2744279  
    77    array (
    88    ),
    9     'reference' => 'eb29d87d9e5720f7bcac37f15b8bdffa934bb01d',
     9    'reference' => '3848415ef9ad4a0b95e4c0d090e91d346d844be4',
    1010    'name' => 'wpsynchro/wpsynchro',
    1111  ),
     
    1919      array (
    2020      ),
    21       'reference' => 'eb29d87d9e5720f7bcac37f15b8bdffa934bb01d',
     21      'reference' => '3848415ef9ad4a0b95e4c0d090e91d346d844be4',
    2222    ),
    2323  ),
  • wpsynchro/trunk/wpsynchro.php

    r2744191 r2744279  
    44  Plugin URI: https://wpsynchro.com/home
    55  Description: Complete migration plugin for WordPress - Migration of database and files made easy
    6   Version: 1.8.3
     6  Version: 1.8.4
    77  Author: WPSynchro
    88  Author URI: https://wpsynchro.com
     
    3434} // Exit if accessed directly
    3535
    36 define('WPSYNCHRO_VERSION', '1.8.3');
     36define('WPSYNCHRO_VERSION', '1.8.4');
    3737define('WPSYNCHRO_DB_VERSION', '9');
    3838define('WPSYNCHRO_NEWEST_MU_COMPATIBILITY_VERSION', '1.0.4');
Note: See TracChangeset for help on using the changeset viewer.