Plugin Directory

Changeset 2392715


Ignore:
Timestamp:
10/03/2020 08:16:24 AM (6 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2365895 r2392715  
    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.123
     6Version: 1.0.124
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/singletons/api.php

    r2365895 r2392715  
    803803            $array = $this->response->decode_json($response);
    804804            $response = $array ? $array : $response;
    805             if ($http_code == 401) {
     805            if ($http_code == 401 && $location == 'register') {
    806806                $this->save_option($this->wpml->filterVar("appful_session_id"), "");
    807807                $this->save_option("appful_invalid_session", "1");
Note: See TracChangeset for help on using the changeset viewer.