Changeset 3090957
- Timestamp:
- 05/22/2024 02:13:38 PM (23 months ago)
- Location:
- ai-content-creator
- Files:
-
- 3 edited
- 10 copied
-
tags/1.2.2 (copied) (copied from ai-content-creator/trunk)
-
tags/1.2.2/admin/articulos.php (copied) (copied from ai-content-creator/trunk/admin/articulos.php)
-
tags/1.2.2/admin/configuracion.php (copied) (copied from ai-content-creator/trunk/admin/configuracion.php)
-
tags/1.2.2/admin/crear.php (copied) (copied from ai-content-creator/trunk/admin/crear.php)
-
tags/1.2.2/admin/funciones.php (copied) (copied from ai-content-creator/trunk/admin/funciones.php)
-
tags/1.2.2/admin/opciones.php (copied) (copied from ai-content-creator/trunk/admin/opciones.php) (1 diff)
-
tags/1.2.2/admin/posproduccion.php (copied) (copied from ai-content-creator/trunk/admin/posproduccion.php)
-
tags/1.2.2/ai-content-creator.php (copied) (copied from ai-content-creator/trunk/ai-content-creator.php) (1 diff)
-
tags/1.2.2/classes/class-aiccgeneracion.php (copied) (copied from ai-content-creator/trunk/classes/class-aiccgeneracion.php)
-
tags/1.2.2/readme.txt (copied) (copied from ai-content-creator/trunk/readme.txt) (2 diffs)
-
trunk/admin/opciones.php (modified) (1 diff)
-
trunk/ai-content-creator.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-content-creator/tags/1.2.2/admin/opciones.php
r3089841 r3090957 512 512 // Comprueba si la clave API tiene el formato correcto. 513 513 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 ) { 515 517 $error_code = 'aicc_apikoai defectuosa'; 516 518 $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 4 4 * Plugin URI: https://taller.abcdatos.net/ai-content-creator-wordpress/ 5 5 * Description: Creates new posts content using AI API 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ -
ai-content-creator/tags/1.2.2/readme.txt
r3089841 r3090957 4 4 Requires at least: 4.2 5 5 Tested up to: 6.5 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 Requires PHP: 5.5 8 8 License: GPLv2 … … 99 99 == Changelog == 100 100 101 = 1.2.2 = 102 May 22 2024. 103 * New sk-proj-... API keys format supported. 104 101 105 = 1.2.1 = 102 106 May 21 2024. -
ai-content-creator/trunk/admin/opciones.php
r3089841 r3090957 512 512 // Comprueba si la clave API tiene el formato correcto. 513 513 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 ) { 515 517 $error_code = 'aicc_apikoai defectuosa'; 516 518 $mensaje_error .= __( 'The format does not seem to be correct.', 'ai-content-creator' ); -
ai-content-creator/trunk/ai-content-creator.php
r3089841 r3090957 4 4 * Plugin URI: https://taller.abcdatos.net/ai-content-creator-wordpress/ 5 5 * Description: Creates new posts content using AI API 6 * Version: 1.2. 16 * Version: 1.2.2 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ -
ai-content-creator/trunk/readme.txt
r3089841 r3090957 4 4 Requires at least: 4.2 5 5 Tested up to: 6.5 6 Stable tag: 1.2. 16 Stable tag: 1.2.2 7 7 Requires PHP: 5.5 8 8 License: GPLv2 … … 99 99 == Changelog == 100 100 101 = 1.2.2 = 102 May 22 2024. 103 * New sk-proj-... API keys format supported. 104 101 105 = 1.2.1 = 102 106 May 21 2024.
Note: See TracChangeset
for help on using the changeset viewer.