Plugin Directory

Changeset 417136


Ignore:
Timestamp:
07/30/2011 10:26:04 AM (15 years ago)
Author:
aviaxis
Message:

v 1.0.2

Location:
traffic-counter-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • traffic-counter-widget/trunk/readme.txt

    r417127 r417136  
    11=== Plugin Name ===
    22Plugin Name: Traffic Counter Widget Plugin
    3 Version: 1.0.1
     3Version: 1.0.2
    44Donate link: http://www.pixme.org/wp-content/uploads/widget-traffic-counter/
    55URI: http://www.pixme.org/wp-content/uploads/widget-traffic-counter/
    66Tags: traffic counter, user traffic, traffic widget, visitors counter
    77Requires at least: 2.8.0
    8 Tested up to: 3.2
     8Tested up to: 3.2.1
    99Stable tag: trunk
    1010PHP Version: 5.2.9
     
    4545== Changelog ==
    4646
     47= 1.0.2
     48* Monthly visitors bug fix
     49
    4750= 1.0.1
    4851* Integer number format on widget according to blog settings
  • traffic-counter-widget/trunk/wp-traffic-counter-widget.php

    r417126 r417136  
    55Description: Counts the number of visitors of your blog and shows the traffic information on a widget
    66Author: Bogdan Nicolaescu
    7 Version: 1.0.1
     7Version: 1.0.2
    88Author URI: http://www.pixme.org/
    99*/
     
    108108  <li><?php echo $options["wp_wtc_WidgetText_LastDay"].": ".number_format_i18n(get_traffic(86400,false)); ?>   </li>
    109109  <li><?php echo $options["wp_wtc_WidgetText_LastWeek"].": ".number_format_i18n(get_traffic(604800,false)); ?>  </li>
    110   <li><?php echo $options["wp_wtc_WidgetText_LastMonth"].": ".number_format_i18n(get_traffic(18144000,false)); ?> </li>
     110  <li><?php echo $options["wp_wtc_WidgetText_LastMonth"].": ".number_format_i18n(get_traffic(2592000,false)); ?> </li>
    111111  <li><?php echo $options["wp_wtc_WidgetText_Online"].": ".number_format_i18n(get_traffic(600, true)); ?>    </li>
    112112  </ul>
Note: See TracChangeset for help on using the changeset viewer.