Skip to content

Commit

Permalink
Version bump and build for 2.9.20 (#7466)
Browse files Browse the repository at this point in the history
Version bump and build for 2.9.20
  • Loading branch information
mintplugins committed Nov 14, 2019
2 parents 129ab28 + 3feeb99 commit 984b547
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 95 deletions.
2 changes: 1 addition & 1 deletion assets/css/edd-admin.min.css

Large diffs are not rendered by default.

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.19
* Version: 2.9.20
* Text Domain: easy-digital-downloads
* Domain Path: languages
*
Expand All @@ -25,7 +25,7 @@
* @package EDD
* @category Core
* @author Pippin Williamson
* @version 2.9.19
* @version 2.9.20
*/

// 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.19' );
define( 'EDD_VERSION', '2.9.20' );
}

// Plugin Folder Path.
Expand Down
Loading

0 comments on commit 984b547

Please sign in to comment.