summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Bootstrap/docs/release-notes.md
blob: 34515300847d0047853de63c6d615a9bc5fbc923 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
## Release Notes

### Bootstrap 1.2.4

Released on 29-Apr-2018

Fixes:
* Set local base path from `$wgExtensionsDirectory`

### Bootstrap 1.2.3

Released on 30-Nov-2017

Fixes:
* Use correct local base path when is `$wgScriptPath` empty, i.e. when MW is
  installed at the root level of the domain.

### Bootstrap 1.2.2

Released on 26-Nov-2017

Fixes:
*  Unbreak the extension when vendor/ is blocked<br>
   (concerns MediaWiki 1.27.4/1.28.3/1.29.2/1.30 and up, see https://phabricator.wikimedia.org/T180231)

### Bootstrap 1.2.1

Released on 06-Mar-2017

Fixes:
* Correct version number reported on Special:Version

### Bootstrap 1.2

Released on 05-Mar-2017

Fixes:
* Do not use oyejorge/less.php 1.7.0.13, it's incompatible with PHP 5.3

Other changes:
* Change required package: twitter/bootstrap -> twbs/bootstrap

### Bootstrap 1.1.5

Released on 27-Jan-2016

Fixes:
* Use standard MW config vars to find the twitter/bootstrap directory

### Bootstrap 1.1.4

Released on 15-Jan-2016

Fixes:
* Fix missing position for Bootstrap Styles Resource Loader module
* Switch less compiler to the one MW core uses

### Bootstrap 1.1.3

Released on 03-Mar-2015

Fixes:
* Fix error: Cannot use object of type Closure as array in SetupAfterCache.php

### Bootstrap 1.1.2

Released on 02-Dec-2014

Fixes:
* Fix removing of Less compiler class from autoloader

### Bootstrap 1.1.1

Released on 01-Dec-2014

Fixes:
* Fix removing of lessc compiler class from autoloader:
  This led to a server error on MW from 1.25 onwards when it was trying to
  compile one of its own less files.

### Bootstrap 1.1

Released on 22-Nov-2014

New features:
* Ability to monitor multiple files for cache invalidation of styles
* In addition to `LocalSettings.php` also monitor `composer.lock`: This will
  invalidate styles on every `composer update`
* Use relative paths to enable installation of the extension in other
  directories then the standard `.../extensions`

Other changes:
* Improve documentation

### Bootstrap 1.0.1

Released on 16-Sep-2014

Fixes:
* Fix autoloading so MW core can load it's own Less compiler

Other changes:
* Switch less compiler vendor and raise minimum required Less compiler version

### Bootstrap 1.0

Released on 15-Aug-2014

Complete rework of extension

Changes:
* Switch to a standard-compliant Less compiler
* Introduce Composer installation
* Improve error handling of the caching mechanism
* Add tests

### Bootstrap 0.1

Released on 13-Oct-13

First working version
* loads the Bootstrap 3 framework
* caching of styles per user
* basic error handling