Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

Commit

Permalink
Translation added to plugin header
Browse files Browse the repository at this point in the history
  • Loading branch information
A5hleyRich committed Oct 5, 2015
1 parent 07b0fb0 commit 8476194
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 4 additions & 2 deletions delightful-downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down Expand Up @@ -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' ) ) {
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
Tags: download, manager, downloads, monitor, shortcode, delightful downloads, file, counter, tracking
Requires at least: 4.2.2
Tested up to: 4.2.2
Stable tag: 1.5.4
Stable tag: 1.5.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -83,6 +83,10 @@ Please refer to the [FAQ](http://delightfulwp.com/delightful-downloads/faq/ "Del

== Changelog ==

= 1.5.5 =

* Improvement: Add text domain for translate.wordpress.org integration

= 1.5.4 =

* Bug fix: Minified JavaScript files missing
Expand Down

0 comments on commit 8476194

Please sign in to comment.