Changeset 3482874
- Timestamp:
- 03/15/2026 04:33:32 AM (2 weeks ago)
- Location:
- pageapp
- Files:
-
- 18 added
- 3 edited
-
tags/1.5.3 (added)
-
tags/1.5.3/css (added)
-
tags/1.5.3/css/admin.css (added)
-
tags/1.5.3/images (added)
-
tags/1.5.3/images/pageapp20.png (added)
-
tags/1.5.3/inc (added)
-
tags/1.5.3/inc/cachelib.php (added)
-
tags/1.5.3/inc/httplib.php (added)
-
tags/1.5.3/inc/jsonlib.php (added)
-
tags/1.5.3/inc/pluginlib.php (added)
-
tags/1.5.3/inc/restlib.php (added)
-
tags/1.5.3/inc/settingslib.php (added)
-
tags/1.5.3/inc/utilslib.php (added)
-
tags/1.5.3/js (added)
-
tags/1.5.3/js/admin.js (added)
-
tags/1.5.3/pageapp-json.php (added)
-
tags/1.5.3/pageapp.php (added)
-
tags/1.5.3/readme.txt (added)
-
trunk/inc/restlib.php (modified) (3 diffs)
-
trunk/pageapp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pageapp/trunk/inc/restlib.php
r3476146 r3482874 2 2 /* 3 3 * File: restlib.php 4 * Date: 202503 064 * Date: 20250315 5 5 * Author: James D. Low 6 6 * URL: http://jameslow.com … … 280 280 } catch (Exception $e) { 281 281 $this->error($e); 282 } catch (TypeError $e) { 283 $this->error($e); 282 284 } 283 285 $this->active = false; … … 292 294 } catch (Exception $e) { 293 295 $result = new WP_Error('error', $e->getMessage()); 296 } catch (TypeError $e) { 297 $result = new WP_Error('error', $e->getMessage()); 294 298 } 295 299 $this->active = false; -
pageapp/trunk/pageapp.php
r3476146 r3482874 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.5. 26 Version: 1.5.3 7 7 Author: PageApp 8 8 Author URI: https://www.thirteen.com/ -
pageapp/trunk/readme.txt
r3476146 r3482874 4 4 Requires at least: 4.0 5 5 Tested up to: 6.9 6 Stable tag: 1.5. 26 Stable tag: 1.5.3 7 7 License: MIT 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 … … 29 29 == Changelog == 30 30 31 = 1.5.3 = 32 * Latest version of restlib library 20250315 33 31 34 = 1.5.2 = 32 * Latest version of restlib library 35 * Latest version of restlib library 20250306 33 36 34 37 = 1.5.1 =
Note: See TracChangeset
for help on using the changeset viewer.