Plugin Directory

Changeset 2227025


Ignore:
Timestamp:
01/14/2020 10:32:38 AM (6 years ago)
Author:
yieldscale
Message:
  • enable auto-ads.txt update, head and body script customization
  • YieldScale API Endpoint Update from V1 to V1.1
Location:
yieldscale
Files:
14 added
3 edited

Legend:

Unmodified
Added
Removed
  • yieldscale/trunk/includes/class-yieldscale-api.php

    r2136238 r2227025  
    55 */
    66class Yieldscale_API{
    7     const URL ="https://api.yieldscale.com/v1";
     7    const URL ="https://api.yieldscale.com/v1.1";
    88    private $api_key;
    99    private $user_secret;
  • yieldscale/trunk/readme.txt

    r2215104 r2227025  
    55Tested up to: 5.3
    66Requires PHP: 5.6
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    115115== Changelog ==
    116116
     117= 1.2 =
     118
     119* enable auto-ads.txt update, head and body script customization
     120* YieldScale API Endpoint Update from V1 to V1.1
     121
    117122= 1.1 =
    118123
  • yieldscale/trunk/yieldscale.php

    r2215026 r2227025  
    44 * Plugin URI:        https://yieldscale.com
    55 * Description:       Display ads from YieldScale.com on your WordPress blog
    6  * Version:           1.1
     6 * Version:           1.2
    77 * Author:            yieldscale
    88 * Author URI:        https://wpadvancedads.com
Note: See TracChangeset for help on using the changeset viewer.