Index: trunk/extensions/SemanticDrilldown/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Drilldown 1.0.1]] |
| 2 | +[[Semantic Drilldown 1.1]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | |
14 | 14 | == Requirements == |
15 | 15 | |
16 | | -The extension requires an install of Semantic MediaWiki 1.4.3 or |
| 16 | +The extension requires an install of Semantic MediaWiki 1.5 or |
17 | 17 | greater. For more details, see Semantic MediaWiki's own |
18 | 18 | installation requirements. |
19 | 19 | |
— | — | @@ -32,5 +32,4 @@ |
33 | 33 | |
34 | 34 | == Contact == |
35 | 35 | |
36 | | -If you have any issues or questions, please send them to |
37 | | -yaron57@gmail.com. |
| 36 | +If you have any issues or questions, please send them to yaron57@gmail.com. |
Index: trunk/extensions/SemanticDrilldown/SemanticDrilldown.php |
— | — | @@ -13,7 +13,7 @@ |
14 | 14 | |
15 | 15 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
16 | 16 | |
17 | | -define( 'SD_VERSION', '1.0.1' ); |
| 17 | +define( 'SD_VERSION', '1.1' ); |
18 | 18 | |
19 | 19 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
20 | 20 | 'path' => __FILE__, |