From aaeb82acf9026a476dc6f0efb1f477e12a5cb616 Mon Sep 17 00:00:00 2001 From: "Chris W. Gerber" Date: Wed, 5 Aug 2015 11:03:25 -0500 Subject: [PATCH] Bumped the version. --- plugin.php | 19 ++++++++++--------- readme.md | 7 ++++++- readme.txt | 28 +++++++++++++++++----------- 3 files changed, 33 insertions(+), 21 deletions(-) diff --git a/plugin.php b/plugin.php index 9c5d616..c1bace6 100644 --- a/plugin.php +++ b/plugin.php @@ -13,7 +13,7 @@ * 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 * @@ -21,18 +21,11 @@ * @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'; @@ -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 */ diff --git a/readme.md b/readme.md index 981fe10..be1d9ad 100644 --- a/readme.md +++ b/readme.md @@ -80,11 +80,16 @@ Below are a list of items that need to be completed before the plugin is ready f ## 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/) ## 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. diff --git a/readme.txt b/readme.txt index fd30141..91a11cc 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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. @@ -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 \ No newline at end of file