- Fix error in manifest.
- Move javascript to a template so it can be customized.
- Change Django to django in setup.py.
- Republish slotRenderEnded event as DFPSlotRenderEnded.
- Allow targeting keys to be variables.
- Deprecate dfp_header.
- Allow arbitrary targeting keys and values to be passed to {% dfp_tag %} tag as key=value pairs.
- Scan for DFP div's with javascript. In practice this means DFP ads are now cacheable.
- Do not use enableSingleRequest method anymore since it destroys the ability to do subsequent DFP loads via ajax.
- Async script loading has been re-added.
- Deprecate the dfp_header tag and replace with dfp_footer. DFP will now work across all browsers.
- Remove async script loading since it does not work.
- Allow variables to be passed as arguments to the template tag.
- First release.