Skip to content

Commit

Permalink
Bumped the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswgerber committed Aug 5, 2015
1 parent f385f43 commit aaeb82a
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 21 deletions.
19 changes: 10 additions & 9 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,19 @@
* Text Domain: dfp-ads
* Github Plugin URI: https://github.com/ThatGerber/dfp-ads
* GitHub Branch: stable
* Version: 0.3.0
* Version: 0.3.1
*
* The Plugin File
*
* @link http://www.chriswgerber.com/dfp-ads
* @since 0.0.1
* @subpackage DFP-Ads
*/
/* Namespaces */
use DFP_Ads\DFP_Ads as DFP_Ads;
use DFP_Ads\Post_Type as DFP_Ads_Post_Type;
use DFP_Ads\Admin\Input as DFP_Ads_Input;
use DFP_Ads\Admin\Settings_Form as DFP_Ads_Settings_Form;
use DFP_Ads\Admin\Import_Form as DFP_Ads_Import_Form;
use DFP_Ads\Admin as DFP_Ads_Admin;
/* Autoload */
require_once 'vendor/autoload.php';
/* Includes */
include 'includes/Globals_Container.php';
include 'includes/Functions.php';
include 'includes/Globals_Container.php';
include 'includes/DFP_Ads.php';
include 'includes/Post_Type.php';
include 'includes/Position.php';
Expand All @@ -42,6 +35,14 @@
include 'includes/admin/Import_Form.php';
include 'includes/admin/Admin.php';
include 'widget/widget.ad_position.php';

/* Namespaces */
use DFP_Ads\DFP_Ads as DFP_Ads;
use DFP_Ads\Post_Type as DFP_Ads_Post_Type;
use DFP_Ads\Admin\Input as DFP_Ads_Input;
use DFP_Ads\Admin\Settings_Form as DFP_Ads_Settings_Form;
use DFP_Ads\Admin\Import_Form as DFP_Ads_Import_Form;
use DFP_Ads\Admin as DFP_Ads_Admin;
/*
* Initialization for Post Type
*/
Expand Down
7 changes: 6 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,16 @@ Below are a list of items that need to be completed before the plugin is ready f
<a name="FAQ"></a>
## Frequently Asked Questions

Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com/contact/)
Submit your questions at [www.chriswgerber.com/contact/](http://www.chriswgerber.com/contact/)

<a name="Changelog"></a>
## Changelog

### 0.3.1

* :bug: :gun: Widget not displays ad position correctly.
* :100: Various code quality improvements.

### 0.3.0

* :new: Adds option to turn off asynchronous loading.
Expand Down
28 changes: 17 additions & 11 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== DFP Ad Manager ===

Stable tag: 0.3.0
Stable tag: 0.3.1
Contributors: chriswgerber
Requires at least: 3.0.0
Tested up to: 4.2.2
Expand Down Expand Up @@ -54,40 +54,45 @@ Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com

== Upgrade Notice ==

There was an issue in the build process that has been fixed. Please upgrade immediately.
Update fixes issue with widget rendering.

== Changelog ==

= 0.3.0
= 0.3.1 =

* Bugfix - Widget not displays ad position correctly.
* Enhancement - Various code quality improvements.

= 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
= 0.2.5 =

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

= 0.2.4
= 0.2.4 =

* Fixes build

= 0.2.3
= 0.2.3 =

* Bug fix

= 0.2.2
= 0.2.2 =

* Fixed issue where settings were not being called.

= 0.2.1
= 0.2.1 =

* Bug Fix: Added extra check to make sure plugin didn't attempt to add other CPTs as ad positions.
* Enhancement: Added linting and uglifying to JS. Now serving minified JS.
* Enhancement: Updated directory structure
* Enhancement: Updated Readme to include screenshots and more information.

= 0.2.0
= 0.2.0 =

* Added functionality for importing DFP Ads
* Added Travis CI Integration.
Expand All @@ -98,5 +103,6 @@ There was an issue in the build process that has been fixed. Please upgrade imme
* Added Asynchronous ad loading
* Made plugin compatible with PHP 5.3

= 0.1.0
= 0.1.0 =

* Initial Pre-Release

0 comments on commit aaeb82a

Please sign in to comment.