bootbox.js v6.0.0 (#1224)

This commit is contained in:
nobody 2022-11-27 07:09:48 +01:00
parent 5f68ff3fc0
commit 937d8f513a
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 4 additions and 0 deletions

View File

@ -195,6 +195,7 @@ https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.9.6/lottie.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.3/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/6.0.0/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker3.standalone.min.css
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.9.0/css/bootstrap-datepicker.standalone.min.css

View File

@ -145,6 +145,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/bodymovin/5.')) return '5.9.6';
if (type.startsWith('/bootbox.js/4.')) return '4.4.0';
if (type.startsWith('/bootbox.js/5.')) return '5.5.3';
if (type.startsWith('/bootbox.js/6.')) return '6.0.0';
if (type.startsWith('/bootstrap-daterangepicker/2.')) return '2.1.27';
if (type.startsWith('/bootstrap-daterangepicker/3.')) return '3.1';
if (type.startsWith('/bootstrap-datepicker/1.')) return '1.9.0';

View File

@ -38,6 +38,7 @@
<li>tinymce v6.2.0 -> v6.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1220">#1220</a>)</li>
<li>findify-bundle v7.1.68 -> v7.1.70 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1221">#1221</a>)</li>
<li>highlight.js v11.6.0 -> v11.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1222">#1222</a>)</li>
<li>bootbox.js v6.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1224">#1224</a>)</li>
</ul>
<p>Added</p>
<ul>

File diff suppressed because one or more lines are too long