Changeset 3239961
- Timestamp:
- 02/13/2025 09:44:45 AM (14 months ago)
- Location:
- pageapp
- Files:
-
- 18 added
- 2 edited
-
tags/1.4.5 (added)
-
tags/1.4.5/css (added)
-
tags/1.4.5/css/admin.css (added)
-
tags/1.4.5/images (added)
-
tags/1.4.5/images/pageapp20.png (added)
-
tags/1.4.5/inc (added)
-
tags/1.4.5/inc/cachelib.php (added)
-
tags/1.4.5/inc/httplib.php (added)
-
tags/1.4.5/inc/jsonlib.php (added)
-
tags/1.4.5/inc/pluginlib.php (added)
-
tags/1.4.5/inc/restlib.php (added)
-
tags/1.4.5/inc/settingslib.php (added)
-
tags/1.4.5/inc/utilslib.php (added)
-
tags/1.4.5/js (added)
-
tags/1.4.5/js/admin.js (added)
-
tags/1.4.5/pageapp-json.php (added)
-
tags/1.4.5/pageapp.php (added)
-
tags/1.4.5/readme.txt (added)
-
trunk/pageapp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pageapp/trunk/pageapp.php
r3234465 r3239961 4 4 Plugin URI: https://wordpress.org/plugins/pageapp/ 5 5 Description: Extensions to Wordpress wp-json for the PageApp API and mobile framework 6 Version: 1.4. 46 Version: 1.4.5 7 7 Author: PageApp 8 8 Author URI: https://www.pageapp.com … … 395 395 } 396 396 public static function image_sizes($post_id, $post_type = null) { 397 return self::get_attahment_urls(get_post_thumbnail_id($post_id) );398 } 399 public static function get_attahment_urls($featured_id ) {397 return self::get_attahment_urls(get_post_thumbnail_id($post_id), $post_type); 398 } 399 public static function get_attahment_urls($featured_id, $post_type = null) { 400 400 $sizes = wp_get_attachment_metadata($featured_id); 401 401 $size_data = array(); -
pageapp/trunk/readme.txt
r3234465 r3239961 3 3 Tags: pageapp, wp-json, relevanssi, search, api, rest api, post, meta, post meta 4 4 Requires at least: 3.0 5 Tested up to: 6. 5.46 Stable tag: 1.4. 45 Tested up to: 6.7.2 6 Stable tag: 1.4.5 7 7 License: © 2024 Thireen32 Pty Ltd 8 8 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=K6VKWB3HZB2T2&item_name=Donation%20to%20jameslow%2ecom¤cy_code=USD&bn=PP%2dDonationsBF&charset=UTF%2d8 … … 28 28 29 29 == Changelog == 30 31 = 1.4.5 = 32 * Fix PHP 8 warning 30 33 31 34 = 1.4.4 =
Note: See TracChangeset
for help on using the changeset viewer.