Changeset 1734667
- Timestamp:
- 09/23/2017 09:55:58 AM (9 years ago)
- Location:
- appful/trunk
- Files:
-
- 2 edited
-
appful.php (modified) (1 diff)
-
singletons/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
appful/trunk/appful.php
r1733618 r1734667 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.9 86 Version: 1.0.99 7 7 Author: appful GmbH 8 8 Author URI: https://appful.io/ -
appful/trunk/singletons/api.php
r1732895 r1734667 50 50 add_filter('redirect_canonical', array(&$this, 'cancel_redirect_canonical')); 51 51 52 add_image_size('appful-large', 800, 300, false);52 add_image_size('appful-large', 1024, 1024, false); 53 53 } 54 54
Note: See TracChangeset
for help on using the changeset viewer.