Plugin Directory

Changeset 2148245


Ignore:
Timestamp:
08/30/2019 07:13:52 AM (7 years ago)
Author:
clickervolt
Message:

1.131

  • Updated GiddyUp network template as they moved from Cake to Everflow client
  • Added Yep Ads network template
  • Added Big Bang Ads network template
Location:
clickervolt/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • clickervolt/trunk/admin/js/affiliate-networks.js

    r2146384 r2148245  
    6969            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("AIVIX", "aff_sub", "{aff_sub}", "{transaction_id}", "{cost}"));
    7070            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("BeeOption", "aff_sub", "{aff_sub}", "{transaction_id}", "{payout}"));
     71            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Big Bang Ads", "aff_sub", "{aff_sub}", "{transaction_id}", "{payout}"));
    7172            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("BillyMob", "sub", "{sub}", null, "{commission}"));
    7273            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("BitterStrawberry", "clickid", "{clickid}", "{transaction_id}", "{payout}"));
     
    8687            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Generic - CAKE", "s2", "#s2#", "#tid#", "#price#"));
    8788            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Generic - HasOffers", "aff_sub", "{aff_sub}", "{transaction_id}", "{payout}"));
    88             AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("GiddyUp", "s2", "#s2#", "#tid#", "#price#"));
     89            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("GiddyUp", "sub1", "{sub1}", "{transaction_id}", "{payout_amount}"));
    8990            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Global Wide Media", "s2", "#s2#", "#tid#", "#price#"));
    9091            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("JVZoo", "tid", null, null, null));
     
    105106            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("W4", "sid1", "[sid1]", "[clickid]", "[payout]"));
    106107            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("WapEmpire", "aff_sub", "{aff_sub}", "{transaction_id}", "{payout}"));
     108            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Yep Ads", "s2", "#s2#", "#tid#", "#price#"));
    107109            AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Zorka.Mobi", "ref_id", "{ref_id}", "{offer_id}", "{sum}"));
    108110        }
  • clickervolt/trunk/clickervolt.php

    r2146384 r2148245  
    55 * Plugin URI:  https://clickervolt.com/
    66 * Description: Advanced click tracking, link cloaking and affiliate campaigns management made easy.
    7  * Version:     1.130
     7 * Version:     1.131
    88 * Author:      ClickerVolt.com
    99 * License:     GPLv3
  • clickervolt/trunk/db/db.php

    r2146384 r2148245  
    1111class DB
    1212{
    13     const VERSION = 1.130;
     13    const VERSION = 1.131;
    1414
    1515    const OPTION_VERSION = 'clickervolt-version';
  • clickervolt/trunk/readme.txt

    r2146384 r2148245  
    161161* MegaPush
    162162* RichPush
     163* PushGround
    163164* Zeropark
    164165* Widget Media
     
    223224* W4
    224225* WapEmpire
     226* Yep Ads
    225227* Zorka.Mobi
    226228
     
    263265
    264266== Changelog ==
     267= 1.131 =
     268* Updated GiddyUp network template as they moved from Cake to Everflow client
     269* Added Yep Ads network template
     270* Added Big Bang Ads network template
     271
    265272= 1.130 =
    266273* Added template for SpicyOffers affiliate network
Note: See TracChangeset for help on using the changeset viewer.