Changeset 3157211
- Timestamp:
- 09/25/2024 03:46:13 AM (18 months ago)
- Location:
- ai-content-creator
- Files:
-
- 3 edited
- 11 copied
-
tags/1.2.4 (copied) (copied from ai-content-creator/trunk)
-
tags/1.2.4/admin/articulos.php (copied) (copied from ai-content-creator/trunk/admin/articulos.php)
-
tags/1.2.4/admin/configuracion.php (copied) (copied from ai-content-creator/trunk/admin/configuracion.php)
-
tags/1.2.4/admin/crear.php (copied) (copied from ai-content-creator/trunk/admin/crear.php)
-
tags/1.2.4/admin/funciones.php (copied) (copied from ai-content-creator/trunk/admin/funciones.php)
-
tags/1.2.4/admin/opciones.php (copied) (copied from ai-content-creator/trunk/admin/opciones.php) (1 diff)
-
tags/1.2.4/admin/posproduccion.php (copied) (copied from ai-content-creator/trunk/admin/posproduccion.php)
-
tags/1.2.4/ai-content-creator.php (copied) (copied from ai-content-creator/trunk/ai-content-creator.php) (1 diff)
-
tags/1.2.4/classes/class-aiccgeneracion.php (copied) (copied from ai-content-creator/trunk/classes/class-aiccgeneracion.php)
-
tags/1.2.4/readme.txt (copied) (copied from ai-content-creator/trunk/readme.txt) (2 diffs)
-
tags/1.2.4/uninstall.php (copied) (copied from ai-content-creator/trunk/uninstall.php)
-
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.4/admin/opciones.php
r3090957 r3157211 511 511 if ( ! empty( $input[ $setting ] ) ) { 512 512 // Comprueba si la clave API tiene el formato correcto. 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 ] ) &&515 ! preg_match( '/^(sk\-proj\-)?[a-z0-9]{32, 48}$/i', $input[ $setting ] )513 if ( ! preg_match( '/^(sk\-)?[a-z0-9]{32,96}$/i', $input[ $setting ] ) && 514 ! preg_match( '/^(sk\-project\-)?[a-z0-9]{32,96}$/i', $input[ $setting ] ) && 515 ! preg_match( '/^(sk\-proj\-)?[a-z0-9]{32,96}$/i', $input[ $setting ] ) 516 516 ) { 517 517 $error_code = 'aicc_apikoai defectuosa'; -
ai-content-creator/tags/1.2.4/ai-content-creator.php
r3114123 r3157211 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. 36 * Version: 1.2.4 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ -
ai-content-creator/tags/1.2.4/readme.txt
r3114123 r3157211 4 4 Requires at least: 4.2 5 5 Tested up to: 6.6 6 Stable tag: 1.2. 36 Stable tag: 1.2.4 7 7 Requires PHP: 5.5 8 8 License: GPLv2 … … 99 99 == Changelog == 100 100 101 = 1.2.2 = 102 May 22 2024. 103 * Longer API keys format supported. 104 101 105 = 1.2.3 = 102 106 May 24 2024. -
ai-content-creator/trunk/admin/opciones.php
r3090957 r3157211 511 511 if ( ! empty( $input[ $setting ] ) ) { 512 512 // Comprueba si la clave API tiene el formato correcto. 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 ] ) &&515 ! preg_match( '/^(sk\-proj\-)?[a-z0-9]{32, 48}$/i', $input[ $setting ] )513 if ( ! preg_match( '/^(sk\-)?[a-z0-9]{32,96}$/i', $input[ $setting ] ) && 514 ! preg_match( '/^(sk\-project\-)?[a-z0-9]{32,96}$/i', $input[ $setting ] ) && 515 ! preg_match( '/^(sk\-proj\-)?[a-z0-9]{32,96}$/i', $input[ $setting ] ) 516 516 ) { 517 517 $error_code = 'aicc_apikoai defectuosa'; -
ai-content-creator/trunk/ai-content-creator.php
r3114123 r3157211 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. 36 * Version: 1.2.4 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ -
ai-content-creator/trunk/readme.txt
r3114123 r3157211 4 4 Requires at least: 4.2 5 5 Tested up to: 6.6 6 Stable tag: 1.2. 36 Stable tag: 1.2.4 7 7 Requires PHP: 5.5 8 8 License: GPLv2 … … 99 99 == Changelog == 100 100 101 = 1.2.2 = 102 May 22 2024. 103 * Longer API keys format supported. 104 101 105 = 1.2.3 = 102 106 May 24 2024.
Note: See TracChangeset
for help on using the changeset viewer.