From 2c6197adbe3e69929d66ef3197b12cb09e6dda5d Mon Sep 17 00:00:00 2001 From: Jon Stovell Date: Thu, 10 Feb 2022 13:36:52 -0700 Subject: [PATCH] Updates version to 2.1.1 Signed-off-by: Jon Stovell --- SSI.php | 4 ++-- Sources/Load.php | 2 +- Sources/PackageGet.php | 2 +- composer.lock | 8 ++++---- cron.php | 4 ++-- index.php | 4 ++-- other/Settings.php | 2 +- other/Settings_bak.php | 2 +- other/install.php | 4 ++-- other/update_unicode_data.php | 2 +- other/upgrade-helper.php | 2 +- other/upgrade.php | 4 ++-- proxy.php | 4 ++-- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/SSI.php b/SSI.php index 312a3b044d..b4d9af584a 100644 --- a/SSI.php +++ b/SSI.php @@ -8,7 +8,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ // Don't do anything if SMF is already loaded. @@ -16,7 +16,7 @@ return true; define('SMF', 'SSI'); -define('SMF_VERSION', '2.1.0'); +define('SMF_VERSION', '2.1.1'); define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION); define('SMF_SOFTWARE_YEAR', '2022'); define('JQUERY_VERSION', '3.6.0'); diff --git a/Sources/Load.php b/Sources/Load.php index a2979a4941..7545ecfe23 100644 --- a/Sources/Load.php +++ b/Sources/Load.php @@ -10,7 +10,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ use SMF\Cache\CacheApi; diff --git a/Sources/PackageGet.php b/Sources/PackageGet.php index 1eca19c3a3..62bab4a156 100644 --- a/Sources/PackageGet.php +++ b/Sources/PackageGet.php @@ -10,7 +10,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ if (!defined('SMF')) diff --git a/composer.lock b/composer.lock index 69f1d98264..ffb9d74072 100644 --- a/composer.lock +++ b/composer.lock @@ -164,12 +164,12 @@ "source": { "type": "git", "url": "https://github.com/SimpleMachines/BuildTools.git", - "reference": "e98d703ccc3a751f1a0d99ad166f4abf5de3613f" + "reference": "4760d473833e5cb7ae390e30706b9e8444294162" }, "dist": { "type": "zip", - "url": "https://github.com/gitapi/repos/SimpleMachines/BuildTools/zipball/e98d703ccc3a751f1a0d99ad166f4abf5de3613f", - "reference": "e98d703ccc3a751f1a0d99ad166f4abf5de3613f", + "url": "https://github.com/gitapi/repos/SimpleMachines/BuildTools/zipball/4760d473833e5cb7ae390e30706b9e8444294162", + "reference": "4760d473833e5cb7ae390e30706b9e8444294162", "shasum": "" }, "require": { @@ -180,7 +180,7 @@ "source": "https://github.com/SimpleMachines/BuildTools/tree/master", "issues": "https://github.com/SimpleMachines/BuildTools/issues" }, - "time": "2021-10-14T18:30:51+00:00" + "time": "2022-02-10T20:45:07+00:00" }, { "name": "symfony/console", diff --git a/cron.php b/cron.php index cdc4c1e87a..07963203df 100644 --- a/cron.php +++ b/cron.php @@ -17,11 +17,11 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ define('SMF', 'BACKGROUND'); -define('SMF_VERSION', '2.1.0'); +define('SMF_VERSION', '2.1.1'); define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION); define('SMF_SOFTWARE_YEAR', '2022'); define('FROM_CLI', empty($_SERVER['REQUEST_METHOD'])); diff --git a/index.php b/index.php index b5b0d1f000..18cb079c52 100644 --- a/index.php +++ b/index.php @@ -17,12 +17,12 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ // Get everything started up... define('SMF', 1); -define('SMF_VERSION', '2.1.0'); +define('SMF_VERSION', '2.1.1'); define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION); define('SMF_SOFTWARE_YEAR', '2022'); diff --git a/other/Settings.php b/other/Settings.php index 1728dabb0e..08d6c64248 100644 --- a/other/Settings.php +++ b/other/Settings.php @@ -10,7 +10,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ ########## Maintenance ########## diff --git a/other/Settings_bak.php b/other/Settings_bak.php index 2bff421abd..6457a46346 100644 --- a/other/Settings_bak.php +++ b/other/Settings_bak.php @@ -10,7 +10,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ ########## Maintenance ########## diff --git a/other/install.php b/other/install.php index 08d40e6d75..39c4538ea7 100644 --- a/other/install.php +++ b/other/install.php @@ -8,10 +8,10 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ -define('SMF_VERSION', '2.1.0'); +define('SMF_VERSION', '2.1.1'); define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION); define('SMF_SOFTWARE_YEAR', '2022'); define('DB_SCRIPT_VERSION', '2-1'); diff --git a/other/update_unicode_data.php b/other/update_unicode_data.php index 45f91d26af..63b084ea8d 100644 --- a/other/update_unicode_data.php +++ b/other/update_unicode_data.php @@ -16,7 +16,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ $unicode_data_url = 'https://unicode.org/Public/UCD/latest/ucd'; diff --git a/other/upgrade-helper.php b/other/upgrade-helper.php index ef20d763f2..a622004605 100644 --- a/other/upgrade-helper.php +++ b/other/upgrade-helper.php @@ -8,7 +8,7 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 * * This file contains helper functions for upgrade.php */ diff --git a/other/upgrade.php b/other/upgrade.php index cf35a9a42f..bfbc22a9a6 100644 --- a/other/upgrade.php +++ b/other/upgrade.php @@ -8,11 +8,11 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ // Version information... -define('SMF_VERSION', '2.1.0'); +define('SMF_VERSION', '2.1.1'); define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION); define('SMF_SOFTWARE_YEAR', '2022'); define('SMF_LANG_VERSION', '2.1.0'); diff --git a/proxy.php b/proxy.php index 27da1c241d..51785f6b6d 100644 --- a/proxy.php +++ b/proxy.php @@ -10,14 +10,14 @@ * @copyright 2022 Simple Machines and individual contributors * @license https://www.simplemachines.org/about/smf/license.php BSD * - * @version 2.1.0 + * @version 2.1.1 */ if (!defined('SMF')) define('SMF', 'PROXY'); if (!defined('SMF_VERSION')) - define('SMF_VERSION', '2.1.0'); + define('SMF_VERSION', '2.1.1'); if (!defined('SMF_FULL_VERSION')) define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);