Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not automatically enable the extension when installed #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions HeaderFooter.php

This file was deleted.

11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
MediaWiki-HeaderFooter
======================

See http://www.mediawiki.org/wiki/Extension:Header_Footer
Installation and usage documentation is at http://www.mediawiki.org/wiki/Extension:Header_Footer

## Version history

### Header Footer 4.0.0

Released on 2022-01-25

* The extension no longer enables itself automatically when installed via composer.
You now need to call `wfLoadExtension( 'HeaderFooter' );` in LocalSettings.php.
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,5 @@
},
"require": {
"composer/installers": ">=1.0.1"
},
"autoload": {
"files": ["HeaderFooter.php"]
}
}
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "HeaderFooter",
"version": "3.0.0",
"version": "4.0.0",
"author": "Jean-Lou Dupont, James Montalvo, Douglas Mason",
"url": "http://mediawiki.org/wiki/Extension:HeaderFooter",
"descriptionmsg": "headerfooter-desc",
Expand Down