Changeset 1562613
- Timestamp:
- 12/27/2016 10:26:23 AM (9 years ago)
- Location:
- fomo/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woocommerce-plugin-fomo.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fomo/trunk/readme.txt
r1546006 r1562613 102 102 == Changelog == 103 103 104 = 1.0.10 = 105 * Fixed installation problems affecting some users 106 104 107 = 1.0.9 = 105 108 * Added support for Yotpo reviews -
fomo/trunk/woocommerce-plugin-fomo.php
r1546006 r1562613 4 4 Plugin URI: https://www.usefomo.com 5 5 Description: Fomo displays recent orders on your WooCommerce storefront 6 Version: 1.0. 96 Version: 1.0.10 7 7 Author: fomo 8 8 Author URI: https://www.usefomo.com … … 16 16 $fomofwc_domain = 'https://notifyapp.io'; 17 17 global $fomofwc_version; 18 $fomofwc_version = '1.0. 9';18 $fomofwc_version = '1.0.10'; 19 19 $fomofwc_public_key = "-----BEGIN PUBLIC KEY----- 20 20 MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwKXALE9j5lHEVt6Yj1hK … … 104 104 </ul> 105 105 <?php 106 if (fomofwc_check( $_SERVER['SERVER_NAME'], $key)['success']) {106 if (fomofwc_check(home_url(), $key)['success']) { 107 107 global $fomofwc_domain; 108 108 $time = time(); … … 167 167 $payload = [ 168 168 'key' => $key, 169 'url' => $_SERVER['SERVER_NAME'],169 'url' => home_url(), 170 170 'email' => get_option('admin_email'), 171 171 'name' => get_option('blogname')
Note: See TracChangeset
for help on using the changeset viewer.