Extension:StackFunctions/Upgrade
From MediaWiki.org
[edit] General
To upgrade to a new version of StackFunctions, you should follow these steps:
- Install the new file(s) as described in INSTALL, adapting your LocalSettings.php where necessary.
- Recreate any data created with the serialize operator.
[edit] Ugrading to 0.7 from previous versions
The names of configuration parameters have changed:
| Old Name | New Name |
|---|---|
| $wfStackFunctionsAuthKey | ExtStackFunctions::$mAuthKey |
| $wfStackFunctionsCompress | ExtStackFunctions::$mCompress |
| $wfStackFunctionsCompressArg | ExtStackFunctions::$mCompressArg |
| $wfStackFunctionsDecompress | ExtStackFunctions::$mDecompress |
| $wfStackFunctionsEnableQuery | ExtStackFunctions::$mEnableQuery |
| $wfStackFunctionsPrologNamespace | ExtStackFunctions::$mPrologNamespace |
If you have customized any of them in your LocalSettings.php, you'll need to update LocalSettings.php.