Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -40,7 +40,7 @@ |
41 | 41 | die( "ERROR: <a href=\"http://semantic-mediawiki.org\">Semantic MediaWiki</a> must be installed for Semantic Forms to run!" ); |
42 | 42 | } |
43 | 43 | |
44 | | -define( 'SF_VERSION', '2.3.1' ); |
| 44 | +define( 'SF_VERSION', '2.3.2' ); |
45 | 45 | |
46 | 46 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
47 | 47 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticForms/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Forms 2.3.1]] |
| 2 | +[[Semantic Forms 2.3.2]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |