Updated: mdb-ui-kit v3.5.0 -> v3.5.1 (#445)
This commit is contained in:
parent
313e9adf27
commit
3b603f7480
|
@ -435,7 +435,7 @@ targets.setLastVersion = function (type, version) {
|
|||
if (helpers.compareVersion('0.97.8', version)) return '0.97.8'; // <= v0.97.8
|
||||
return '0.100.2';
|
||||
} else if (type.startsWith('/mdb-ui-kit/3.')) {
|
||||
return '3.5.0';
|
||||
return '3.5.1';
|
||||
} else if (type.startsWith('/Modaal/0.')) {
|
||||
return '0.4.4';
|
||||
} else if (type.startsWith('/modernizr/2.')) {
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
<li>Added: leaflet.featuregroup.subgroup v1.0.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/440">#440</a>)</li>
|
||||
<li>Added: Leaflet.EasyButton v2.4.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/441">#441</a>)</li>
|
||||
<li>Fixed: [Chromium] extraHeaders permission for sanitization (<a href="https://codeberg.org/nobody/LocalCDN/issues/442">#442</a>)</li>
|
||||
<li>Updated: mdb-ui-kit v3.5.0 -> v3.5.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/445">#445</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue