Changeset 3150723
- Timestamp:
- 09/12/2024 10:19:29 AM (19 months ago)
- Location:
- pageapp
- Files:
-
- 18 added
- 2 edited
-
tags/1.4.2 (added)
-
tags/1.4.2/css (added)
-
tags/1.4.2/css/admin.css (added)
-
tags/1.4.2/images (added)
-
tags/1.4.2/images/pageapp20.png (added)
-
tags/1.4.2/inc (added)
-
tags/1.4.2/inc/cachelib.php (added)
-
tags/1.4.2/inc/httplib.php (added)
-
tags/1.4.2/inc/jsonlib.php (added)
-
tags/1.4.2/inc/pluginlib.php (added)
-
tags/1.4.2/inc/restlib.php (added)
-
tags/1.4.2/inc/settingslib.php (added)
-
tags/1.4.2/inc/utilslib.php (added)
-
tags/1.4.2/js (added)
-
tags/1.4.2/js/admin.js (added)
-
tags/1.4.2/pageapp-json.php (added)
-
tags/1.4.2/pageapp.php (added)
-
tags/1.4.2/readme.txt (added)
-
trunk/pageapp.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pageapp/trunk/pageapp.php
r3133137 r3150723 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. 16 Version: 1.4.2 7 7 Author: PageApp 8 8 Author URI: https://www.pageapp.com … … 518 518 $parameters = $request->get_query_params(); 519 519 if (strpos($request->get_route(),'/wp/v2') === 0 520 && isset($parameters['search']) && $parameters['search'] != '' ) {520 && isset($parameters['search']) && $parameters['search'] != '' && self::relevanssi_installed()) { 521 521 return self::relevanssi_request($request); 522 522 } else { -
pageapp/trunk/readme.txt
r3133137 r3150723 4 4 Requires at least: 3.0 5 5 Tested up to: 6.5.4 6 Stable tag: 1.4. 16 Stable tag: 1.4.2 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.2 = 32 * Fix for when Relevanssi enabled in PageApp but not installed 30 33 31 34 = 1.4.1 =
Note: See TracChangeset
for help on using the changeset viewer.