This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
07b0fb0
commit 8476194
Showing
2 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,11 @@ | |
Plugin Name: Delightful Downloads | ||
Plugin URI: http://delightfulwp.com/delightful-downloads/ | ||
Description: A super-awesome downloads manager for WordPress. | ||
Version: 1.5.4 | ||
Version: 1.5.5 | ||
Author: Ashley Rich | ||
Author URI: http://ashleyrich.com | ||
Text Domain: delightful-downloads | ||
Domain Path: /languages/ | ||
License: GPL2 | ||
Copyright 2013 Ashley Rich (email : [email protected]) | ||
|
@@ -94,7 +96,7 @@ public static function get_instance() { | |
private function setup_constants() { | ||
|
||
if( !defined( 'DEDO_VERSION' ) ) { | ||
define( 'DEDO_VERSION', '1.5.4' ); | ||
define( 'DEDO_VERSION', '1.5.5' ); | ||
} | ||
|
||
if( !defined( 'DEDO_PLUGIN_URL' ) ) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters