File tree 3 files changed +33
-21
lines changed
3 files changed +33
-21
lines changed Original file line number Diff line number Diff line change 13
13
* Text Domain: dfp-ads
14
14
* Github Plugin URI: https://github.com/ThatGerber/dfp-ads
15
15
* GitHub Branch: stable
16
- * Version: 0.3.0
16
+ * Version: 0.3.1
17
17
*
18
18
* The Plugin File
19
19
*
20
20
* @link http://www.chriswgerber.com/dfp-ads
21
21
* @since 0.0.1
22
22
* @subpackage DFP-Ads
23
23
*/
24
- /* Namespaces */
25
- use DFP_Ads \DFP_Ads as DFP_Ads ;
26
- use DFP_Ads \Post_Type as DFP_Ads_Post_Type ;
27
- use DFP_Ads \Admin \Input as DFP_Ads_Input ;
28
- use DFP_Ads \Admin \Settings_Form as DFP_Ads_Settings_Form ;
29
- use DFP_Ads \Admin \Import_Form as DFP_Ads_Import_Form ;
30
- use DFP_Ads \Admin as DFP_Ads_Admin ;
31
24
/* Autoload */
32
25
require_once 'vendor/autoload.php ' ;
33
26
/* Includes */
34
- include 'includes/Globals_Container.php ' ;
35
27
include 'includes/Functions.php ' ;
28
+ include 'includes/Globals_Container.php ' ;
36
29
include 'includes/DFP_Ads.php ' ;
37
30
include 'includes/Post_Type.php ' ;
38
31
include 'includes/Position.php ' ;
42
35
include 'includes/admin/Import_Form.php ' ;
43
36
include 'includes/admin/Admin.php ' ;
44
37
include 'widget/widget.ad_position.php ' ;
38
+
39
+ /* Namespaces */
40
+ use DFP_Ads \DFP_Ads as DFP_Ads ;
41
+ use DFP_Ads \Post_Type as DFP_Ads_Post_Type ;
42
+ use DFP_Ads \Admin \Input as DFP_Ads_Input ;
43
+ use DFP_Ads \Admin \Settings_Form as DFP_Ads_Settings_Form ;
44
+ use DFP_Ads \Admin \Import_Form as DFP_Ads_Import_Form ;
45
+ use DFP_Ads \Admin as DFP_Ads_Admin ;
45
46
/*
46
47
* Initialization for Post Type
47
48
*/
Original file line number Diff line number Diff line change @@ -80,11 +80,16 @@ Below are a list of items that need to be completed before the plugin is ready f
80
80
<a name =" FAQ " ></a >
81
81
## Frequently Asked Questions
82
82
83
- Submit your questions at [ chriswgerber.com/contact/] ( http://www.chriswgerber.com/contact/ )
83
+ Submit your questions at [ www. chriswgerber.com/contact/] ( http://www.chriswgerber.com/contact/ )
84
84
85
85
<a name =" Changelog " ></a >
86
86
## Changelog
87
87
88
+ ### 0.3.1
89
+
90
+ * :bug : :gun : Widget not displays ad position correctly.
91
+ * :100 : Various code quality improvements.
92
+
88
93
### 0.3.0
89
94
90
95
* :new : Adds option to turn off asynchronous loading.
Original file line number Diff line number Diff line change 1
1
=== DFP Ad Manager ===
2
2
3
- Stable tag: 0.3.0
3
+ Stable tag: 0.3.1
4
4
Contributors: chriswgerber
5
5
Requires at least: 3.0.0
6
6
Tested up to: 4.2.2
@@ -54,40 +54,45 @@ Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com
54
54
55
55
== Upgrade Notice ==
56
56
57
- There was an issue in the build process that has been fixed. Please upgrade immediately .
57
+ Update fixes issue with widget rendering .
58
58
59
59
== Changelog ==
60
60
61
- = 0.3.0
61
+ = 0.3.1 =
62
+
63
+ * Bugfix - Widget not displays ad position correctly.
64
+ * Enhancement - Various code quality improvements.
65
+
66
+ = 0.3.0 =
62
67
63
68
* New - Adds option to turn off asynchronous loading.
64
69
* Enhancement - Adds class `dfp_ad_pos` to ad tags.
65
70
* Bugfix - Fixes shortcode issue where content would always appear at the top of the content area.
66
71
67
- = 0.2.5
72
+ = 0.2.5 =
68
73
69
- * [Bug Fix] Ad CPT was overriding page meta. Fix implemented resets post data after use of WP_Query.
74
+ * Bugfix- Ad CPT was overriding page meta. Fix implemented resets post data after use of WP_Query.
70
75
71
- = 0.2.4
76
+ = 0.2.4 =
72
77
73
78
* Fixes build
74
79
75
- = 0.2.3
80
+ = 0.2.3 =
76
81
77
82
* Bug fix
78
83
79
- = 0.2.2
84
+ = 0.2.2 =
80
85
81
86
* Fixed issue where settings were not being called.
82
87
83
- = 0.2.1
88
+ = 0.2.1 =
84
89
85
90
* Bug Fix: Added extra check to make sure plugin didn't attempt to add other CPTs as ad positions.
86
91
* Enhancement: Added linting and uglifying to JS. Now serving minified JS.
87
92
* Enhancement: Updated directory structure
88
93
* Enhancement: Updated Readme to include screenshots and more information.
89
94
90
- = 0.2.0
95
+ = 0.2.0 =
91
96
92
97
* Added functionality for importing DFP Ads
93
98
* Added Travis CI Integration.
@@ -98,5 +103,6 @@ There was an issue in the build process that has been fixed. Please upgrade imme
98
103
* Added Asynchronous ad loading
99
104
* Made plugin compatible with PHP 5.3
100
105
101
- = 0.1.0
106
+ = 0.1.0 =
107
+
102
108
* Initial Pre-Release
You can’t perform that action at this time.
0 commit comments