Changeset 3464734
- Timestamp:
- 02/19/2026 04:52:53 AM (6 weeks ago)
- Location:
- pageapp
- Files:
-
- 18 added
- 3 edited
-
tags/1.4.7 (added)
-
tags/1.4.7/css (added)
-
tags/1.4.7/css/admin.css (added)
-
tags/1.4.7/images (added)
-
tags/1.4.7/images/pageapp20.png (added)
-
tags/1.4.7/inc (added)
-
tags/1.4.7/inc/cachelib.php (added)
-
tags/1.4.7/inc/httplib.php (added)
-
tags/1.4.7/inc/jsonlib.php (added)
-
tags/1.4.7/inc/pluginlib.php (added)
-
tags/1.4.7/inc/restlib.php (added)
-
tags/1.4.7/inc/settingslib.php (added)
-
tags/1.4.7/inc/utilslib.php (added)
-
tags/1.4.7/js (added)
-
tags/1.4.7/js/admin.js (added)
-
tags/1.4.7/pageapp-json.php (added)
-
tags/1.4.7/pageapp.php (added)
-
tags/1.4.7/readme.txt (added)
-
trunk/inc/restlib.php (modified) (1 diff)
-
trunk/pageapp.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pageapp/trunk/inc/restlib.php
r3133137 r3464734 15 15 $this->prefix = $prefix !== null ? $prefix : get_class($this); 16 16 $this->route = $route !== null ? $route : $this->route; 17 $this->add_hooks(); 17 18 } 18 19 -
pageapp/trunk/pageapp.php
r3449274 r3464734 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. 66 Version: 1.4.7 7 7 Author: PageApp 8 8 Author URI: https://www.pageapp.com -
pageapp/trunk/readme.txt
r3449274 r3464734 28 28 29 29 == Changelog == 30 31 = 1.4.7 = 32 * Latest version of wordpress rest helper library 30 33 31 34 = 1.4.6 =
Note: See TracChangeset
for help on using the changeset viewer.