Plugin Directory

Changeset 3090957


Ignore:
Timestamp:
05/22/2024 02:13:38 PM (23 months ago)
Author:
ABCdatos
Message:

1.2.2 version

Location:
ai-content-creator
Files:
3 edited
10 copied

Legend:

Unmodified
Added
Removed
  • ai-content-creator/tags/1.2.2/admin/opciones.php

    r3089841 r3090957  
    512512        // Comprueba si la clave API tiene el formato correcto.
    513513        if ( ! preg_match( '/^(sk\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] ) &&
    514         ! preg_match( '/^(sk\-project\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] ) ) {
     514        ! preg_match( '/^(sk\-project\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] ) &&
     515        ! preg_match( '/^(sk\-proj\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] )
     516        ) {
    515517            $error_code     = 'aicc_apikoai defectuosa';
    516518            $mensaje_error .= __( 'The format does not seem to be correct.', 'ai-content-creator' );
  • ai-content-creator/tags/1.2.2/ai-content-creator.php

    r3089841 r3090957  
    44 * Plugin URI:  https://taller.abcdatos.net/ai-content-creator-wordpress/
    55 * Description: Creates new posts content using AI API
    6  * Version:     1.2.1
     6 * Version:     1.2.2
    77 * Author:      ABCdatos
    88 * Author URI:  https://taller.abcdatos.net/
  • ai-content-creator/tags/1.2.2/readme.txt

    r3089841 r3090957  
    44Requires at least: 4.2
    55Tested up to: 6.5
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 5.5
    88License: GPLv2
     
    9999== Changelog ==
    100100
     101= 1.2.2 =
     102May 22 2024.
     103* New sk-proj-... API keys format supported.
     104
    101105= 1.2.1 =
    102106May 21 2024.
  • ai-content-creator/trunk/admin/opciones.php

    r3089841 r3090957  
    512512        // Comprueba si la clave API tiene el formato correcto.
    513513        if ( ! preg_match( '/^(sk\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] ) &&
    514         ! preg_match( '/^(sk\-project\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] ) ) {
     514        ! preg_match( '/^(sk\-project\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] ) &&
     515        ! preg_match( '/^(sk\-proj\-)?[a-z0-9]{32,48}$/i', $input[ $setting ] )
     516        ) {
    515517            $error_code     = 'aicc_apikoai defectuosa';
    516518            $mensaje_error .= __( 'The format does not seem to be correct.', 'ai-content-creator' );
  • ai-content-creator/trunk/ai-content-creator.php

    r3089841 r3090957  
    44 * Plugin URI:  https://taller.abcdatos.net/ai-content-creator-wordpress/
    55 * Description: Creates new posts content using AI API
    6  * Version:     1.2.1
     6 * Version:     1.2.2
    77 * Author:      ABCdatos
    88 * Author URI:  https://taller.abcdatos.net/
  • ai-content-creator/trunk/readme.txt

    r3089841 r3090957  
    44Requires at least: 4.2
    55Tested up to: 6.5
    6 Stable tag: 1.2.1
     6Stable tag: 1.2.2
    77Requires PHP: 5.5
    88License: GPLv2
     
    9999== Changelog ==
    100100
     101= 1.2.2 =
     102May 22 2024.
     103* New sk-proj-... API keys format supported.
     104
    101105= 1.2.1 =
    102106May 21 2024.
Note: See TracChangeset for help on using the changeset viewer.