Plugin Directory

Changeset 1836884


Ignore:
Timestamp:
03/09/2018 10:43:20 AM (8 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r1804619 r1836884  
    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.102
     6Version: 1.0.103
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/models/post.php

    r1804619 r1836884  
    206206            $wp_query = $single_query;
    207207
     208            $this->shortcodes = array();
     209
    208210            preg_match_all("/\[.*?\][^\[]*(\[\/.*?\])?/is", str_replace("\n", "", $content), $matches);
    209211            foreach ($matches[0] as $match) {
  • appful/trunk/singletons/api.php

    r1741743 r1836884  
    371371
    372372            if ($method) {
     373                error_reporting(0);
    373374                nocache_headers();
    374375                if (!defined("DONOTCACHEPAGE")) {
  • appful/trunk/singletons/introspector.php

    r1732495 r1836884  
    113113        }
    114114        if (!empty($posts)) {
    115             if (isset($_REQUEST["push"])) {
    116                 appful_on_post($posts[0]->ID, true);
    117             }
    118 
    119115            return $posts[0];
    120116        } else {
Note: See TracChangeset for help on using the changeset viewer.