Index: trunk/extensions/SemanticMediaWiki/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic MediaWiki 1.5.1]] |
| 2 | +[[Semantic MediaWiki 1.5.2]] |
3 | 3 | |
4 | 4 | Install instructions for the latest SMW version are also online in a more |
5 | 5 | convenient format for reading: |
— | — | @@ -143,14 +143,14 @@ |
144 | 144 | |
145 | 145 | (Please read all of this before upgrading) |
146 | 146 | |
147 | | -Installations of SMW 1.5.0 can be upgraded by just replacing the files, but it |
148 | | -must be noted that not all SMW extensions may already be available in versions |
149 | | -compatible to SMW 1.5.1. If problems occur, it is possible to go back to 1.5.0 |
150 | | -by simply using the old files, waiting with the upgrade until the relevant |
151 | | -extensions provide updates. |
| 147 | +Installations of SMW 1.5.* can be upgraded by just replacing the files, and all |
| 148 | +extensions compatible with SMW 1.5.1 should work without modification. If |
| 149 | +problems occur, it is possible to go back to 1.5.1 by simply using the old |
| 150 | +files, waiting with the upgrade until the relevant extensions provide updates. |
152 | 151 | |
153 | | -It is suggested to change the inclusion of SMW in LocalSettings.php to the |
154 | | -following as described in the installation instructions above: |
| 152 | +If not done already, it is suggested to change the inclusion of SMW in |
| 153 | +LocalSettings.php to the following as described in the installation |
| 154 | +instructions above: |
155 | 155 | |
156 | 156 | include_once("$IP/extensions/SemanticMediaWiki/SemanticMediaWiki.php"); |
157 | 157 | |
— | — | @@ -329,4 +329,4 @@ |
330 | 330 | You can join this mailing list at |
331 | 331 | http://sourceforge.net/mail/?group_id=147937 |
332 | 332 | |
333 | | -Please report bugs to MediaZilla, http://bugzilla.wikimedia.org |
\ No newline at end of file |
| 333 | +Please report bugs to MediaZilla, http://bugzilla.wikimedia.org |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_SetupLight.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | * @ingroup SMW |
16 | 16 | */ |
17 | 17 | |
18 | | -define( 'SMW_VERSION', '1.5.2-light rc1' ); |
| 18 | +define( 'SMW_VERSION', '1.5.2-light' ); |
19 | 19 | |
20 | 20 | require_once( 'SMW_GlobalFunctions.php' ); |
21 | 21 | |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | * @ingroup SMW |
7 | 7 | */ |
8 | 8 | |
9 | | -define( 'SMW_VERSION', '1.5.2 rc1' ); |
| 9 | +define( 'SMW_VERSION', '1.5.2' ); |
10 | 10 | define( 'SEMANTIC_EXTENSION_TYPE', true ); |
11 | 11 | |
12 | 12 | require_once( 'SMW_GlobalFunctions.php' ); |