Plugin Directory

Changeset 2288427


Ignore:
Timestamp:
04/21/2020 01:52:12 PM (6 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2275127 r2288427  
    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.113
     6Version: 1.0.114
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/singletons/query.php

    r1365993 r2288427  
    181181            } else if (is_date()) {
    182182                return 'get_date_posts';
    183             } else if (is_404()) {
    184                 return '404';
    185183            } else if(is_array($wp_query->posts)) {
    186184                return "get_recent_posts";
Note: See TracChangeset for help on using the changeset viewer.