Skip to content

Commit

Permalink
Updates version to 2.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Apr 11, 2022
1 parent 50944a2 commit 60832e7
Show file tree
Hide file tree
Showing 59 changed files with 65 additions and 65 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.1
* @version 2.1.2
*/

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

define('SMF', 'SSI');
define('SMF_VERSION', '2.1.1');
define('SMF_VERSION', '2.1.2');
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/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.0
* @version 2.1.2
*/

if (!defined('SMF'))
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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

namespace SMF\Cache\APIs;
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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

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.0
* @version 2.1.2
*/

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.1
* @version 2.1.2
*/

use SMF\Cache\CacheApi;
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManagePermissions.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.2
*/

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

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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.2
*/

use SMF\Cache\CacheApi;
Expand Down
2 changes: 1 addition & 1 deletion Sources/ManageSettings.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.0
* @version 2.1.2
*/

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

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

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

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

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

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

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

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

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

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

use SMF\Cache\CacheApiInterface;
Expand Down
2 changes: 1 addition & 1 deletion Sources/Subs-Attachments.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.0
* @version 2.1.2
*/

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

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

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Subs-Compat.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.2
*/

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

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

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

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

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/Subs-Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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.2
*/

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

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

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

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

if (!defined('SMF'))
Expand Down
2 changes: 1 addition & 1 deletion Sources/tasks/CreatePost-Notify.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.0
* @version 2.1.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/Display.template.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.0
* @version 2.1.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/MessageIndex.template.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.0
* @version 2.1.2
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion Themes/default/PersonalMessage.template.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.0
* @version 2.1.2
*/

/**
Expand Down
Loading

0 comments on commit 60832e7

Please sign in to comment.