Skip to content

Commit 75b55ee

Browse files
committed
Merge pull request #18 from ThatGerber/hotfix-2
Fixed issue with build process.
2 parents 35315df + 08380af commit 75b55ee

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

plugin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
* Text Domain: dfp-ads
1414
* Github Plugin URI: https://github.com/ThatGerber/dfp-ads
1515
* GitHub Branch: stable
16-
* Version: 0.2.1
16+
* Version: 0.2.3
1717
*
1818
* The Plugin File
1919
*
2020
* @link http://www.chriswgerber.com/dfp-ads
2121
* @since 0.0.1
2222
* @subpackage DFP-Ads
2323
*/
24-
define( 'EPG_AD_PLUGIN_VER', '0.2.1' );
24+
define( 'EPG_AD_PLUGIN_VER', '0.2.3' );
2525

2626
/* Autoload */
2727
require_once 'vendor/autoload.php';

readme.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,21 @@ Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com
8585
<a name="Changelog"></a>
8686
## Changelog
8787

88-
### 0.2.1
88+
### 0.2.3
89+
90+
* Bug fix
91+
92+
### 0.2.2
8993

9094
* Fixed issue where settings were not being called.
9195

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+
92103
### 0.2.0
93104

94105
* Added functionality for importing DFP Ads

readme.txt

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
=== DFP Ad Manager ===
22

3-
Stable tag: 0.2.1
3+
Stable tag: 0.2.3
44
Contributors: chriswgerber
55
Requires at least: 3.0.0
66
Tested up to: 4.2.2
@@ -54,12 +54,25 @@ Submit your questions at [chriswgerber.com/contact/](http://www.chriswgerber.com
5454

5555
== Upgrade Notice ==
5656

57+
There was an issue in the build process that has been fixed. Please upgrade immediately.
58+
5759
== Changelog ==
5860

59-
= 0.2.1
61+
= 0.2.3
62+
63+
* Bug fix
64+
65+
= 0.2.2
6066

6167
* Fixed issue where settings were not being called.
6268

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+
6376
= 0.2.0
6477

6578
* Added functionality for importing DFP Ads

0 commit comments

Comments
 (0)