Skip to content

Commit

Permalink
Merge pull request #7310 from Sesquipedalian/release-2.1
Browse files Browse the repository at this point in the history
Updates version to 2.1.1
  • Loading branch information
Sesquipedalian committed Feb 10, 2022
2 parents e4ba2d4 + 2c6197a commit 0a4fbec
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions SSI.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
* @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.
if (defined('SMF'))
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');
Expand Down
2 changes: 1 addition & 1 deletion Sources/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion Sources/PackageGet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -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']));
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
2 changes: 1 addition & 1 deletion other/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##########
Expand Down
2 changes: 1 addition & 1 deletion other/Settings_bak.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##########
Expand Down
4 changes: 2 additions & 2 deletions other/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
2 changes: 1 addition & 1 deletion other/update_unicode_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion other/upgrade-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
4 changes: 2 additions & 2 deletions other/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down
4 changes: 2 additions & 2 deletions proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 0a4fbec

Please sign in to comment.