Plugin Directory

Changeset 3347171


Ignore:
Timestamp:
08/19/2025 05:06:39 PM (7 months ago)
Author:
provesource
Message:

Remove admin email collection on plugin activate, only on successful setup

Location:
provesource
Files:
22 added
2 edited

Legend:

Unmodified
Added
Removed
  • provesource/trunk/provesrc.php

    r3344621 r3347171  
    88 * Plugin Name: ProveSource
    99 * Description: ProveSource is a social proof marketing platform that works with your Wordpress and WooCommerce websites out of the box
    10  * Version: 3.0.5
     10 * Version: 3.0.6
    1111 * Author: ProveSource LTD
    1212 * Author URI: https://provesrc.com
     
    3232    public static function version()
    3333    {
    34         return '3.0.5';
     34        return '3.0.6';
    3535    }
    3636
     
    202202    }
    203203    $data = array(
    204         'email' => get_option('admin_email'),
    205204        'siteUrl' => get_site_url(),
    206205        'siteName' => get_bloginfo('name'),
     
    218217    }
    219218    $data = array(
    220         'email' => get_option('admin_email'),
    221219        'siteUrl' => get_site_url(),
    222220        'siteName' => get_bloginfo('name'),
     
    234232    }
    235233    $data = array(
    236         'email' => get_option('admin_email'),
    237234        'siteUrl' => get_site_url(),
    238235        'siteName' => get_bloginfo('name'),
  • provesource/trunk/readme.txt

    r3344623 r3347171  
    66Requires at least: 3.1.0
    77Tested up to: 6.8
    8 Stable tag: 3.0.5
     8Stable tag: 3.0.6
    99License: GPL-3.0-or-later
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.