Index: trunk/extensions/SemanticInternalObjects/SemanticInternalObjects.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | |
11 | 11 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
12 | 12 | |
13 | | -define( 'SIO_VERSION', '0.6.4 alpha' ); |
| 13 | +define( 'SIO_VERSION', '0.6.4' ); |
14 | 14 | |
15 | 15 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'parserhook'][] = array( |
16 | 16 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticInternalObjects/README |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | Semantic Internal Objects Extension |
3 | 3 | |
4 | | - Version 0.6.3 |
| 4 | + Version 0.6.4 |
5 | 5 | Yaron Koren |
6 | 6 | |
7 | 7 | This is free software licensed under the GNU General Public License. Please |
— | — | @@ -67,8 +67,8 @@ |
68 | 68 | |
69 | 69 | == Requirements == |
70 | 70 | |
71 | | -This version of the Semantic Internal Objects extension requires MediaWiki 1.8 |
72 | | -or higher and Semantic MediaWiki 1.4 or higher. |
| 71 | +This version of the Semantic Internal Objects extension requires MediaWiki 1.11 |
| 72 | +or higher and Semantic MediaWiki 1.5.2 or higher. |
73 | 73 | |
74 | 74 | == Installation == |
75 | 75 | |