Version Description
- Added download tracking option with the Google Analytics plugin.
Download this release
Release Info
Developer | naa986 |
Plugin | Easy Media Download |
Version | 1.1.2 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.2
- main.php +4 -3
- readme.txt +12 -9
main.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Easy Media Download
|
4 |
-
Version: 1.1.
|
5 |
Plugin URI: http://noorsplugin.com/easy-media-download-plugin-for-wordpress/
|
6 |
Author: naa986
|
7 |
Author URI: http://noorsplugin.com/
|
@@ -15,7 +15,7 @@ if(!class_exists('EASY_MEDIA_DOWNLOAD'))
|
|
15 |
{
|
16 |
class EASY_MEDIA_DOWNLOAD
|
17 |
{
|
18 |
-
var $plugin_version = '1.1.
|
19 |
var $plugin_url;
|
20 |
var $plugin_path;
|
21 |
function __construct()
|
@@ -214,8 +214,9 @@ EOT;
|
|
214 |
if($force_dl=="1"){
|
215 |
$force_dl = " download";
|
216 |
}
|
|
|
217 |
$output = <<<EOT
|
218 |
-
<a href="$url" target="$target"{$css_class}{$force_dl}>$text</a>
|
219 |
$styles
|
220 |
EOT;
|
221 |
return $output;
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Easy Media Download
|
4 |
+
Version: 1.1.2
|
5 |
Plugin URI: http://noorsplugin.com/easy-media-download-plugin-for-wordpress/
|
6 |
Author: naa986
|
7 |
Author URI: http://noorsplugin.com/
|
15 |
{
|
16 |
class EASY_MEDIA_DOWNLOAD
|
17 |
{
|
18 |
+
var $plugin_version = '1.1.2';
|
19 |
var $plugin_url;
|
20 |
var $plugin_path;
|
21 |
function __construct()
|
214 |
if($force_dl=="1"){
|
215 |
$force_dl = " download";
|
216 |
}
|
217 |
+
$custom_attr = apply_filters('emd_custom_link_attributes', '', $url);
|
218 |
$output = <<<EOT
|
219 |
+
<a href="$url" target="$target"{$css_class}{$force_dl}{$custom_attr}>$text</a>
|
220 |
$styles
|
221 |
EOT;
|
222 |
return $output;
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: naa986
|
|
3 |
Donate link: http://noorsplugin.com/
|
4 |
Tags: download, downloads, media, digital downloads, e-commerce, e-downloads, e-store, ecommerce, eshop, wp ecommerce, donation
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -12,7 +12,7 @@ Easy Media Download allows you to embed download buttons on your WordPress site.
|
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
-
[Easy Media Download](
|
16 |
|
17 |
= Features =
|
18 |
|
@@ -32,7 +32,7 @@ Easy Media Download allows you to embed download buttons on your WordPress site.
|
|
32 |
* Track/Monitor your downloads
|
33 |
* Ability to force a digital file download
|
34 |
|
35 |
-
For more information please check the [Easy Media Download](
|
36 |
|
37 |
= Embedding Shortcodes for the Downloads =
|
38 |
|
@@ -139,7 +139,7 @@ You can customize the donation button by specifying your preferred image in the
|
|
139 |
|
140 |
= Digital Download Tracking =
|
141 |
|
142 |
-
Easy Media Download is integrated with [Google Analytics](
|
143 |
|
144 |
= Languages =
|
145 |
|
@@ -156,12 +156,12 @@ If you are a non-English speaker please help [translate Easy Media Download](htt
|
|
156 |
|
157 |
**Like Easy Media Download Already?**
|
158 |
|
159 |
-
Feel free to drop your review [here](
|
160 |
|
161 |
= Recommended Reading =
|
162 |
|
163 |
-
* Easy Media Download [Documentation](
|
164 |
-
* My Other [Free WordPress Plugins](
|
165 |
|
166 |
== Installation ==
|
167 |
|
@@ -186,13 +186,16 @@ Yes.
|
|
186 |
|
187 |
== Screenshots ==
|
188 |
|
189 |
-
|
190 |
|
191 |
== Upgrade Notice ==
|
192 |
none
|
193 |
|
194 |
== Changelog ==
|
195 |
|
|
|
|
|
|
|
196 |
= 1.1.1 =
|
197 |
* Added a new class parameter to the download button shortcode
|
198 |
|
3 |
Donate link: http://noorsplugin.com/
|
4 |
Tags: download, downloads, media, digital downloads, e-commerce, e-downloads, e-store, ecommerce, eshop, wp ecommerce, donation
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.9
|
7 |
+
Stable tag: 1.1.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
12 |
|
13 |
== Description ==
|
14 |
|
15 |
+
[Easy Media Download](https://noorsplugin.com/easy-media-download-plugin-for-wordpress/) is a free download manager for WordPress. It gives your users the ability to download digital media files from your website. The plugin is lightweight and makes downloading easier. You can create beautiful download button which instantly starts the download once clicked.
|
16 |
|
17 |
= Features =
|
18 |
|
32 |
* Track/Monitor your downloads
|
33 |
* Ability to force a digital file download
|
34 |
|
35 |
+
For more information please check the [Easy Media Download](https://noorsplugin.com/easy-media-download-plugin-for-wordpress/) documentation page
|
36 |
|
37 |
= Embedding Shortcodes for the Downloads =
|
38 |
|
139 |
|
140 |
= Digital Download Tracking =
|
141 |
|
142 |
+
Easy Media Download is integrated with the [Google Analytics](https://wordpress.org/plugins/simple-universal-google-analytics/) plugin. It allows you to see how many times a particular file has been downloaded in real time from your Google Analytics account.
|
143 |
|
144 |
= Languages =
|
145 |
|
156 |
|
157 |
**Like Easy Media Download Already?**
|
158 |
|
159 |
+
Feel free to drop your review [here](https://wordpress.org/support/plugin/easy-media-download/reviews/?rate=5#new-post)
|
160 |
|
161 |
= Recommended Reading =
|
162 |
|
163 |
+
* Easy Media Download [Documentation](https://noorsplugin.com/easy-media-download-plugin-for-wordpress/)
|
164 |
+
* My Other [Free WordPress Plugins](https://noorsplugin.com/wordpress-plugins/)
|
165 |
|
166 |
== Installation ==
|
167 |
|
186 |
|
187 |
== Screenshots ==
|
188 |
|
189 |
+
1. Download Now button demo
|
190 |
|
191 |
== Upgrade Notice ==
|
192 |
none
|
193 |
|
194 |
== Changelog ==
|
195 |
|
196 |
+
= 1.1.2 =
|
197 |
+
* Added download tracking option with the [Google Analytics](https://wordpress.org/plugins/simple-universal-google-analytics/) plugin.
|
198 |
+
|
199 |
= 1.1.1 =
|
200 |
* Added a new class parameter to the download button shortcode
|
201 |
|