Skip to content

Commit

Permalink
Release v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Feb 13, 2024
1 parent 6173417 commit 3268993
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v3.7.0
-------------

Added the ability to target campaigns by day of the week (eg. weekends/weekdays only).
If a campaign doesn't target the default publisher groups (eg. Read the Docs only)
then display the targeting in the flight view.
Fixed an XSS issue that affected advertisers only not public websites.

:date: February 13, 2023

* @ericholscher: Show visits_since_last_analyzed in AnalyzedUrlAdmin (#823)
* @ericholscher: Fix Slack msg (#822)
* @ericholscher: Initial work for day of the week targeting (#820)
* @davidfischer: Remove most instances of mark_safe (#817)
* @davidfischer: Display publisher groups if not default (#815)


Version v3.6.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethical-ad-server",
"version": "3.6.0",
"version": "3.7.0",
"description": "",
"main": "index.js",
"engines": {
Expand Down

0 comments on commit 3268993

Please sign in to comment.