Plugin Directory

Changeset 3164463


Ignore:
Timestamp:
10/07/2024 05:27:14 PM (18 months ago)
Author:
roberthoward
Message:

fix bug with static uninstall

Location:
dailystory/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • dailystory/trunk/dailystory.php

    r3104023 r3164463  
    44Plugin URI: https://docs.dailystory.com/article/8omibw2171-integrations-wordpress
    55Description: The DailyStory plugin simplifies the process of adding popups, web forms, conversion tracking, and other features to your WordPress website.
    6 Version: 2.1.1
     6Version: 2.1.2
    77Author: DailyStory
    88Author URI: https://www.dailystory.com/integrations/wordpress/
     
    7575    }
    7676
    77     private function dailystory_uninstall () {
     77    public static function dailystory_uninstall() {
    7878        // Remove any options we stored
    7979        delete_option('dailystory_settings');
  • dailystory/trunk/readme.txt

    r3104023 r3164463  
    33Tags: marketing, sales, automation
    44Requires at least: 4.0
    5 Tested up to: 6.5.3
    6 Stable tag: 2.1.1
     5Tested up to: 6.6.2
     6Stable tag: 2.1.2
    77License: GNU General Public License v2.0 or later
    88
Note: See TracChangeset for help on using the changeset viewer.