Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -1,5 +1,13 @@ |
2 | 2 | For a documentation of all features, see http://semantic-mediawiki.org |
3 | 3 | |
| 4 | +== SMW 1.5.3 == |
| 5 | + |
| 6 | +* Compatibility with MediaWiki 1.17 |
| 7 | +* Added << and >> comparators for strict comparisons. Also added ≤ and ≥ for |
| 8 | + non-strict comparisons. And introduced $smwStrictComparators setting that |
| 9 | + allows changing the behaviour of < and > to doing strict comparisons. |
| 10 | +* Various style and documentation improvements and translation updates. |
| 11 | + |
4 | 12 | == SMW 1.5.2 == |
5 | 13 | |
6 | 14 | * 'Printouts' textarea in Special:Ask now has autocompletion on property |
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.3-light alpha' ); |
| 18 | +define( 'SMW_VERSION', '1.5.3-light rc1' ); |
19 | 19 | |
20 | 20 | require_once( 'SMW_GlobalFunctions.php' ); |
21 | 21 | |
Index: trunk/extensions/SemanticMediaWiki/includes/SMW_Setup.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | |
11 | 11 | // The SMW version number. |
12 | | -define( 'SMW_VERSION', '1.5.3 alpha' ); |
| 12 | +define( 'SMW_VERSION', '1.5.3 rc1' ); |
13 | 13 | |
14 | 14 | // A flag used to indicate SMW defines a semantic extension type for extension crdits. |
15 | 15 | define( 'SEMANTIC_EXTENSION_TYPE', true ); |