Links to Swiper CSS and JS point to incorrect version

Created on 25 August 2024, 3 months ago

Problem/Motivation

On the Swiper template config form, there are links to download local copies (minified and plain) to use local rather than CDN versions. The project page documents briefly using v11 of the Swiper code for the 2.x module, but the links to the Swiper library point to the v8 code.

Steps to reproduce

Install module
Create or edit a template (default for example)
Follow links to relevant Swiper files

Proposed resolution

Change links to point to correct v11 files

Correct links:
swiper-bundle.js : https://cdn.jsdelivr.net/npm/swiper@11.1.10/swiper-bundle.js
swiper-bundle.css : https://cdn.jsdelivr.net/npm/swiper@11.1.10/swiper-bundle.css
swiper-bundle.min.js : https://cdn.jsdelivr.net/npm/swiper@11.1.10/swiper-bundle.min.js
swiper-bundle.min.css : https://cdn.jsdelivr.net/npm/swiper@11.1.10/swiper-bundle.min.css

Remaining tasks

Make the changes

User interface changes

Text description and links changed

🐛 Bug report
Status

Active

Version

2.0

Component

Code

Created by

🇬🇧United Kingdom dreamleaf

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024