File tree 3 files changed +29
-5
lines changed
3 files changed +29
-5
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.2.1
16
+ * Version: 0.2.3
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
- define ( 'EPG_AD_PLUGIN_VER ' , '0.2.1 ' );
24
+ define ( 'EPG_AD_PLUGIN_VER ' , '0.2.3 ' );
25
25
26
26
/* Autoload */
27
27
require_once 'vendor/autoload.php ' ;
Original file line number Diff line number Diff line change @@ -85,10 +85,21 @@ Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com
85
85
<a name =" Changelog " ></a >
86
86
## Changelog
87
87
88
- ### 0.2.1
88
+ ### 0.2.3
89
+
90
+ * Bug fix
91
+
92
+ ### 0.2.2
89
93
90
94
* Fixed issue where settings were not being called.
91
95
96
+ ### 0.2.1
97
+
98
+ * Bug Fix: Added extra check to make sure plugin didn't attempt to add other CPTs as ad positions.
99
+ * Enhancement: Added linting and uglifying to JS. Now serving minified JS.
100
+ * Enhancement: Updated directory structure
101
+ * Enhancement: Updated Readme to include screenshots and more information.
102
+
92
103
### 0.2.0
93
104
94
105
* Added functionality for importing DFP Ads
Original file line number Diff line number Diff line change 1
1
=== DFP Ad Manager ===
2
2
3
- Stable tag: 0.2.1
3
+ Stable tag: 0.2.3
4
4
Contributors: chriswgerber
5
5
Requires at least: 3.0.0
6
6
Tested up to: 4.2.2
@@ -54,12 +54,25 @@ 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.
58
+
57
59
== Changelog ==
58
60
59
- = 0.2.1
61
+ = 0.2.3
62
+
63
+ * Bug fix
64
+
65
+ = 0.2.2
60
66
61
67
* Fixed issue where settings were not being called.
62
68
69
+ = 0.2.1
70
+
71
+ * Bug Fix: Added extra check to make sure plugin didn't attempt to add other CPTs as ad positions.
72
+ * Enhancement: Added linting and uglifying to JS. Now serving minified JS.
73
+ * Enhancement: Updated directory structure
74
+ * Enhancement: Updated Readme to include screenshots and more information.
75
+
63
76
= 0.2.0
64
77
65
78
* Added functionality for importing DFP Ads
You can’t perform that action at this time.
0 commit comments