Plugin Directory

Changeset 2531139


Ignore:
Timestamp:
05/13/2021 12:13:38 PM (5 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2482126 r2531139  
    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.126
     6Version: 1.0.127
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/singletons/response.php

    r1216457 r2531139  
    8383
    8484    function respond($result, $status = 'ok') {
     85        ob_get_clean();
    8586        global $appful_api;
    8687        $json = $this->get_json($result, $status);
     
    107108            $this->output($json);
    108109        }
     110        die();
    109111    }
    110112
Note: See TracChangeset for help on using the changeset viewer.