Skip to content
This repository has been archived by the owner on Feb 11, 2019. It is now read-only.

Latest commit

 

History

History
53 lines (40 loc) · 1003 Bytes

CHANGELOG.rst

File metadata and controls

53 lines (40 loc) · 1003 Bytes

Changelog

0.4.1

  1. Fix error in manifest.

0.4

  1. Move javascript to a template so it can be customized.

0.3.3

  1. Change Django to django in setup.py.

0.3.2

  1. Republish slotRenderEnded event as DFPSlotRenderEnded.

0.3.1

  1. Allow targeting keys to be variables.

0.3

  1. Deprecate dfp_header.
  2. Allow arbitrary targeting keys and values to be passed to {% dfp_tag %} tag as key=value pairs.

0.2.2

  1. Scan for DFP div's with javascript. In practice this means DFP ads are now cacheable.

0.2.1

  1. Do not use enableSingleRequest method anymore since it destroys the ability to do subsequent DFP loads via ajax.

0.2

  1. Async script loading has been re-added.
  2. Deprecate the dfp_header tag and replace with dfp_footer. DFP will now work across all browsers.

0.1.2

  1. Remove async script loading since it does not work.

0.1.1

  1. Allow variables to be passed as arguments to the template tag.

0.1

  1. First release.