Swiper v11 Vendor Files Required
=================================

WordPress.org plugin guidelines prohibit loading scripts from external CDNs.
You MUST place the following two files in this directory before submitting
the plugin to WordPress.org or distributing it:

  1. swiper-bundle.min.css
  2. swiper-bundle.min.js

How to obtain them
------------------
Option A — Download from the official site:
  https://swiperjs.com/get-started  (click "Download")

Option B — Copy from your local npm cache:
  npm pack swiper@11.1.14
  (extract the .tgz → copy from package/swiper-bundle.min.css and swiper-bundle.min.js)

Option C — Use the CDN URLs to download manually:
  CSS: https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css
  JS:  https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js

Licence
-------
Swiper is MIT licensed (GPL-compatible). No attribution required in the
plugin's readme.txt, but you may add a credits note if you wish.

Version Used
------------
Swiper 11.1.14  (registered handle: 'swiper', version string: '11.1')
