Template:Which version/sandbox: Difference between revisions From Online Manual

Jump to: navigation, search
(copied from http://wiki.simplemachines.org/smf/index.php?title=Template:Which_version&oldid=10535)
 
(trying to simplify things for newcomers to SMF)
 
(8 intermediate revisions by 2 users not shown)
Line 4: Line 4:
For more information, please read about [[Installing]], [[Updating]], [[Upgrading]], and [[Patching]] SMF. If you wish to convert from another forum system to SMF, please also read about [[Converting]] to SMF.
For more information, please read about [[Installing]], [[Updating]], [[Upgrading]], and [[Patching]] SMF. If you wish to convert from another forum system to SMF, please also read about [[Converting]] to SMF.


===Current Stable Version===
===Current Stable Version {{{currentstable|}}}===
The current stable version is {{{currentstable|}}}<!--
The current stable version is {{{currentstable|}}}<!--
-->{{#ifexpr: {{{currentminor|0}}} = 0
-->{{#ifexpr: {{{firstinseries|0}}} = 1
|. If you have been using a development version (beta or RC), it is recommended that you upgrade to the current stable version ({{{currentstable|}}}) as soon as possible.
|. If you have been using a development version (beta or RC), it is recommended that you upgrade to the current stable version ({{{currentstable|}}}) as soon as possible.
|. This is the most recent version in the current series {{{currentseries|}}}.x.
|. This is the most recent version in the current series {{{currentseries|}}}.x.
===Older versions of the current series===
====Older versions of the current series====
If you are running an earlier version in the current series (a version in the {{{currentseries|}}}.x earlier than version {{{currentstable|}}}) it is recommended that you update to the current stable version as soon as possible. The current stable version has all the latest security enhancements, features, and bug fixes.
If you are running an earlier version in the current series (a version in the {{{currentseries|}}}.x earlier than version {{{currentstable|}}}) it is recommended that you update to the current stable version as soon as possible. The current stable version has all the latest security enhancements, features, and bug fixes.
To bring your forum to the latest version in the current series, your options may include:
To bring your forum to the latest version in the current series, your options may include:
*'''[[Patching|Package Manager Updates]]''', if you are using the previous version in the series. Available from [http://custom.simplemachines.org/upgrades/ Package Manager Updates]. If this works, it will retain your installed mods.
*'''[[Patching|Package Manager Updates]]''' -- the easy way to update, one minor version at a time.  Look for an [[Patching#Download_the_patch_through_the_admin_panel}update available]] message in the administration center. Follow the '''update your forum''' link to download the update patch, then apply it using the Package Manager. If all install tests pass, and you are able to apply the patch, this approach will retain all your installed mods.
*'''[[Updating|Small Update]]''', if you are using the previous version in the series. Available from [http://download.simplemachines.org download.simplemachines.org]. Uninstall all mods before beginning, and reinstall them afterwards.
*'''[[Updating|Small Update]]''' or '''[[Upgrading|Large Upgrade]]''' might be your best bet if '''Patching''' does not work for you. The procedure is similar to the initial SMF install, and will require you to first uninstall all mods, then reinstall them afterwards.
*'''[[Upgrading|Large Upgrade]]''', if you are using an earlier version in the series, or your mods give you trouble. Available from [http://download.simplemachines.org download.simplemachines.org]. Reinstall all mods afterwards.
 
*'''[[Installing|Full Install]]''', if all else fails. Available from [http://download.simplemachines.org download.simplemachines.org]. Reinstall all mods afterwards.
If you are new to using SMF, and [[Patching]] did not work, you may wish to ask for help in the SMF support boards before deciding on the best course of action.
}}<!--
}}<!--


-->{{#if: {{{deprecatedseries|}}} |&nbsp;
-->{{#if: {{{deprecatedseries|}}} |&nbsp;
===Deprecated series===
===Deprecated series -- {{{deprecatedseries|}}}===
The {{{deprecatedseries|}}}.x series is deprecated. There will be no new features. Security updates and/or fixes for any major bugs will be made as required, in the best judgement of the team. It is still supported by the SMF team.  Upgrading to the current stable version is recommended, as long as your server meets the [[Requirements]] for the current series. If upgrade is difficult because of modifications and other customizations, upgrading to the most recent version of {{{deprecatedseries|}}}.x is recommended as a '''short term measure only'''. The most recent version of the {{{deprecatedseries|}}}.x series has the latest security features for {{{deprecatedseries|}}}.x forums, and several update and upgrade options can be found in the [http://download.simplemachines.org/?archive SMF archives]
The {{{deprecatedseries|}}}.x series is deprecated. There will be no new features. Security updates and/or fixes for any major bugs will be made as required, in the best judgement of the team. It is still supported by the SMF team.  Upgrading to the current stable version is recommended, as long as your server meets the [[Requirements]] for the current series. If upgrade is difficult because of modifications and other customizations, upgrading to the most recent version of {{{deprecatedseries|}}}.x is recommended as a '''short term measure only'''. The most recent version of the {{{deprecatedseries|}}}.x series has the latest security features for {{{deprecatedseries|}}}.x forums, and several update and upgrade options can be found in the [http://download.simplemachines.org/?archive SMF archives]


Line 25: Line 25:


-->{{#if: {{{obsoleteseries|}}}|&nbsp;
-->{{#if: {{{obsoleteseries|}}}|&nbsp;
===Obsolete series===
===Obsolete series -- {{{obsoleteseries|}}}===
The {{{obsoleteseries|}}}.x series is obsolete and will no longer be supported at simplemachines.org. It is recommended that the administrator obtain any assistance required to [[Upgrading|upgrade]] to the current stable version. No new features, bug fixes, or security updates will be released for the {{{obsoleteseries|}}}.x series. While obsolete series can be found in the [http://download.simplemachines.org/?archive SMF archives], they are recommended only for reference as you prepare to upgrade to the current stable version.
The {{{obsoleteseries|}}}.x series is obsolete and will no longer be supported at simplemachines.org. It is recommended that the administrator obtain any assistance required to [[Upgrading|upgrade]] to the current stable version. No new features, bug fixes, or security updates will be released for the {{{obsoleteseries|}}}.x series. While obsolete series can be found in the [http://download.simplemachines.org/?archive SMF archives], they are recommended only for reference as you prepare to upgrade to the current stable version.



Latest revision as of 20:06, 10 January 2013

[edit] [purge] Template documentation

This template is used to produce easily-updatable documentation on which version of the SMF software the user should install. Example:

{{Which version
|currentstable=1.1.13
|currentseries=1.1
|firstinseries
|deprecatedseries=1.0
|obsoleteseries=0.0
}}
  • currentstable The current stable version of the SMF software -- the first listed on the downloads page
  • currentseries The series to which the current stable version belongs (1.1.13 is in the series 1.1)
  • firstinseries If the current stable version is the first in a new series (2.0, 1.0, etc), include this parameter. Otherwise, leave it out.
  • deprecatedseries (optional) The currently deprecated series; the series which is no longer current. With the release of 1.1, the 1.0 series became deprecated. Still supported. No new features to be added. Important bugfixes possible.
  • obsoleteseries (optional) Any previous series which is no longer supported, and for which no new bugfixes are to be released


Advertisement: