Skip to content

Commit

Permalink
Update version numbers to 2.1.4
Browse files Browse the repository at this point in the history
Signed by Shawn Bulen, [email protected]
  • Loading branch information
sbulen committed Mar 17, 2023
1 parent 18d9902 commit 8c80dcb
Show file tree
Hide file tree
Showing 52 changed files with 97 additions and 97 deletions.
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Copyright © 2011 Simple Machines. All rights reserved.
Copyright © 2023 Simple Machines. All rights reserved.

Developed by: Simple Machines Forum Project
Simple Machines
http://www.simplemachines.org
https://www.simplemachines.org

All rights reserved.

Expand Down
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 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

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

define('SMF', 'SSI');
define('SMF_VERSION', '2.1.3');
define('SMF_VERSION', '2.1.4');
define('SMF_FULL_VERSION', 'SMF ' . SMF_VERSION);
define('SMF_SOFTWARE_YEAR', '2023');
define('JQUERY_VERSION', '3.6.3');
Expand Down
4 changes: 2 additions & 2 deletions Sources/BoardIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/FileBased.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

namespace SMF\Cache\APIs;
Expand Down
4 changes: 2 additions & 2 deletions Sources/DbPackages-mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/DbPackages-postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/DbSearch-mysql.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/DbSearch-postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Display.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Load.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

use SMF\Cache\CacheApi;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Logging.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/ManageBans.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/ManageMaintenance.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/ManagePaid.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/PersonalMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Post.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/RemoveTopic.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.2
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/SearchAPI-Custom.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/SearchAPI-Fulltext.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Security.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Attachments.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.2
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Boards.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Charset.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Db-postgresql.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.3
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Membergroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Subs-Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
*
* @package SMF
* @author Simple Machines https://www.simplemachines.org
* @copyright 2022 Simple Machines and individual contributors
* @copyright 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.0
* @version 2.1.4
*/

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

0 comments on commit 8c80dcb

Please sign in to comment.