Changeset 3425151
- Timestamp:
- 12/22/2025 08:49:00 AM (3 months ago)
- Location:
- claspo/trunk
- Files:
-
- 2 edited
-
claspo.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
claspo/trunk/claspo.php
r3421979 r3425151 5 5 * Plugin URI: https://github.com/Claspo/claspo-wordpress-plugin 6 6 * Description: Grow your email list and increase sales! Use the Claspo Popup Maker plugin to create pop-up windows, Spin the Wheel, Exit Intent, and Lead Gen forms. 7 * Version: 1.0. 67 * Version: 1.0.7 8 8 * Author: Claspo Popup Builder team 9 9 * Author URI: https://www.claspo.io … … 297 297 } 298 298 299 if (class_exists("LiteSpeed_Cache_API") && method_exists(" autoptimizeCache", "purge_all")) {299 if (class_exists("LiteSpeed_Cache_API") && method_exists("LiteSpeed_Cache_API", "purge_all")) { 300 300 LiteSpeed_Cache_API::purge_all(); 301 301 } -
claspo/trunk/readme.txt
r3421994 r3425151 4 4 Requires at least: 1.0 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 7.0 8 8 Plugin URI: https://www.claspo.io … … 347 347 == Changelog == 348 348 349 = 1.0.7 = 350 * Fixed a bug with automatic cache cleaning in LiteSpeed Cache 351 349 352 = 1.0.6 = 350 353 * WordPress 6.9 compatibility
Note: See TracChangeset
for help on using the changeset viewer.