Skip to content

Commit

Permalink
Merge pull request #420 from readthedocs/davidfischer/release-0.33.0
Browse files Browse the repository at this point in the history
Relese v0.33.0
  • Loading branch information
davidfischer committed Jul 22, 2021
2 parents a9578f6 + 51bc0e1 commit 3fbd380
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@ CHANGELOG
.. This is included by docs/developer/changelog.rst
Version v0.33.0
---------------

We added ``noopener`` to our ad links as a security precaution.
The other big change was to allow ad types to be publisher (group) specific.
We already have publisher specific ad types as Read the Docs
has a compatible but slightly different ad format from EthicalAds.
Some possible new publishers also expressed interest.

:date: July 22, 2021

* @davidfischer: Add permissions to see staff-only report fields (#419)
* @ericholscher: Use the right payout objects when finishing (#417)
* @davidfischer: Add noopener to external links (#416)
* @davidfischer: Raise a warning after validating landing pages (#415)
* @davidfischer: Publisher (group) specific ad types (#412)
* @davidfischer: Validate ad landing page gives a 200 (#175)


Version v0.32.0
---------------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "0.32.0",
"version": "0.33.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3fbd380

Please sign in to comment.