Skip to content

v1.1.0

Choose a tag to compare

@guisfus guisfus released this 30 Apr 18:01
· 2 commits to main since this release

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 be swiper-toolkit.
  • Clarifies the correct ZIP structure for WordPress uploads:
    swiper-toolkit.zip containing a root swiper-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