Updated: Page.js v1.7.1 -> v1.11.6

This commit is contained in:
nobody 2020-11-14 09:38:32 +01:00
parent 14f349deba
commit 2b4394cd5d
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 1227 additions and 3 deletions

View File

@ -680,7 +680,7 @@ var resources = {
},
// page.js
'pageJs': {
'path': 'resources/page.js/{version}/page.min.jsm',
'path': 'resources/page.js/{version}/page.jsm',
'type': 'application/javascript'
},
// Pagination.js

View File

@ -321,7 +321,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/p2p-media-loader-core') || type.startsWith('/p2p-media-loader-hlsjs')) {
return '0.6.2';
} else if (type.startsWith('/page.js/1.')) {
return '1.7.1';
return '1.11.6';
} else if (type.startsWith('/paginationjs/2.')) {
return '2.1.5';
} else if (type.startsWith('/plyr/3.')) {

View File

@ -71,6 +71,7 @@
<li>Updated: lightgallery.js v1.9.0 -> v1.10.0</li>
<li>Updated: Lodash v4.17.10 -> v4.17.20</li>
<li>Updated: Lozad.js v1.14.0 -> v1.16.0</li>
<li>Updated: Page.js v1.7.1 -> v1.11.6</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long