Changeset 1491877
- Timestamp:
- 09/07/2016 03:43:44 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
r1489057 r1491877 5 5 Requires at least: 4.0 6 6 Tested up to: 4.6 7 Stable tag: 1.0. 37 Stable tag: 1.0.4 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 85 85 == Changelog == 86 = 1.0.4 = 87 * Fixing previous SVN release 88 86 89 = 1.0.3 = 87 90 * New analytics charts -
wp-network-stats/trunk/wp-network-stats.php
r1491857 r1491877 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. 219 * Version: 1.0.4 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. 2' );83 define( 'NS_VERSION', '1.0.4' ); 84 84 if ( ! defined( 'NS_PLUGIN' ) ) 85 85 define( 'NS_PLUGIN', plugin_basename( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.