Descripción
This plugin will query the WordPress.org servers in a background task to determine the number of days since the last SVN update.
This plugin has no interface. It only runs a background task daily and then modifies the main plugin table by adding the number of days since the plugin was last updated.
This plugin has not been tested with multi-site yet.
Feel free to contribute to this plugin on GitHub!
Capturas
Instalación
- Upload
plugin-name.php
to the/wp-content/plugins/
directory - Activa el plugin desde el menú ‘Plugins’ de WordPress
FAQ
-
Does this work with multisite?
-
Esto aún no se ha probado.
-
Why does this check all plugins instead of just activated plugins?
-
El código antiguo es el código antiguo.
-
Not all of my plugins are showing a last updated date
-
Este plugin consulta la base de datos de WordPress.org a través de la API oficial. Si tu plugin no aparece en esta base de datos, no mostraremos su fecha.
Además, este plugin (a partir de la versión 3.0.0) se ejecuta por lotes, ejecutando 10 plugins a la vez. Intenta recargar por sí mismo, pero dependiendo de su configuración esto puede o no funcionar.
-
I’ve activated this plugin, now what?
-
Dependiendo de la cantidad de plugins que tengas instalados, puede llevar un par de minutos encontrar la última fecha de actualización de cada plugin instalado. Ve a la página de plugins y actualiza cada par de segundos. Si no ves las notas después de 5 minutos, puede haber un problema real. Si tu servidor no es capaz de hacer llamadas remotas, este plugin no funcionará. Además, si has desactivado el sistema de programación de WordPress este plugin no funcionará.
Reseñas
Colaboradores y desarrolladores
«Vendi Abandoned Plugin Check» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Vendi Abandoned Plugin Check» está traducido en 2 idiomas. Gracias a los traductores por sus contribuciones.
Traduce «Vendi Abandoned Plugin Check» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
4.0.0
- Require PHP 7 or greater
- WP 6.4 tested
3.7.2
- WP 6.3 tested
3.7.0
- Switching to GitHub for development, using actions for deploy to SVN
3.5.8
- WP 5.9 tested
3.5.7
- Probado en WP 5.7
3.3.3
- Probado en WP 5.2
3.3.2
- Se ha silenciado un error que podía producirse si el servidor no podía resolver el DNS a sí mismo
- Corregidos los saltos de línea en el léame
- Probado en WP 4.9.5
3.3.0
- Changed API check to use SVN slug instead of Plugin slug. Thanks Scott Neader and Bob Lindner!
- Added an option to log actions for debugging at the code-level (beta)
- WP 4.5 tested
3.2.1
- Probado en WP 4.4
3.2.0
- On this plugin update, force reset of stored timestamps
3.1.3
- Probado en WP 4.3
3.1.1
- Upon activation clean up any remaining previous installs just in case the plugin wasn’t property deactivated
3.1.0
- Removed mu support for now so that we can use the register_activation_hook
3.0.0
- Cron jobs are now executed in batches to avoid timing out with lots of plugins
- Fixed some styling for highlighting abandoned plugins on the plugin search screen in WP 3.9 and less
- Renamed cron hooks and transients for clarity
2.0.0
- Added support for highlighting abandoned plugins on the plugin search screen
1.0.2
- Version bump for internal folder re-org
1.0.1
- Added icons
1.0.0
- Versión inicial