Skip to content

Commit

Permalink
Changelog/2.9.1 (#6516)
Browse files Browse the repository at this point in the history
* Version bumps and changelog

* New pot file
  • Loading branch information
cklosowski committed Apr 20, 2018
1 parent 7475f47 commit ec730b5
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 109 deletions.
6 changes: 3 additions & 3 deletions easy-digital-downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: The easiest way to sell digital products with WordPress.
* Author: Easy Digital Downloads
* Author URI: https://easydigitaldownloads.com
* Version: 2.9
* Version: 2.9.1
* Text Domain: easy-digital-downloads
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.9
* @version 2.9.1
*/

// Exit if accessed directly.
Expand Down Expand Up @@ -206,7 +206,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'EDD_VERSION' ) ) {
define( 'EDD_VERSION', '2.9' );
define( 'EDD_VERSION', '2.9.1' );
}

// Plugin Folder Path.
Expand Down
Loading

0 comments on commit ec730b5

Please sign in to comment.