Index: trunk/extensions/SemanticMediaWiki/SemanticMediaWiki.hooks.php |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | * Schema update to set up the needed database tables. |
19 | 19 | * @see https://www.mediawiki.org/wiki/Manual:Hooks/LoadExtensionSchemaUpdates |
20 | 20 | * |
21 | | - * @since 0.1 |
| 21 | + * @since 1.7 |
22 | 22 | * |
23 | 23 | * @param DatabaseUpdater $updater|null |
24 | 24 | * |
Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -20,6 +20,7 @@ |
21 | 21 | * Added setting to choose which optional special properties are enabled ($smwgPageSpecialProperties). |
22 | 22 | * Added creation date special property (disabled by default) (bug 32165). |
23 | 23 | * Added support for altitudes in geographic coordinates (bug 32698). |
| 24 | +* Added automatic invocation of the SMW_setup maintenance script when running update.php (for MW >= 1.17). |
24 | 25 | * Dropped compatibility with MediaWiki 1.15.x (and earlier). |
25 | 26 | * Dropped compatibility with old-style (SMW < 1.6) query printers. |
26 | 27 | * Fixed separator and filename parameters for the DSV format. |