Changeset 2148245
- Timestamp:
- 08/30/2019 07:13:52 AM (7 years ago)
- Location:
- clickervolt/trunk
- Files:
-
- 4 edited
-
admin/js/affiliate-networks.js (modified) (3 diffs)
-
clickervolt.php (modified) (1 diff)
-
db/db.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clickervolt/trunk/admin/js/affiliate-networks.js
r2146384 r2148245 69 69 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("AIVIX", "aff_sub", "{aff_sub}", "{transaction_id}", "{cost}")); 70 70 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}")); 71 72 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("BillyMob", "sub", "{sub}", null, "{commission}")); 72 73 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("BitterStrawberry", "clickid", "{clickid}", "{transaction_id}", "{payout}")); … … 86 87 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Generic - CAKE", "s2", "#s2#", "#tid#", "#price#")); 87 88 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Generic - HasOffers", "aff_sub", "{aff_sub}", "{transaction_id}", "{payout}")); 88 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("GiddyUp", "s 2", "#s2#", "#tid#", "#price#"));89 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("GiddyUp", "sub1", "{sub1}", "{transaction_id}", "{payout_amount}")); 89 90 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Global Wide Media", "s2", "#s2#", "#tid#", "#price#")); 90 91 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("JVZoo", "tid", null, null, null)); … … 105 106 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("W4", "sid1", "[sid1]", "[clickid]", "[payout]")); 106 107 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("WapEmpire", "aff_sub", "{aff_sub}", "{transaction_id}", "{payout}")); 108 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Yep Ads", "s2", "#s2#", "#tid#", "#price#")); 107 109 AffiliateNetworkHelper.registerNetwork(new AffiliateNetwork("Zorka.Mobi", "ref_id", "{ref_id}", "{offer_id}", "{sum}")); 108 110 } -
clickervolt/trunk/clickervolt.php
r2146384 r2148245 5 5 * Plugin URI: https://clickervolt.com/ 6 6 * Description: Advanced click tracking, link cloaking and affiliate campaigns management made easy. 7 * Version: 1.13 07 * Version: 1.131 8 8 * Author: ClickerVolt.com 9 9 * License: GPLv3 -
clickervolt/trunk/db/db.php
r2146384 r2148245 11 11 class DB 12 12 { 13 const VERSION = 1.13 0;13 const VERSION = 1.131; 14 14 15 15 const OPTION_VERSION = 'clickervolt-version'; -
clickervolt/trunk/readme.txt
r2146384 r2148245 161 161 * MegaPush 162 162 * RichPush 163 * PushGround 163 164 * Zeropark 164 165 * Widget Media … … 223 224 * W4 224 225 * WapEmpire 226 * Yep Ads 225 227 * Zorka.Mobi 226 228 … … 263 265 264 266 == 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 265 272 = 1.130 = 266 273 * Added template for SpicyOffers affiliate network
Note: See TracChangeset
for help on using the changeset viewer.