Skip to content

Commit

Permalink
Remove MediaWiki integration
Browse files Browse the repository at this point in the history
Composer-installed libraries already have their credits shown in the
library section, so it isn't necessary to added them to MW global.

Already done for 2.x branch:
7eb4ec0
  • Loading branch information
manicki committed Aug 25, 2017
1 parent 0e3ed4b commit cfde123
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
29 changes: 0 additions & 29 deletions Diff.mw.php

This file was deleted.

8 changes: 1 addition & 7 deletions Diff.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,4 @@
return 1;
}

define( 'Diff_VERSION', '3.0' );

if ( defined( 'MEDIAWIKI' ) ) {
call_user_func( function() {
require_once __DIR__ . '/Diff.mw.php';
} );
}
define( 'Diff_VERSION', '3.1' );

0 comments on commit cfde123

Please sign in to comment.