Skip to content

Commit e044db9

Browse files
committed
Bump version number to 0.3
1 parent 89d9aef commit e044db9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dfp",
3-
"version": "0.2.1",
3+
"version": "0.3",
44
"homepage": "https://github.com/INN/DoubleClick-for-WordPress",
55
"authors": [
66
"nerds@inn.org"

dfw.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
/*
33
Plugin Name: DoubleClick for WordPress
44
Description: A simple way to serve DoubleClick ads in WordPress.
5-
Version: 0.2
5+
Version: 0.3
66
Author: innlabs, Will Haynes for INN
77
Author URI: https://labs.inn.org/
88
License: GPL Version 2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Text Domain: dfw
1111
*/
1212

13-
define( 'DFP_VERSION', '0.2.0' );
13+
define( 'DFP_VERSION', '0.3.0' );
1414

1515
$includes = array(
1616
'/inc/class-doubleclick.php',

readme.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: ads, doubleclick, publishers, news
55
Requires at least: 4.0.0
66
Requires PHP: 5.3
77
Tested up to: 5.0-beta3
8-
Stable tag: 0.2.1
8+
Stable tag: 0.3
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -42,6 +42,7 @@ New features:
4242

4343
- Adds a Gutenberg Block for manual insertion of ads in posts. [Pull request #82](https://github.com/INN/doubleclick-for-wp/pull/82) for [issue #70](https://github.com/INN/doubleclick-for-wp/issues/70).
4444
- Adds a PHP filter `'dfw_js_data'`, to allow modification of the `window.dfw` object before it's output on the page. Refactors widgets and blocks to draw all details needed from `window.dfw` instead of separately-enqueued JSON blobs. This should allow you to `setRequestNonPersonalizedAds. [PR #81](https://github.com/INN/doubleclick-for-wp/pull/81) for [issue #63](https://github.com/INN/doubleclick-for-wp/issues/63), with thanks to GitHub user [tienvooracht](https://github.com/tienvooracht) for the idea.
45+
- Tested up to WordPress 5.0-beta3
4546

4647
Changes and fixes:
4748

0 commit comments

Comments
 (0)