Plugin Directory

Changeset 1491865


Ignore:
Timestamp:
09/07/2016 03:26:26 PM (9 years ago)
Author:
harshit_ps
Message:

cleaning up svn commit mess for 1.0.3

Location:
wp-network-stats/tags/1.0.3
Files:
2 added
8 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • wp-network-stats/tags/1.0.3/wp-network-stats.php

    r1489058 r1491865  
    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.3
     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.3' );
     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.