Plugin Directory

Changeset 2360297


Ignore:
Timestamp:
08/13/2020 03:36:52 PM (6 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2334728 r2360297  
    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.121
     6Version: 1.0.122
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/readme.txt

    r2189725 r2360297  
    44Tags: mobile app, mobile, app, ios, android, plugin, iphone, blog, ipad, apps, native, builder
    55Requires at least: 3.0
    6 Tested up to: 5.2.4
     6Tested up to: 5.5
    77Stable tag: 4.5
    88License: GPLv2 or later
  • appful/trunk/singletons/api.php

    r2334672 r2360297  
    586586
    587587                $result = $this->controller->$method();
     588                ob_get_clean();
    588589                $this->response->respond($result);
    589590                exit;
  • appful/trunk/singletons/introspector.php

    r1836884 r2360297  
    253253      WHERE comment_post_ID = %d
    254254        AND comment_approved = 1
    255         AND comment_type = ''
    256255      ORDER BY comment_date
    257256    ", $post_id));
Note: See TracChangeset for help on using the changeset viewer.