v1.1.0
Summary
- Renamed public plugin identifiers to neutral, white-label-friendly names.
- Updated the WordPress plugin folder/install documentation.
- Hardened internal PHP prefixes to reduce collision risk.
- Added a small frontend API for initializing sliders added after page load.
Changes
- Uses the neutral plugin name Swiper Toolkit.
- Documents that the GitHub repository uses the
wp-prefix, but the installed WordPress plugin folder should beswiper-toolkit. - Clarifies the correct ZIP structure for WordPress uploads:
swiper-toolkit.zipcontaining a rootswiper-toolkit/folder. - Uses less generic internal PHP constants/functions with the
STK_prefix. - Adds
window.SwiperToolkitInit()for manually initializing sliders injected by AJAX, popups, or page builders. - Supports passing a specific container element to
window.SwiperToolkitInit(container). - Documents frontend footprint and duplicate-initialization protection.
Installation Note
Install the plugin using this folder structure:
swiper-toolkit.zip
`-- swiper-toolkit/
|-- swiper-toolkit.php
|-- assets/
|-- README.md
`-- LICENSE