Changeset 3294265
- Timestamp:
- 05/15/2025 03:25:27 PM (11 months ago)
- Location:
- andy-votre-assistant-intelligent
- Files:
-
- 1 added
- 2 edited
- 6 copied
-
tags/2.0.2 (added)
-
tags/2.0.2/Andy (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy)
-
tags/2.0.2/Andy-Wordress-Extension.php (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php) (2 diffs)
-
tags/2.0.2/Andy/Andy.html (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/Andy.html)
-
tags/2.0.2/Andy/assets/Andy-Widget/scripts/Andy.js (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/scripts/Andy.js)
-
tags/2.0.2/Andy/assets/Andy-Widget/styles/Andy.css (copied) (copied from andy-votre-assistant-intelligent/trunk/Andy/assets/Andy-Widget/styles/Andy.css)
-
tags/2.0.2/readme.txt (copied) (copied from andy-votre-assistant-intelligent/trunk/readme.txt) (1 diff)
-
trunk/Andy-Wordress-Extension.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
andy-votre-assistant-intelligent/tags/2.0.2/Andy-Wordress-Extension.php
r3294254 r3294265 469 469 'user_id' => [ 470 470 'required' => true, 471 'validate_callback' => ' is_numeric'471 'validate_callback' => 'andy_validate_user_id', 472 472 ] 473 473 ], … … 475 475 ]); 476 476 }); 477 478 function andy_validate_user_id($param, $request, $key) { 479 return is_numeric($param); 480 } 477 481 478 482 // Validate the X-API-Token -
andy-votre-assistant-intelligent/tags/2.0.2/readme.txt
r3294254 r3294265 6 6 Requires PHP: 7.3 7 7 Donate link: https://essayez-andy.fr 8 Stable tag: 2.0. 18 Stable tag: 2.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php
r3294254 r3294265 469 469 'user_id' => [ 470 470 'required' => true, 471 'validate_callback' => ' is_numeric'471 'validate_callback' => 'andy_validate_user_id', 472 472 ] 473 473 ], … … 475 475 ]); 476 476 }); 477 478 function andy_validate_user_id($param, $request, $key) { 479 return is_numeric($param); 480 } 477 481 478 482 // Validate the X-API-Token -
andy-votre-assistant-intelligent/trunk/readme.txt
r3294254 r3294265 6 6 Requires PHP: 7.3 7 7 Donate link: https://essayez-andy.fr 8 Stable tag: 2.0. 18 Stable tag: 2.0.2 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.