Plugin Directory

Changeset 1562613


Ignore:
Timestamp:
12/27/2016 10:26:23 AM (9 years ago)
Author:
fomo
Message:

Fixed installation problems affecting some users

Location:
fomo/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fomo/trunk/readme.txt

    r1546006 r1562613  
    102102== Changelog ==
    103103
     104= 1.0.10 =
     105* Fixed installation problems affecting some users
     106
    104107= 1.0.9 =
    105108* Added support for Yotpo reviews
  • fomo/trunk/woocommerce-plugin-fomo.php

    r1546006 r1562613  
    44Plugin URI: https://www.usefomo.com
    55Description: Fomo displays recent orders on your WooCommerce storefront
    6 Version: 1.0.9
     6Version: 1.0.10
    77Author: fomo
    88Author URI: https://www.usefomo.com
     
    1616    $fomofwc_domain = 'https://notifyapp.io';
    1717    global $fomofwc_version;
    18     $fomofwc_version = '1.0.9';
     18    $fomofwc_version = '1.0.10';
    1919    $fomofwc_public_key = "-----BEGIN PUBLIC KEY-----
    2020MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwKXALE9j5lHEVt6Yj1hK
     
    104104            </ul>
    105105            <?php
    106             if (fomofwc_check($_SERVER['SERVER_NAME'], $key)['success']) {
     106            if (fomofwc_check(home_url(), $key)['success']) {
    107107                global $fomofwc_domain;
    108108                $time = time();
     
    167167            $payload = [
    168168                'key' => $key,
    169                 'url' => $_SERVER['SERVER_NAME'],
     169                'url' => home_url(),
    170170                'email' => get_option('admin_email'),
    171171                'name' => get_option('blogname')
Note: See TracChangeset for help on using the changeset viewer.