File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,16 +15,10 @@ jobs:
1515 strategy :
1616 matrix :
1717 include :
18- - mw : ' REL1_39'
19- php : 8.0
20- experimental : false
21- - mw : ' REL1_40'
22- php : 8.1
23- experimental : false
24- - mw : ' REL1_41'
18+ - mw : ' REL1_43'
2519 php : 8.1
2620 experimental : false
27- - mw : ' REL1_42 '
21+ - mw : ' REL1_43 '
2822 php : 8.2
2923 experimental : false
3024 - mw : ' REL1_43'
Original file line number Diff line number Diff line change 77The [ Bootstrap extension] [ mw-bootstrap ] provides the
88[ Bootstrap web front-end framework] [ bootstrap ] to skins and extensions.
99
10- This version of the extension provides Bootstrap 4.6.2 and Popper 1.16.1 .
10+ This version of the extension provides Bootstrap 5.3.8 and Popper 2.11.8 .
1111
1212## Requirements
1313
14- - PHP 8.0 or later
15- - MediaWiki 1.39 or later
14+ - PHP 8.1 or later
15+ - MediaWiki 1.43 or later
1616
1717## Installation
1818
@@ -27,7 +27,7 @@ take care of that.
2727
28281 . On a command line go to your MediaWiki installation directory and run these two commands
2929 ```
30- COMPOSER=composer.local.json composer require --no-update mediawiki/bootstrap:~5 .0
30+ COMPOSER=composer.local.json composer require --no-update mediawiki/bootstrap:~6 .0
3131 ```
3232 ```
3333 composer update mediawiki/bootstrap --no-dev -o
Original file line number Diff line number Diff line change 3535 "rss" : " https://github.com/cmln/mw-bootstrap/releases.atom"
3636 },
3737 "require" : {
38- "php" : " >=8.0 " ,
38+ "php" : " >=8.1 " ,
3939 "composer/installers" : " ^2|^1.0.1" ,
40- "mediawiki/scss" : " ~4.0 "
40+ "mediawiki/scss" : " 5.x-dev "
4141 },
4242 "require-dev" : {
4343 "mediawiki/mediawiki-codesniffer" : " 46.0.0" ,
4444 "mediawiki/mediawiki-phan-config" : " 0.15.1" ,
45- "php" : " >=8.0 "
45+ "php" : " >=8.1 "
4646 },
4747 "autoload" : {
4848 "psr-4" : {
5858 },
5959 "extra" : {
6060 "branch-alias" : {
61- "dev-master" : " 5 .x-dev"
61+ "dev-master" : " 6 .x-dev"
6262 }
6363 },
6464 "config" : {
Original file line number Diff line number Diff line change 11## Release Notes
22
3+ ### MediaWiki Bootstrap 6.0.0
4+
5+ Under development.
6+
7+ * Raised minimum MediaWiki version from 1.39 to 1.43
8+ * Raised minimum PHP version from 8.0 to 8.1
9+ * Replaced Bootstrap 4.6.2 with Bootstrap 5.3.8
10+ * Raised minimum SCSS library dependency to 5.x
11+
312### MediaWiki Bootstrap 5.0.0
413
514Released on April 26, 2024.
Original file line number Diff line number Diff line change 66 " [https://professional.wiki/ Professional Wiki]" ,
77 " James Hong Kong"
88 ],
9- "version" : " 5 .0.0" ,
9+ "version" : " 6 .0.0-dev " ,
1010 "url" : " https://www.mediawiki.org/wiki/Extension:Bootstrap" ,
1111 "descriptionmsg" : " bootstrap-desc" ,
1212 "license-name" : " GPL-3.0-or-later" ,
1313 "requires" : {
14- "MediaWiki" : " >= 1.39 .0"
14+ "MediaWiki" : " >= 1.43 .0"
1515 },
1616 "AutoloadNamespaces" : {
1717 "Bootstrap\\ " : " src/"
You can’t perform that action at this time.
0 commit comments