Plugin Directory


Ignore:
Timestamp:
03/02/2020 07:52:25 PM (6 years ago)
Author:
salar6990
Message:

update trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-api-stats/trunk/wp-api-stats.php

    r2139630 r2253191  
    11<?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/*
     3Plugin Name: WP API Stats
     4Description: Track and Analyse WordPress API calls and requests.
     5Author: Salar Gholizadeh
     6Version: 1.3.0
     7Plugin URI: https://github.com/salar90/wp-api-stats
     8Author URI: http://salar.one/
     9License: GNU General Public License v3.0
     10License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     11Text Domain: api-stats
     12Domain Path: /languages
    1413 */
    1514
Note: See TracChangeset for help on using the changeset viewer.