Changeset 2360297
- Timestamp:
- 08/13/2020 03:36:52 PM (6 years ago)
- Location:
- appful/trunk
- Files:
-
- 4 edited
-
appful.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
-
singletons/introspector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r2334728 r2360297 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.12 16 Version: 1.0.122 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/readme.txt
r2189725 r2360297 4 4 Tags: mobile app, mobile, app, ios, android, plugin, iphone, blog, ipad, apps, native, builder 5 5 Requires at least: 3.0 6 Tested up to: 5. 2.46 Tested up to: 5.5 7 7 Stable tag: 4.5 8 8 License: GPLv2 or later -
appful/trunk/singletons/api.php
r2334672 r2360297 586 586 587 587 $result = $this->controller->$method(); 588 ob_get_clean(); 588 589 $this->response->respond($result); 589 590 exit; -
appful/trunk/singletons/introspector.php
r1836884 r2360297 253 253 WHERE comment_post_ID = %d 254 254 AND comment_approved = 1 255 AND comment_type = ''256 255 ORDER BY comment_date 257 256 ", $post_id));
Note: See TracChangeset
for help on using the changeset viewer.