Simple Machines Community Forum

Simple Machines => News and Updates => Topic started by: Sesquipedalian on June 24, 2025, 12:41:20 PM

Title: SMF 2.1.5 released
Post by: Sesquipedalian on June 24, 2025, 12:41:20 PM
Dear Members,

Simple Machines is pleased to announce a new patch for the 2.1.x line of SMF, which pushes the version number to 2.1.5.

Notable changes in SMF 2.1.5


Please see the change list on GitHub (https://github.com/SimpleMachines/SMF/milestone/16?closed=1) for more information.

How to update to 2.1.5

If you are currently using version 2.1.4, you can perform the update using the Package Manager (Administration Center > Package Manager). There you should see a notification about 2.1.5, including a "update your forum" link. If you do not see this notification in the Package Manager, please run "Fetch Simple Machines files" from the Scheduled Tasks page (Administration Center > Maintenance > Scheduled Tasks), and then try again.

If you are currently using any version from 2.1.0 to 2.1.3, you can use the process described above to apply previous update patches successively until you reach version 2.1.5.

If you are currently using any older version of SMF (including SMF 1.x, SMF 2.0.x, or one of the SMF 2.1 Betas or RCs), you can upgrade directly to 2.1.5 from whichever version you are currently using by using the "Large Upgrade" package from the Download (https://download.simplemachines.org) page. Be aware that using this upgrade method will require you to reinstall any customizations that you have added to your forum, so if you are running SMF 2.1.0 or higher, it is recommended that you apply the successive patches instead of using the Large Upgrade.

If you are having problems downloading the patch from the admin panel, you can download the patch package from the Package Manager Updates (https://custom.simplemachines.org/upgrades/) page and install it via the Package Manager, as you would any other mod package.

Please refer to the Online Manual for more details about patching (https://wiki.simplemachines.org/smf/Patching) and upgrading (https://wiki.simplemachines.org/smf/Upgrading).


Finally, as always, please do not use this topic for support requests. You will receive a much quicker and better response by posting in the 2.1.x Support Board (https://www.simplemachines.org/community/index.php?board=254.0).

Thank you for using SMF!

Regards,
Simple Machines
Title: Re: SMF 2.1.5 released
Post by: LiroyvH on June 24, 2025, 12:43:19 PM
Congrats on the release, well done and a heartfelt thank you to all contributors! :)
Title: Re: SMF 2.1.5 released
Post by: All Colours Sam on June 24, 2025, 01:37:46 PM
Congrats!!!
Title: Re: SMF 2.1.5 released
Post by: unclemonkey on June 24, 2025, 01:58:23 PM
Congrats on finishing the upgrade. It would have been fantastic if you would have implemented the use of other payment processors rather than only offering PayPal.
Title: Re: SMF 2.1.5 released
Post by: peterbehlendorf on June 24, 2025, 04:15:51 PM
Love the addition of webp support!
Title: Re: SMF 2.1.5 released
Post by: gevv on June 24, 2025, 05:01:44 PM
Thanks to the team. He is alive 2025  ;D

(https://media.tenor.com/SuADVxKkQ-AAAAAM/frankenstein-its-alive.gif)
Title: Re: SMF 2.1.5 released
Post by: Looking on June 24, 2025, 10:03:18 PM
Thanks for continuing to update and make fixes.
Title: Re: SMF 2.1.5 released
Post by: CRM 114 on June 24, 2025, 10:46:37 PM
Very nice, thanks a lot.
Title: Re: SMF 2.1.5 released
Post by: Rumpa on June 25, 2025, 04:13:49 AM
congratulations to the team for this update. Thank you very much.
Title: Re: SMF 2.1.5 released
Post by: Neshin on June 25, 2025, 05:08:25 AM
Great Things aHead :) Keep updating
Title: Re: SMF 2.1.5 released
Post by: magicalarmchair on June 25, 2025, 05:19:20 AM
Thank you. It's a cracking platform. Thanks for all your work on it.

I am seeing some errors since upgrade from 2.1.4 of: "Undefined variable $sid"

Here:  /forum/index.php?PHPSESSID=jdt7128kpso14k9l80oas1dhsf
/forum/Sources/QueryString.php (Line 677)


669: // Let's do something special for session ids!
670: if (isset($sid) && $sid != '')
671: $buffer = preg_replace_callback(
672: '~"' . preg_quote($scripturl, '~') . '\?(?:' . $sid . '(?:;|&|&))((?:board|topic)=[^#"]+?)(#[^"]*?)?"~',
673: function($m)
674: {
675: global $scripturl;
676:
[b]==>677: return '"' . $scripturl . "/" . strtr("$m[1]", '&;=', '//,') . ".html?" . $sid . (isset($m[2]) ? $m[2] : "") . '"';[/b]
678: },
679: $buffer
680: );
681: else

Just a transient error or is there something I need to do?
Title: Re: SMF 2.1.5 released
Post by: Illori on June 25, 2025, 05:43:43 AM
Quote from: Sesquipedalian on June 24, 2025, 12:41:20 PMFinally, as always, please do not use this topic for support requests. You will receive a much quicker and better response by posting in the 2.1.x Support Board (https://www.simplemachines.org/community/index.php?board=254.0).
Title: Re: SMF 2.1.5 released
Post by: johnwalker1 on June 25, 2025, 11:47:42 PM
Congratulations on completing the upgrade! It would have been even better if additional payment processors were included instead of relying solely on PayPal

Title: Re: SMF 2.1.5 released
Post by: Dave J on June 26, 2025, 02:50:18 AM
Thanks to everyone involved in the update