Plugin Directory

Changeset 3294265


Ignore:
Timestamp:
05/15/2025 03:25:27 PM (11 months ago)
Author:
maxicomdev
Message:

tag 2.0.2

Location:
andy-votre-assistant-intelligent
Files:
1 added
2 edited
6 copied

Legend:

Unmodified
Added
Removed
  • andy-votre-assistant-intelligent/tags/2.0.2/Andy-Wordress-Extension.php

    r3294254 r3294265  
    469469      'user_id' => [
    470470        'required' => true,
    471         'validate_callback' => 'is_numeric'
     471        'validate_callback' => 'andy_validate_user_id',
    472472      ]
    473473    ],
     
    475475  ]);
    476476});
     477
     478function andy_validate_user_id($param, $request, $key) {
     479    return is_numeric($param);
     480}
    477481
    478482// Validate the X-API-Token
  • andy-votre-assistant-intelligent/tags/2.0.2/readme.txt

    r3294254 r3294265  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.2
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
  • andy-votre-assistant-intelligent/trunk/Andy-Wordress-Extension.php

    r3294254 r3294265  
    469469      'user_id' => [
    470470        'required' => true,
    471         'validate_callback' => 'is_numeric'
     471        'validate_callback' => 'andy_validate_user_id',
    472472      ]
    473473    ],
     
    475475  ]);
    476476});
     477
     478function andy_validate_user_id($param, $request, $key) {
     479    return is_numeric($param);
     480}
    477481
    478482// Validate the X-API-Token
  • andy-votre-assistant-intelligent/trunk/readme.txt

    r3294254 r3294265  
    66Requires PHP: 7.3 
    77Donate link: https://essayez-andy.fr
    8 Stable tag: 2.0.1
     8Stable tag: 2.0.2
    99License: GPLv2 or later 
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html 
Note: See TracChangeset for help on using the changeset viewer.