Plugin Directory

Changeset 2189725


Ignore:
Timestamp:
11/11/2019 01:09:57 PM (6 years ago)
Author:
oskarn97
Message:

higher priority

Location:
appful/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r2018351 r2189725  
    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.111
     6Version: 1.0.112
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/models/post.php

    r1836884 r2189725  
    228228
    229229            remove_filter('the_content', 'likeornot_add_content');
     230            remove_filter('the_content', 'pmpro_membership_content_filter', 5);
     231            remove_filter('the_content', 'pmprosm_the_content_account_page', 30);
    230232            add_filter('a3_lazy_load_run_filter', function ($apply_lazyload) { return false; }, 11);
    231233            add_filter('bjll/enabled', '__return_false');
  • appful/trunk/readme.txt

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

    r2018350 r2189725  
    1111        $this->response = new Appful_API_Response();
    1212
    13         add_action('template_redirect', array(&$this, 'template_redirect'));
     13        add_action('template_redirect', array(&$this, 'template_redirect'), -99);
    1414        add_action('admin_menu', array(&$this, 'admin_menu'));
    1515        add_action('update_option_appful_api_base', array(&$this, 'flush_rewrite_rules'));
Note: See TracChangeset for help on using the changeset viewer.