Changeset 3080858
- Timestamp:
- 05/03/2024 10:34:03 AM (2 years ago)
- Location:
- ai-content-creator
- Files:
-
- 2 edited
- 4 copied
-
tags/1.1.4 (copied) (copied from ai-content-creator/trunk)
-
tags/1.1.4/admin/posproduccion.php (copied) (copied from ai-content-creator/trunk/admin/posproduccion.php)
-
tags/1.1.4/ai-content-creator.php (copied) (copied from ai-content-creator/trunk/ai-content-creator.php) (2 diffs)
-
tags/1.1.4/readme.txt (copied) (copied from ai-content-creator/trunk/readme.txt) (2 diffs)
-
trunk/ai-content-creator.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-content-creator/tags/1.1.4/ai-content-creator.php
r3080852 r3080858 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.1. 3-dev6 * Version: 1.1.4 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ … … 29 29 30 30 // 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'; 32 32 // Todas las prestaciones y configuración requieren estar en el panel de administración. 33 33 if ( is_admin() ) { -
ai-content-creator/tags/1.1.4/readme.txt
r3080852 r3080858 4 4 Requires at least: 4.2 5 5 Tested up to: 6.5 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 Requires PHP: 5.5 8 8 License: GPLv2 … … 101 101 = 1.1.3 = 102 102 *May 03 2024* 103 * Corrected fatal error. 104 105 = 1.1.3 = 106 *May 03 2024* 103 107 * Small performance improvements. 104 * Corrected fatal error.105 108 106 109 = 1.1.2 = -
ai-content-creator/trunk/ai-content-creator.php
r3080852 r3080858 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.1. 3-dev6 * Version: 1.1.4 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ … … 29 29 30 30 // 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'; 32 32 // Todas las prestaciones y configuración requieren estar en el panel de administración. 33 33 if ( is_admin() ) { -
ai-content-creator/trunk/readme.txt
r3080852 r3080858 4 4 Requires at least: 4.2 5 5 Tested up to: 6.5 6 Stable tag: 1.1. 36 Stable tag: 1.1.4 7 7 Requires PHP: 5.5 8 8 License: GPLv2 … … 101 101 = 1.1.3 = 102 102 *May 03 2024* 103 * Corrected fatal error. 104 105 = 1.1.3 = 106 *May 03 2024* 103 107 * Small performance improvements. 104 * Corrected fatal error.105 108 106 109 = 1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.