Skip to content

Commit

Permalink
Raises SMF version to 3.0 Alpha 1
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Stovell <[email protected]>
  • Loading branch information
Sesquipedalian committed Oct 17, 2023
1 parent 3ec6008 commit 26f6ba6
Show file tree
Hide file tree
Showing 264 changed files with 454 additions and 454 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 2023 Simple Machines and individual contributors
* @license https://www.simplemachines.org/about/smf/license.php BSD
*
* @version 2.1.4
* @version 3.0 Alpha 1
*/

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

define('SMF', 'SSI');
define('SMF_VERSION', '2.1.4');
define('SMF_VERSION', '3.0 Alpha 1');
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/Admin.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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Agreement.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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Attachments.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 3.0 Alpha 1
*/

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

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/Apcu.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 3.0 Alpha 1
*/

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

namespace SMF\Cache\APIs;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/MemcacheImplementation.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.2
* @version 3.0 Alpha 1
*/

namespace SMF\Cache\APIs;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/MemcachedImplementation.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.2
* @version 3.0 Alpha 1
*/

namespace SMF\Cache\APIs;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/Postgres.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 3.0 Alpha 1
*/

namespace SMF\Cache\APIs;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/Sqlite.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.2
* @version 3.0 Alpha 1
*/

namespace SMF\Cache\APIs;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/APIs/Zend.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 3.0 Alpha 1
*/

namespace SMF\Cache\APIs;
Expand Down
6 changes: 3 additions & 3 deletions Sources/Cache/CacheApi.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 3.0 Alpha 1
*/

namespace SMF\Cache;
Expand All @@ -25,7 +25,7 @@ abstract class CacheApi
/**
* @var string The maximum SMF version that this will work with.
*/
protected $version_compatible = '2.1.999';
protected $version_compatible = '3.0.999';

/**
* @var string The minimum SMF version that this will work with.
Expand Down
4 changes: 2 additions & 2 deletions Sources/Cache/CacheApiInterface.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 3.0 Alpha 1
*/

namespace SMF\Cache;
Expand Down
4 changes: 2 additions & 2 deletions Sources/Calendar.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.2
* @version 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Class-BrowserDetect.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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Class-CurlFetchWeb.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Class-Graphics.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Class-Package.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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Class-Punycode.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
6 changes: 3 additions & 3 deletions Sources/Class-SearchAPI.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 3.0 Alpha 1
*/

/**
Expand Down Expand Up @@ -145,7 +145,7 @@ abstract class search_api implements search_api_interface
/**
* @var string The maximum SMF version that this will work with.
*/
public $version_compatible = '2.1.999';
public $version_compatible = '3.0.999';

/**
* @var string The minimum SMF version that this will work with.
Expand Down
4 changes: 2 additions & 2 deletions Sources/Class-TOTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,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 3.0 Alpha 1
*/

namespace TOTP;
Expand Down
4 changes: 2 additions & 2 deletions Sources/DbExtra-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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/DbExtra-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 3.0 Alpha 1
*/

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

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

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

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

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

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Drafts.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 3.0 Alpha 1
*/

if (!defined('SMF'))
Expand Down
4 changes: 2 additions & 2 deletions Sources/Errors.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.2
* @version 3.0 Alpha 1
*/

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

0 comments on commit 26f6ba6

Please sign in to comment.