Plugin Directory

Changeset 3425151


Ignore:
Timestamp:
12/22/2025 08:49:00 AM (3 months ago)
Author:
integrationclaspo
Message:

Updated to version 1.0.7

Location:
claspo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • claspo/trunk/claspo.php

    r3421979 r3425151  
    55 * Plugin URI: https://github.com/Claspo/claspo-wordpress-plugin
    66 * 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.6
     7 * Version: 1.0.7
    88 * Author: Claspo Popup Builder team
    99 * Author URI: https://www.claspo.io
     
    297297        }
    298298
    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")) {
    300300            LiteSpeed_Cache_API::purge_all();
    301301        }
  • claspo/trunk/readme.txt

    r3421994 r3425151  
    44Requires at least: 1.0
    55Tested up to: 6.9
    6 Stable tag: 1.0.6
     6Stable tag: 1.0.7
    77Requires PHP: 7.0
    88Plugin URI: https://www.claspo.io
     
    347347== Changelog ==
    348348
     349= 1.0.7 =
     350* Fixed a bug with automatic cache cleaning in LiteSpeed Cache
     351
    349352= 1.0.6 =
    350353* WordPress 6.9 compatibility
Note: See TracChangeset for help on using the changeset viewer.