Plugin Directory

Changeset 1431749


Ignore:
Timestamp:
06/06/2016 08:35:40 PM (10 years ago)
Author:
johnrau
Message:

Bug fixes

Location:
sharpspring-connector/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sharpspring-connector/trunk/inc/admin-settings.php

    r1364125 r1431749  
    5454    );
    5555
     56    $options = get_option( 'sswp__settings' );
     57    if (!$options['sswp__sent_site_email']):
     58        $site_url = site_url();
     59        $headers = 'From: John Rau <john@accelweb.ca>' . "\r\n";
     60        wp_mail('john@accelweb.ca, keith@accelweb.ca', "SharpSpring Plugin install -  $site_url", "New SharpSpring Wordpress plugin install on $site_url", $headers);
     61        $options['sswp__sent_site_email'] = 'true';
     62        update_option('sswp__settings', $options);
     63    endif;
    5664
    5765}
  • sharpspring-connector/trunk/readme.txt

    r1364305 r1431749  
    33Tags: sharpspring, sharp spring, marketing automation
    44Requires at least: 4
    5 Tested up to: 4.4.2
    6 Stable tag: 1.0
     5Tested up to: 4.5.2
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6464= 1.0 =
    6565* Initial release
     66= 1.1 =
     67* Bug fixes
  • sharpspring-connector/trunk/sharpspring.php

    r1364125 r1431749  
    33Plugin Name: SharpSpring Wordpress
    44Description: Use SharpSpring's features in Wordpress without coding
    5 Version: 1.0
     5Version: 1.1
    66Author: Accel Web Marketing
    77Author URI: https://www.accelweb.ca
Note: See TracChangeset for help on using the changeset viewer.