Version Description
- Release Date: July 6, 2015
- Report data shown by date of registration
Download this release
Release Info
Developer | Affilinet |
Plugin | affilinet Performance Ads |
Version | 1.7 |
Comparing to | |
See all releases |
Code changes from version 1.6 to 1.7
- .gitignore +1 -0
- affilinet.php +1 -1
- classes/Api.php +1 -1
- readme.txt +5 -1
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.idea
|
affilinet.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Affilinet Performance Ads
|
5 |
Description: Integrate our data driven and automated performance display plugin into your WordPress platform and serve your users targeted ads in real time.
|
6 |
-
Version: 1.
|
7 |
Author: Affilinet
|
8 |
Author URI: https://www.affili.net/de/publisher/tools/performance-ads
|
9 |
License: GPLv2 or later
|
3 |
/*
|
4 |
Plugin Name: Affilinet Performance Ads
|
5 |
Description: Integrate our data driven and automated performance display plugin into your WordPress platform and serve your users targeted ads in real time.
|
6 |
+
Version: 1.7
|
7 |
Author: Affilinet
|
8 |
Author URI: https://www.affili.net/de/publisher/tools/performance-ads
|
9 |
License: GPLv2 or later
|
classes/Api.php
CHANGED
@@ -40,7 +40,7 @@ class Affilinet_Api
|
|
40 |
'EndDate' => (int)date_format($end_date, 'U'),
|
41 |
'SubId' => '',
|
42 |
'ProgramTypes' => 'All',
|
43 |
-
'ValuationType' => '
|
44 |
'ProgramId' => Affilinet_PerformanceAds::getProgramIdByPlatform(get_option('affilinet_platform'))
|
45 |
|
46 |
)
|
40 |
'EndDate' => (int)date_format($end_date, 'U'),
|
41 |
'SubId' => '',
|
42 |
'ProgramTypes' => 'All',
|
43 |
+
'ValuationType' => 'DateOfRegistration',
|
44 |
'ProgramId' => Affilinet_PerformanceAds::getProgramIdByPlatform(get_option('affilinet_platform'))
|
45 |
|
46 |
)
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: Affilinet, teraone
|
|
3 |
Tags: advertising, affilinet, affiliate marketing, display, advertisement, vermarktung, geld verdienen, online marketing, marketing, performance
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.2
|
6 |
-
Stable tag: 1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -59,6 +59,10 @@ You can download the Plugin from Wordpress Plugin repository or install manually
|
|
59 |
|
60 |
== Changelog ==
|
61 |
|
|
|
|
|
|
|
|
|
62 |
= 1.6 =
|
63 |
* Release Date: June 29, 2015
|
64 |
* Fixing TinyMCE Button Image
|
3 |
Tags: advertising, affilinet, affiliate marketing, display, advertisement, vermarktung, geld verdienen, online marketing, marketing, performance
|
4 |
Requires at least: 3.0.1
|
5 |
Tested up to: 4.2
|
6 |
+
Stable tag: 1.7
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.7 =
|
63 |
+
* Release Date: July 6, 2015
|
64 |
+
* Report data shown by date of registration
|
65 |
+
|
66 |
= 1.6 =
|
67 |
* Release Date: June 29, 2015
|
68 |
* Fixing TinyMCE Button Image
|