Skip to content

Releases: nginadofficial/nginad

1.6.12 Release

25 May 14:20
Compare
Choose a tag to compare

A bug was introduced in Release 1.6.10, which cast private_auction to "object" instead of "integer". This caused the PMP tasklet to fail on Private Exchange domain admins bidding on their own publishers' inventory. private_auction is now cast to integer before the JSON encoding fixing the tasklet as well in the workflow.

This is a minor version update to version 1.6.12

NOTE: Please note that the upcoming version 1.7 will be the last version in PHP. NginAd 2.0 is being written with Spring Boot, JPA and Annotations, using Java MVC and Hadoop

1.6.11 Release

13 Mar 20:33
Compare
Choose a tag to compare

Some Zend Framework author got overzealous with warnings.

1.6.10 Release

11 Mar 13:58
Compare
Choose a tag to compare

An update to the sell side module for DSPs for the OpenRTB 2.3 specification. The JSON types sent in RTB requests are now correct according to the spec and are cast to the recommended types where as before they were all set as strings.

A new DSP logging configuration has been added as well as a DSP numbers matching script found in /upload/unit_test_dsp/

This is a minor version update to version 1.6.10

1.6.9 Release

24 Feb 23:40
Compare
Choose a tag to compare

A bug fix update. The update fixes statistics for domain admins. Previously the statistics for domain admins included publishers from other domain admins on other private exchanges. This issue is now fixed and domain admins only have access to their own statistics.

It should also be noted that most of the statistics are still stored as text files in the /upload/logs folder and you need to build your own report manager interface to view those visually.

There are still only very limited statistics available via the reports functionality in the existing user interface.

This is a minor version update to version 1.6.9

1.6.8 Release

21 Feb 06:59
Compare
Choose a tag to compare

This is a release where a complete header bidding implementation has been added. Both an implementation where NginAd hosts the header bidding auction for other Ad Exchanges via code snippets in the publisher dashboard, and an implementation where Prebid.js with DFP hosts the header bidding auction have been completed. This is a minor version update to version 1.6.8

Usage Documentation: https://nginad.atlassian.net/wiki/display/NGIN/Using+Header+Bidding

If you are upgrading from 1.6.7 please execute the SQL update in dbschema/releases/1.6/header-bidding-update-1.6.8/header-bidding-update.sql

1.6.7 Release

18 Jan 20:17
Compare
Choose a tag to compare

A minor bug fix update. This is a minor version update to version 1.6.7

1.6.6 Release

23 Nov 00:11
Compare
Choose a tag to compare

An extensive bug fix update. This is a minor version update to version 1.6.6

1.6.5 Release

09 Sep 17:24
Compare
Choose a tag to compare

A small bug fix roll-up release.

1.6.4 Release

25 Aug 05:17
Compare
Choose a tag to compare

Some small bug fixes including a string escape fix for an email subject when IOs are approved from staging. Also a bug where the upper boundary of max impressions was not checked on input validation for an insertion order.

1.6.3 Release

13 Aug 23:40
Compare
Choose a tag to compare

A Critical bug was found where Private Exchange and SSP inventory selections would be completely lost if a campaign was edited after an initial selection because the insertion orders' inventory selections were not being copied to the staging preview tables. Also another bug was fixed by a NginAd user kh0r which sets directories to 755 upon creation.