Plugin Directory

Changeset 1450265


Ignore:
Timestamp:
07/06/2016 08:21:38 PM (10 years ago)
Author:
harshit_ps
Message:

bug fix

Location:
wp-network-stats/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-network-stats/trunk/README.txt

    r1446051 r1450265  
    55Requires at least: 4.0
    66Tested up to: 4.5.3
    7 Stable tag: 1.0.1
     7Stable tag: 1.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7777
    7878== Changelog ==
     79= 1.0.2 =
     80* Bug fix - includes all sites in sites count calculation
     81
    7982= 1.0.1 =
    8083* Bug fix
  • wp-network-stats/trunk/wp-network-stats.php

    r1445472 r1450265  
    1717 * Plugin URI:        https://github.com/sanghviharshit/wp-network-stats
    1818 * Description:       View/Export useful network statistics related to sites, users per site, plugins per site, themes and plugins for all the sites in a WordPress multisite network.
    19  * Version:           1.0.1
     19 * Version:           1.0.2
    2020 * Author:            Harshit Sanghvi
    2121 * Author URI:        http://about.me/harshit
     
    8181function set_globals() {
    8282    if ( ! defined( 'NS_VERSION' ) )
    83         define( 'NS_VERSION', '1.0.1' );
     83        define( 'NS_VERSION', '1.0.2' );
    8484    if ( ! defined( 'NS_PLUGIN' ) )
    8585        define( 'NS_PLUGIN', plugin_basename( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.