Changeset 2253191 for wp-api-stats/trunk/wp-api-stats.php
- Timestamp:
- 03/02/2020 07:52:25 PM (6 years ago)
- File:
-
- 1 edited
-
wp-api-stats/trunk/wp-api-stats.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-api-stats/trunk/wp-api-stats.php
r2139630 r2253191 1 1 <?php 2 /** 3 * @wordpress-plugin 4 * Plugin Name: WP API Stats 5 * Plugin URI: https://github.com/salar90/wp-api-stats 6 * Description: Track and Analyse WordPress API calls and requests. 7 * Version: 1.2.0 8 * Author: Salar Gholizadeh 9 * Author URI: http://salar.one/ 10 * License: GPL-2.0+ 11 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt 12 * Text Domain: api-stats 13 * Domain Path: /languages 2 /* 3 Plugin Name: WP API Stats 4 Description: Track and Analyse WordPress API calls and requests. 5 Author: Salar Gholizadeh 6 Version: 1.3.0 7 Plugin URI: https://github.com/salar90/wp-api-stats 8 Author URI: http://salar.one/ 9 License: GNU General Public License v3.0 10 License URI: http://www.gnu.org/licenses/gpl-3.0.txt 11 Text Domain: api-stats 12 Domain Path: /languages 14 13 */ 15 14
Note: See TracChangeset
for help on using the changeset viewer.