Plugin Directory

Changeset 1969878


Ignore:
Timestamp:
11/06/2018 02:19:13 PM (7 years ago)
Author:
oskarn97
Message:

updated

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r1917763 r1969878  
    44Plugin URI: https://appful.io/
    55Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required.
    6 Version: 1.0.108
     6Version: 1.0.109
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/singletons/api.php

    r1836884 r1969878  
    766766            if (!get_option("appful_ssl_available") && !get_option("appful_disable_ssl")) {
    767767                if (get_option("appful_last_ssl_check")+24*60*60 < time()) {
    768                     $fp = fsockopen("ssl://s". get_option("appful_server_id", 1) . ".appful.io", 443, $ErrNo, $ErrString, 30);
     768                    $fp = fsockopen("ssl://api.appful.io", 443, $ErrNo, $ErrString, 30);
    769769
    770770                    if ($fp) {
Note: See TracChangeset for help on using the changeset viewer.