Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswgerber committed Jul 16, 2015
1 parent 1bf7ee1 commit fe0059d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Text Domain: dfp-ads
* Github Plugin URI: https://github.com/ThatGerber/dfp-ads
* GitHub Branch: stable
* Version: 0.2.5
* Version: 0.3.0
*
* The Plugin File
*
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com
<a name="Changelog"></a>
## Changelog

### 0.3.0

* :new: Adds option to turn off asynchronous loading.
* :cool: Adds class `dfp_ad_pos` to ad tags.
* :bug: Fixes shortcode issue where content would always appear at the top of the content area.

### 0.2.5

* Bug Fix - Ad CPT was overriding page meta. Fix implemented resets post data after use of WP_Query.
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== DFP Ad Manager ===

Stable tag: 0.2.5
Stable tag: 0.3.0
Contributors: chriswgerber
Requires at least: 3.0.0
Tested up to: 4.2.2
Expand Down Expand Up @@ -58,6 +58,12 @@ There was an issue in the build process that has been fixed. Please upgrade imme

== Changelog ==

= 0.3.0

* New - Adds option to turn off asynchronous loading.
* Enhancement - Adds class `dfp_ad_pos` to ad tags.
* Bugfix - Fixes shortcode issue where content would always appear at the top of the content area.

= 0.2.5

* [Bug Fix] Ad CPT was overriding page meta. Fix implemented resets post data after use of WP_Query.
Expand Down

0 comments on commit fe0059d

Please sign in to comment.