Skip to content

Commit

Permalink
Bump extension version and add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Dec 6, 2023
1 parent 9a305fb commit 0700b73
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/adsense/_extension.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: Adsense
author: James Balamuta
version: 1.0.0
version: 2.0.0-dev.1
quarto-required: ">=1.3.0"
contributes:
filters:
Expand Down
11 changes: 11 additions & 0 deletions qgads-release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,17 @@ format:
toc: true
---

# 2.0.0: Selective Monetize (12-??-2023) [DEV]

## Features

- Added `enable-ads` option to selectively disable ads on a per-page basis when a global Google Adsense configuration is used.

```yml
adsense:
enable-ads: false
```
# 1.0.0: Monetize (11-11-2023)
## Features
Expand Down

0 comments on commit 0700b73

Please sign in to comment.