Skip to content

Commit

Permalink
1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenDeDauw committed Feb 7, 2015
1 parent 354c01c commit a85f43e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
These are the release notes for the SemanticSignup extension.

## Version 1.0 (dev)
## Version 1.0 (2015-02-07)

* Installation is now done via Composer
* Added compatibility with MediaWiki 1.19 - 1.25
Expand Down
4 changes: 2 additions & 2 deletions SemanticSignup.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
return 1;
}

define( 'SES_VERSION', '1.0-alpha' );
define( 'SES_VERSION', '1.0' );

/**
* @codeCoverageIgnore
*/
call_user_func( function () {

// Register extension info
$GLOBALS[ 'wgExtensionCredits' ][ 'semantic' ][ ] = array(
$GLOBALS['wgExtensionCredits']['semantic'][] = array(
'path' => __FILE__,
'name' => 'Semantic Signup',
'version' => SES_VERSION,
Expand Down

0 comments on commit a85f43e

Please sign in to comment.