Skip to content

Commit

Permalink
Bumped Version to 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswgerber committed Aug 18, 2015
1 parent 688eaa7 commit 23115a4
Show file tree
Hide file tree
Showing 3 changed files with 18 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.3.1
* Version: 0.3.2
*
* The Plugin File
*
Expand Down
8 changes: 8 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ Submit your questions at [www.chriswgerber.com/contact/](http://www.chriswgerber
<a name="Changelog"></a>
## Changelog

### 0.3.2

* :new: Adds `DFP_CONCAT_SCRIPTS` constant. Set as `false` to force the plugin to use un-minified scripts
* :bug::gun: Fixes array issue in javascript that would cause ads to not appear.
* :cool: Improves build scripts
* :new: Adds Composer.lock file to force support for PHP 5.3 on all `composer install`
* :100: Various code quality improvements.

### 0.3.1

* :bug::gun: Fixes widget not displaying ad position correctly.
Expand Down
10 changes: 9 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.3.1
Stable tag: 0.3.2
Contributors: chriswgerber
Requires at least: 3.0.0
Tested up to: 4.2.2
Expand Down Expand Up @@ -58,6 +58,14 @@ Update fixes issue with widget rendering.

== Changelog ==

= 0.3.2 =

* Adds `DFP_CONCAT_SCRIPTS` constant. Set as `false` to force the plugin to use un-minified scripts
* Fixes array issue in javascript that would cause ads to not appear.
* Improves build scripts
* Adds Composer.lock file to force support for PHP 5.3 on all `composer install`
* Various code quality improvements.

= 0.3.1 =

* Bugfix - Widget not displays ad position correctly.
Expand Down

0 comments on commit 23115a4

Please sign in to comment.