Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -1,8 +1,15 @@ |
2 | 2 | For a documentation of all features, see http://semantic-mediawiki.org |
3 | 3 | |
4 | 4 | == SMW 1.5.2 == |
| 5 | + |
5 | 6 | * 'Printouts' textarea in Special:Ask now has autocompletion on property |
6 | 7 | names. |
| 8 | +* SMW now has it's own copy of the jQuery library. |
| 9 | +* Added a number of hooks to allow further customization by extensions, |
| 10 | + including smwDeleteSemanticData and SMWResultFormat. |
| 11 | +* 'Semantic' extension type that can be used by extensions to SMW to be |
| 12 | + grouped together on Special:Version and other pages listing extensions. |
| 13 | +* Various bugfixes, style and documentation improvements and translation updates. |
7 | 14 | |
8 | 15 | == SMW 1.5.1 == |
9 | 16 | |