Plugin Directory

Changeset 1804619


Ignore:
Timestamp:
01/17/2018 03:51:40 PM (8 years ago)
Author:
oskarn97
Message:

update

Location:
appful/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

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

    r1733499 r1804619  
    206206            $wp_query = $single_query;
    207207
    208             preg_match_all("/\[.*?\]/i", $content, $matches);
     208            preg_match_all("/\[.*?\][^\[]*(\[\/.*?\])?/is", str_replace("\n", "", $content), $matches);
    209209            foreach ($matches[0] as $match) {
    210210                $array = explode(" ", trim($match, "[/]"));
Note: See TracChangeset for help on using the changeset viewer.