Plugin Directory

Changeset 3080858


Ignore:
Timestamp:
05/03/2024 10:34:03 AM (2 years ago)
Author:
ABCdatos
Message:

1.1.4 version

Location:
ai-content-creator
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • ai-content-creator/tags/1.1.4/ai-content-creator.php

    r3080852 r3080858  
    44 * Plugin URI:  https://taller.abcdatos.net/ai-content-creator-wordpress/
    55 * Description: Creates new posts content using AI API
    6  * Version:     1.1.3-dev
     6 * Version:     1.1.4
    77 * Author:      ABCdatos
    88 * Author URI:  https://taller.abcdatos.net/
     
    2929
    3030// La autentificación 2FA ha de estar disponible a cualquier usuario externo.
    31 require_once plugin_dir_path( __FILE__ ) . 'auth.php';
     31//require_once plugin_dir_path( __FILE__ ) . 'auth.php';
    3232// Todas las prestaciones y configuración requieren estar en el panel de administración.
    3333if ( is_admin() ) {
  • ai-content-creator/tags/1.1.4/readme.txt

    r3080852 r3080858  
    44Requires at least: 4.2
    55Tested up to: 6.5
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77Requires PHP: 5.5
    88License: GPLv2
     
    101101= 1.1.3 =
    102102*May 03 2024*
     103* Corrected fatal error.
     104
     105= 1.1.3 =
     106*May 03 2024*
    103107* Small performance improvements.
    104 * Corrected fatal error.
    105108
    106109= 1.1.2 =
  • ai-content-creator/trunk/ai-content-creator.php

    r3080852 r3080858  
    44 * Plugin URI:  https://taller.abcdatos.net/ai-content-creator-wordpress/
    55 * Description: Creates new posts content using AI API
    6  * Version:     1.1.3-dev
     6 * Version:     1.1.4
    77 * Author:      ABCdatos
    88 * Author URI:  https://taller.abcdatos.net/
     
    2929
    3030// La autentificación 2FA ha de estar disponible a cualquier usuario externo.
    31 require_once plugin_dir_path( __FILE__ ) . 'auth.php';
     31//require_once plugin_dir_path( __FILE__ ) . 'auth.php';
    3232// Todas las prestaciones y configuración requieren estar en el panel de administración.
    3333if ( is_admin() ) {
  • ai-content-creator/trunk/readme.txt

    r3080852 r3080858  
    44Requires at least: 4.2
    55Tested up to: 6.5
    6 Stable tag: 1.1.3
     6Stable tag: 1.1.4
    77Requires PHP: 5.5
    88License: GPLv2
     
    101101= 1.1.3 =
    102102*May 03 2024*
     103* Corrected fatal error.
     104
     105= 1.1.3 =
     106*May 03 2024*
    103107* Small performance improvements.
    104 * Corrected fatal error.
    105108
    106109= 1.1.2 =
Note: See TracChangeset for help on using the changeset viewer.