Linux 软件免费装
Banner图

WP Plugin Repo Stats

开发者 jp2112
更新时间 2014年8月17日 01:01
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 3.9
版权: GPLv2 or later
版权网址: 版权信息

标签

plugin wordpress stats download developer count rating rounded

下载

详情介绍:

Are you a WordPress plugin developer who wants to show off how many plugins you have in the repo and how many times they've been downloaded? Then look no further. This plugin lists all of the plugins you have made available on wordpress.org. Using a shortcode on posts or pages, it creates a table listing each plugin and how many downloads it has, as well as the plugin rating. Disclaimer: This plugin is not affiliated with or endorsed by WordPress. If you need help with this plugin If this plugin breaks your site or just flat out does not work, please go to Compatibility and click "Broken" after verifying your WordPress version and the version of the plugin you are using. Then, create a thread in the Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed. Please do not use the Reviews section to report issues or request new features. Features Inspired by http://www.viper007bond.com/wordpress-plugins/wordpress-download-counter/ and modeled after http://lesterchan.net/portfolio/programming/php/ Shortcode To display on any post or page, use this shortcode: [plugin-repo-stats] Make sure you go to the plugin settings page after installing to set options. If you use and enjoy this plugin, please rate it and click the "Works" button below so others know that it works with the latest version of WordPress.

安装:

  1. Upload plugin through the WordPress interface.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings » WordPress Plugin Repo Stats and configure the plugin.
  4. Insert shortcode on posts or pages, or call PHP function from functions.php or another plugin.
To remove this plugin, go to the 'Plugins' menu in WordPress, find the plugin in the listing and click "Deactivate". After the page refreshes, find the plugin again in the listing and click "Delete".

屏幕截图:

  • Plugin settings page
  • Screenshot of plugin in action on my site
  • Screenshot of single plugin output display

升级注意事项:

0.3.1
  • updated .pot file and readme
0.3.0
  • fixed validation issue
0.2.9
  • compressed CSS file
0.2.8
  • code fix; internationalization of dates/times; admin CSS and page updates
0.2.7
  • fixed issue with invalid counts
0.2.6
  • updated support tab
0.2.5
  • new parameter "pluginname" pass in the name of your plugin and it shows download info for only that plugin; code optimizations; use 'uid' or 'userid' as the wordpress.org userid parameter name; default cache time changed to 12 hours (43200 seconds); minor code fix
0.2.4
  • fix for wp_kses
0.2.3
  • some minor code optimizations, verified compatibility with 3.9
0.2.2
  • OK, I am going to stop playing with the plugin now. Version check rolled back (again)
0.2.1
  • prepare strings for internationalization, plugin now requires WP 3.5 and PHP 5.0 and above, minor code optimization
0.2.0
  • minor plugin settings page update, minor code update
0.1.9
  • added submit button to the top of the plugin settings page, spruced up the plugin settings page, minor CSS changes, minor bug with parameter table on plugin settings page
0.1.8
  • suppress PHP warning with HTML parsing,
  • removed screen_icon() (deprecated),
  • updated for WP 3.8.1
0.1.7
  • All CSS and JS automatically busts cache
0.1.6
  • refactored admin CSS
  • added helpful links on plugin settings page and plugins page
0.1.5
  • added dynamic wording if only one plugin available
  • added div class wrapped around the "Number of times my WordPress plugins have been downloaded" sentence so it can be hidden via CSS
0.1.4 fixed uninstall routine, actually deletes options now 0.1.3
  • updated the plugin settings page list of parameters to indicate whether they are required or not
  • updated FAQ section of readme.txt
0.1.2 some security hardening added 0.1.1 minor admin code update 0.1.0
  • target="_blank" is deprecated, replaced with javascript fallback
0.0.9
  • minor code refactoring
0.0.8
  • minor code refactoring
  • added shortcode defaults display on settings page
0.0.7 rollback sanitation 0.0.6
  • sanitize some inputs to reduce attack vectors
  • added donate link on admin page
  • admin page CSS added
  • minor admin page tweaks
0.0.5
  • moved quicktag script further down the page
  • minor admin page update
  • added option to open links in new window
  • minor code refactoring
  • css file refactoring
0.0.4
  • updated admin messages code
  • output can be sorted by plugin name either ascending or descending
  • updated readme
0.0.3
  • added admin menu
  • option to exclude star ratings
  • added rel=nofollow option
0.0.2 added stars rating, WP logo, changed default cache time to one hour

更新日志:

0.3.1 0.3.0 0.2.9 0.2.8 0.2.7 0.2.6 0.2.5 0.2.4 0.2.3 0.2.2 0.2.1 0.2.0 0.1.9 0.1.8 0.1.7 0.1.6 0.1.5 0.1.4 fixed uninstall routine, actually deletes options now 0.1.3 0.1.2 some security hardening added 0.1.1 minor admin code update 0.1.0 0.0.9 0.0.8 0.0.7 rollback sanitation 0.0.6 0.0.5 0.0.4 0.0.3 0.0.2 added stars rating, WP logo, changed default cache time to one hour 0.0.1 created