Changeset 3130867
- Timestamp:
- 08/05/2024 07:54:16 AM (20 months ago)
- Location:
- magic-robots-txt
- Files:
-
- 1 deleted
- 4 edited
- 7 copied
-
tags/1.0.7 (copied) (copied from magic-robots-txt/trunk)
-
tags/1.0.7/admin/archivo.php (copied) (copied from magic-robots-txt/trunk/admin/archivo.php)
-
tags/1.0.7/admin/opciones.php (copied) (copied from magic-robots-txt/trunk/admin/opciones.php)
-
tags/1.0.7/includes/robots.php (modified) (1 diff)
-
tags/1.0.7/lista-opciones.php (copied) (copied from magic-robots-txt/trunk/lista-opciones.php)
-
tags/1.0.7/lista_opciones.php (deleted)
-
tags/1.0.7/magic-robots-txt.php (copied) (copied from magic-robots-txt/trunk/magic-robots-txt.php) (1 diff)
-
tags/1.0.7/readme.txt (copied) (copied from magic-robots-txt/trunk/readme.txt) (2 diffs)
-
tags/1.0.7/uninstall.php (copied) (copied from magic-robots-txt/trunk/uninstall.php)
-
trunk/includes/robots.php (modified) (1 diff)
-
trunk/magic-robots-txt.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-robots-txt/tags/1.0.7/includes/robots.php
r3018299 r3130867 146 146 // 2 domesticar 147 147 // 3 bloquear 148 $accion = mrt_conf_carga() + mrt_conf_ahorro() - mrt_interes_robot( $tipo_robot) - 1;148 $accion = intval( mrt_conf_carga() ) + intval( mrt_conf_ahorro() ) - intval( mrt_interes_robot( $tipo_robot ) ) - 1; 149 149 if ( $accion < 0 ) { 150 150 $accion = 0; -
magic-robots-txt/tags/1.0.7/magic-robots-txt.php
r3061689 r3130867 4 4 * Plugin URI: https://taller.abcdatos.net/robots-txt-wordpress/ 5 5 * Description: Manages robots access control via robots.txt 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ -
magic-robots-txt/tags/1.0.7/readme.txt
r3129275 r3130867 4 4 Requires at least: 4.2 5 5 Tested up to: 6.6 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 5.4 8 8 License: GPLv2 … … 95 95 == Changelog == 96 96 97 = 1.0.7 - Aug 5, 2024 = 98 - Fixed bug when no initial configiration is done. 99 97 100 = 1.0.6 - Aug 1, 2024 = 98 101 - WordPress 6.6 basic compatibility checked. -
magic-robots-txt/trunk/includes/robots.php
r3018299 r3130867 146 146 // 2 domesticar 147 147 // 3 bloquear 148 $accion = mrt_conf_carga() + mrt_conf_ahorro() - mrt_interes_robot( $tipo_robot) - 1;148 $accion = intval( mrt_conf_carga() ) + intval( mrt_conf_ahorro() ) - intval( mrt_interes_robot( $tipo_robot ) ) - 1; 149 149 if ( $accion < 0 ) { 150 150 $accion = 0; -
magic-robots-txt/trunk/magic-robots-txt.php
r3061689 r3130867 4 4 * Plugin URI: https://taller.abcdatos.net/robots-txt-wordpress/ 5 5 * Description: Manages robots access control via robots.txt 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: ABCdatos 8 8 * Author URI: https://taller.abcdatos.net/ -
magic-robots-txt/trunk/readme.txt
r3129275 r3130867 4 4 Requires at least: 4.2 5 5 Tested up to: 6.6 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 Requires PHP: 5.4 8 8 License: GPLv2 … … 95 95 == Changelog == 96 96 97 = 1.0.7 - Aug 5, 2024 = 98 - Fixed bug when no initial configiration is done. 99 97 100 = 1.0.6 - Aug 1, 2024 = 98 101 - WordPress 6.6 basic compatibility checked.
Note: See TracChangeset
for help on using the changeset viewer.