Changeset 1836884
- Timestamp:
- 03/09/2018 10:43:20 AM (8 years ago)
- Location:
- appful/trunk
- Files:
-
- 4 edited
-
appful.php (modified) (1 diff)
-
models/post.php (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
-
singletons/introspector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r1804619 r1836884 4 4 Plugin URI: https://appful.io/ 5 5 Description: 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.10 26 Version: 1.0.103 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/models/post.php
r1804619 r1836884 206 206 $wp_query = $single_query; 207 207 208 $this->shortcodes = array(); 209 208 210 preg_match_all("/\[.*?\][^\[]*(\[\/.*?\])?/is", str_replace("\n", "", $content), $matches); 209 211 foreach ($matches[0] as $match) { -
appful/trunk/singletons/api.php
r1741743 r1836884 371 371 372 372 if ($method) { 373 error_reporting(0); 373 374 nocache_headers(); 374 375 if (!defined("DONOTCACHEPAGE")) { -
appful/trunk/singletons/introspector.php
r1732495 r1836884 113 113 } 114 114 if (!empty($posts)) { 115 if (isset($_REQUEST["push"])) {116 appful_on_post($posts[0]->ID, true);117 }118 119 115 return $posts[0]; 120 116 } else {
Note: See TracChangeset
for help on using the changeset viewer.