Skip to content

Commit

Permalink
Updates version number to 2.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Feb 5, 2022
1 parent ca9e9ef commit acee5b1
Show file tree
Hide file tree
Showing 258 changed files with 266 additions and 266 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 RC4
* @version 2.1.0
*/

// Don't do anything if SMF is already loaded.
if (defined('SMF'))
return true;

define('SMF', 'SSI');
define('SMF_VERSION', '2.1 RC4');
define('SMF_VERSION', '2.1.0');
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/Admin.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Agreement.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Attachments.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/BoardIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/Apcu.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/FileBased.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/MemcacheImplementation.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/MemcachedImplementation.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/Postgres.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/Sqlite.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/APIs/Zend.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache\APIs;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/CacheApi.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Cache/CacheApiInterface.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 RC4
* @version 2.1.0
*/

namespace SMF\Cache;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Calendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-BrowserDetect.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-CurlFetchWeb.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-Graphics.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-Package.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-Punycode.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-SearchAPI.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 RC4
* @version 2.1.0
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion Sources/Class-TOTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

namespace TOTP;
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbExtra-mysql.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbExtra-postgresql.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbPackages-mysql.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbPackages-postgresql.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbSearch-mysql.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/DbSearch-postgresql.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Display.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Drafts.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Errors.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Groups.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Help.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Likes.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
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 RC4
* @version 2.1.0
*/

use SMF\Cache\CacheApi;
Expand Down
2 changes: 1 addition & 1 deletion Sources/LogInOut.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Logging.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageAttachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageBans.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageBoards.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageCalendar.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageErrors.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @copyright 2022 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageLanguages.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 RC4
* @version 2.1.0
*/

if (!defined('SMF'))
Expand Down
Loading

0 comments on commit acee5b1

Please sign in to comment.