Changeset 1450265
- Timestamp:
- 07/06/2016 08:21:38 PM (10 years ago)
- Location:
- wp-network-stats/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
wp-network-stats.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-network-stats/trunk/README.txt
r1446051 r1450265 5 5 Requires at least: 4.0 6 6 Tested up to: 4.5.3 7 Stable tag: 1.0. 17 Stable tag: 1.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 77 77 78 78 == Changelog == 79 = 1.0.2 = 80 * Bug fix - includes all sites in sites count calculation 81 79 82 = 1.0.1 = 80 83 * Bug fix -
wp-network-stats/trunk/wp-network-stats.php
r1445472 r1450265 17 17 * Plugin URI: https://github.com/sanghviharshit/wp-network-stats 18 18 * 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. 119 * Version: 1.0.2 20 20 * Author: Harshit Sanghvi 21 21 * Author URI: http://about.me/harshit … … 81 81 function set_globals() { 82 82 if ( ! defined( 'NS_VERSION' ) ) 83 define( 'NS_VERSION', '1.0. 1' );83 define( 'NS_VERSION', '1.0.2' ); 84 84 if ( ! defined( 'NS_PLUGIN' ) ) 85 85 define( 'NS_PLUGIN', plugin_basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.