Changeset 1431749
- Timestamp:
- 06/06/2016 08:35:40 PM (10 years ago)
- Location:
- sharpspring-connector/trunk
- Files:
-
- 3 edited
-
inc/admin-settings.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
sharpspring.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sharpspring-connector/trunk/inc/admin-settings.php
r1364125 r1431749 54 54 ); 55 55 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; 56 64 57 65 } -
sharpspring-connector/trunk/readme.txt
r1364305 r1431749 3 3 Tags: sharpspring, sharp spring, marketing automation 4 4 Requires at least: 4 5 Tested up to: 4. 4.26 Stable tag: 1. 05 Tested up to: 4.5.2 6 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 64 64 = 1.0 = 65 65 * Initial release 66 = 1.1 = 67 * Bug fixes -
sharpspring-connector/trunk/sharpspring.php
r1364125 r1431749 3 3 Plugin Name: SharpSpring Wordpress 4 4 Description: Use SharpSpring's features in Wordpress without coding 5 Version: 1. 05 Version: 1.1 6 6 Author: Accel Web Marketing 7 7 Author URI: https://www.accelweb.ca
Note: See TracChangeset
for help on using the changeset viewer.