Update to SMF 2.1.1 - Installation Instructions for 2.1.0

Update to SMF 2.1.1
SMF 2.1.1

SMF 2.1.1 restores support for PHP 7.0-7.2.

File Edits ALT + Click to collapse all the operations

./index.php

This operation isn't vital to the installation of this mod.
Find: Select
* @version 2.1.0
Replace With: Select
* @version 2.1.1
Find: Select
define('SMF_VERSION', '2.1.0');
Replace With: Select
define('SMF_VERSION', '2.1.1');

./SSI.php

This operation isn't vital to the installation of this mod.
Find: Select
* @version 2.1.0
Replace With: Select
* @version 2.1.1
Find: Select
define('SMF_VERSION', '2.1.0');
Replace With: Select
define('SMF_VERSION', '2.1.1');

./cron.php

This operation isn't vital to the installation of this mod.
Find: Select
* @version 2.1.0
Replace With: Select
* @version 2.1.1
Find: Select
define('SMF_VERSION', '2.1.0');
Replace With: Select
define('SMF_VERSION', '2.1.1');

./proxy.php

This operation isn't vital to the installation of this mod.
Find: Select
* @version 2.1.0
Replace With: Select
* @version 2.1.1
Find: Select
define('SMF_VERSION', '2.1.0');
Replace With: Select
define('SMF_VERSION', '2.1.1');

./Sources/Load.php

This operation isn't vital to the installation of this mod.
Find: Select
* @version 2.1.0
Replace With: Select
* @version 2.1.1
Find: Select
$replacements[json_encode($v)] = JavaScriptEscape($v, true);
},
Replace With: Select
$replacements[json_encode($v)] = JavaScriptEscape($v, true);
}

./Sources/PackageGet.php

This operation isn't vital to the installation of this mod.
Find: Select
* @version 2.1.0
Replace With: Select
* @version 2.1.1
Find: Select
fatal_lang_error('package_upload_error_broken', false, $txt[$context['package']]);
Replace With: Select
fatal_lang_error('package_upload_error_broken', false, array($txt[$context['package']]));

Code

auto_1.php
This file should not be able to execute standalone.You may have to run the following queries manually.
Query: Select
<?php updateSettings(array('smfVersion' => '2.1.1'));
Advertisement: