Plugins Last Updated Column

설명

This plugin adds a column to the plugin’s page in WordPress’s admin to show when each plugin was last updated. This causes the plugins page to load very slowly on the first page load due to many API calls made to wordPress.org in order to retrieve the last updated information. This plugin makes 1 API call for each plugin installed. This data is cached for 24 hours. The functionality of this plugin was entirely Karissa Skirmont‘s idea. Plugin Page. Artwork compliments of Karissa

스크린샷

  • As you can see, the plugins table now has 2 columns on the right side labeled: Last Updated and Last Upgraded.
  • A page dedicated to clearing cache on the Last Updated Column.
  • Shows a WordPress MultiSite Network Plugin page with last updated / last upgraded columns.

설치

  1. Install this plugin either via the WordPress.org plugin directory, or by uploading the files to your server
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it. You’re ready to go!

후기

2019년 6월 27일
Very useful to quickly see the update status of the plugins directly in WP
2018년 3월 27일
This is a really useful plugin which I install on all my Wordpress sites - makes it easy to spot old, unmaintained plugins.
2017년 2월 19일
Got on a search for something like this after one of my websites was going belly-up periodically, and turned out it was caused by a wayyyyy old news ticker plugin. I have a plugin to monitor when my plugins need updates, but duh didn't even think about how i should catch plugins that are never updated! This is just what i was looking for to keep me informed in future. And the kind of plugin i like: does one thing, and does it well. I didn't notice any lag at all on loading the plugins page right after install (lag has been reported as - of course - it has to make connection to wordpress.org to check each plugin). Four stars, only because would like to see a recent "Last Updated:" date, and a "Compatible up to:" current WordPress version. (Even though it is simple enough that will probably work for a long time to come, it would be more reassuring if itself it has these -- that's the point, right? 😀 ) This is the kind of thing WordPress should be doing, instead of bloated stuff like customizer and jetpack :/ Thanks for this!
2016년 9월 3일
I really like to see which of my installed plugins have not been updated in a while. This is a simple colorful tool to help me do that!
2016년 9월 3일
While I'm probably a little bias about this plugin since it was my idea, the plugin in developer Steve Kohlmeyer, executed it be beautifully. At my request, in version 0.0.7, he added support for Multisite so that now they the column shows up in wp-admin/network/plugins.php. When installing, use the 'Network Activate' option. Now I'm going to have to go through them all purge the old ones or contact the plugin developers that haven't updated in over 2 years... to update.
모든 7 평가 읽기

기여자 & 개발자

“Plugins Last Updated Column”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Plugins Last Updated Column”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.1.3

  • Fixed debug warnings

0.1.2

  • Version bump – Plugin still works as expected with WordPress 6.5.2

0.1.1

  • Version bump – Plugin still works as expected with WordPress 6.0.1

0.1.0

  • Version number bump – Plugin still works as expected with WordPress 5.6

0.0.9

  • Version number bump – This plugin still works as expected with the new WordPress 5.2

0.0.8

  • Version number bump

0.0.7

  • Added support for multisite

0.0.6

  • PHP 5.2 Compliance – Calculated months may be just a bit off if you’re running PHP 5.2
  • Changed caching from 24 hours to 30 minutes.
  • Added a cache clearing option in Admin Menu > Plugins > Plugin Columns
  • Fixed screen options not hiding columns or saving
  • Added background color to whole column instead of just text
  • Fixed errors outputting if WordPress’s API cannot be reached

0.0.5

  • New column to show when the plugin was last upgraded – shows not available until each plugin is upgraded at least once.

0.0.4

  • Now outputs how long it’s been since the last update
  • Background of this text is colored based on how long it’s been: (over 2 years is red, over 1 year is orange, over 6 months is yellow and less than 6 months is green)

0.0.3

  • Updated plugin description and tags

0.0.2

  • Column is now responsive and disabled white-space wrapping for easier reading.

0.0.1

  • Plugin adds a last updated column to the plugins page of the admin.