Changeset 514865
- Timestamp:
- 03/05/2012 07:11:47 PM (14 years ago)
- Location:
- plugin-directory-stats/trunk
- Files:
-
- 4 edited
-
japanese.txt (modified) (1 diff)
-
plugin-directory-stats-admin.php (modified) (2 diffs)
-
plugin-directory-stats.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugin-directory-stats/trunk/japanese.txt
r514627 r514865 110 110 8.履歴 111 111 112 2012/3/6 バージョン 0.1.1 リリース 113 ※ 設定画面で「3.システム情報」の「Plugin Directory Statsのバージョン」が表示されない不具合を修正。 114 ※ 設定画面で「3.システム情報」の「Plugin Directory StatsのDBバージョン」が表示されない不具合を修正。 115 ※ 設定画面で「3.システム情報」の「Plugin Directory StatsのURL」が表示されない不具合を修正。 116 112 117 2012/3/5 バージョン 0.1 リリース 113 118 -
plugin-directory-stats/trunk/plugin-directory-stats-admin.php
r514627 r514865 3 3 For dashboard 4 4 by Redcocker 5 Last modified: 2012/3/ 55 Last modified: 2012/3/6 6 6 License: GPL v2 7 7 http://www.near-mint.com/blog/ … … 92 92 <?php _e("WordPress character set:", "plugin_dir_stats") ?> <?php bloginfo("charset"); ?><br /> 93 93 <?php _e("WordPress theme:", "plugin_dir_stats") ?> <?php $plugin_dir_stats_theme = get_theme(get_current_theme()); echo $plugin_dir_stats_theme['Name'].' '.$plugin_dir_stats_theme['Version']; ?><br /> 94 <?php _e("Plugin Directory Stats version:", "plugin_dir_stats") ?> <?php echo $this->plugin_ stat_ver; ?><br />95 <?php _e("Plugin Directory Stats DB version:", "plugin_dir_stats") ?> <?php echo get_option('plugin_ stat_checkver_stamp'); ?><br />96 <?php _e("Plugin Directory Stats URL:", "plugin_dir_stats") ?> <?php echo $this->plugin_ stat_plugin_url; ?><br />94 <?php _e("Plugin Directory Stats version:", "plugin_dir_stats") ?> <?php echo $this->plugin_dir_stats_ver; ?><br /> 95 <?php _e("Plugin Directory Stats DB version:", "plugin_dir_stats") ?> <?php echo get_option('plugin_dir_stats_checkver_stamp'); ?><br /> 96 <?php _e("Plugin Directory Stats URL:", "plugin_dir_stats") ?> <?php echo $this->plugin_dir_stats_plugin_url; ?><br /> 97 97 <?php _e("Your browser:", "plugin_dir_stats") ?> <?php echo esc_html($_SERVER['HTTP_USER_AGENT']); ?> 98 98 </p> -
plugin-directory-stats/trunk/plugin-directory-stats.php
r514627 r514865 4 4 Plugin URI: http://www.near-mint.com/blog/ 5 5 Description: This plugin gets plugin's download count and other stats from WordPress.ORG and allows you to show them on your blog using shortcode. 6 Version: 0.1 6 Version: 0.1.1 7 7 Author: redcocker 8 8 Author URI: http://www.near-mint.com/blog/ … … 11 11 */ 12 12 /* 13 Last modified: 2012/3/ 513 Last modified: 2012/3/6 14 14 License: GPL v2 15 15 */ … … 34 34 class PLUGIN_DIRECTORY_STATS { 35 35 var $plugin_dir_stats_plugin_url; 36 var $plugin_dir_stats_ver = "0.1 ";36 var $plugin_dir_stats_ver = "0.1.1"; 37 37 var $plugin_dir_stats_db_ver = "0.1"; 38 38 var $plugin_dir_stats_setting_opt; -
plugin-directory-stats/trunk/readme.txt
r514627 r514865 5 5 Requires at least: 2.8 6 6 Tested up to: 3.3.1 7 Stable tag: 0.1 7 Stable tag: 0.1.1 8 8 9 9 This plugin gets plugin's download count and other stats from WordPress.ORG and allows you to show them on your blog using shortcode. … … 94 94 == Changelog == 95 95 96 = 0.1.1 = 97 * Fix a bug: "Plugin Directory Stats version" doesn't be shown in "3. Your System Info" setting section. 98 * Fix a bug: "Plugin Directory Stats DB version" doesn't be shown in "3. Your System Info" setting section. 99 * Fix a bug: "Plugin Directory Stats URL" doesn't be shown in "3. Your System Info" setting section. 100 96 101 = 0.1 = 97 102 * This is the initial release. … … 99 104 == Upgrade Notice == 100 105 106 = 0.1.1 = 107 This version has bug fixes. 108 101 109 = 0.1 = 102 110 This is the initial release.
Note: See TracChangeset
for help on using the changeset viewer.