r68297 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68296‎ | r68297 | r68298 >
Date:00:53, 20 June 2010
Author:nad
Status:deferred
Tags:
Comment:
update version and date info
Modified paths:
  • /trunk/extensions/SimpleSecurity/SimpleSecurity.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SimpleSecurity/SimpleSecurity.php
@@ -20,9 +20,9 @@
2121 */
2222
2323 if ( !defined( 'MEDIAWIKI' ) ) die( 'Not an entry point.' );
24 -if ( version_compare( $wgVersion, '1.12.1' ) < 0 ) die( 'Sorry, this extension requires at least MediaWiki version 1.12.0' );
 24+if ( version_compare( $wgVersion, '1.12.0' ) < 0 ) die( 'Sorry, this extension requires at least MediaWiki version 1.12.0' );
2525
26 -define( 'SIMPLESECURITY_VERSION', '4.4.1, 2010-06-12' );
 26+define( 'SIMPLESECURITY_VERSION', '4.4.2, 2010-06-20' );
2727
2828 # Load the SimpleSecurity class and messages
2929 $dir = dirname( __FILE__ ) . '/';

Status & tagging log