Version Description
- Easy media download is now compatible with WordPress 3.8
Download this release
Release Info
Developer | naa986 |
Plugin | Easy Media Download |
Version | 1.0.3 |
Comparing to | |
See all releases |
Code changes from version 1.0.2 to 1.0.3
- main.php +2 -2
- readme.txt +21 -2
main.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Easy Media Download
|
4 |
-
Version: 1.0.
|
5 |
Plugin URI: http://noorsplugin.com/easy-media-download-plugin-for-wordpress/
|
6 |
Author: naa986
|
7 |
Author URI: http://noorsplugin.com/
|
@@ -13,7 +13,7 @@ if(!class_exists('EASY_MEDIA_DOWNLOAD'))
|
|
13 |
{
|
14 |
class EASY_MEDIA_DOWNLOAD
|
15 |
{
|
16 |
-
var $plugin_version = '1.0.
|
17 |
function __construct()
|
18 |
{
|
19 |
define('EASY_MEDIA_DOWNLOAD_VERSION', $this->plugin_version);
|
1 |
<?php
|
2 |
/*
|
3 |
Plugin Name: Easy Media Download
|
4 |
+
Version: 1.0.3
|
5 |
Plugin URI: http://noorsplugin.com/easy-media-download-plugin-for-wordpress/
|
6 |
Author: naa986
|
7 |
Author URI: http://noorsplugin.com/
|
13 |
{
|
14 |
class EASY_MEDIA_DOWNLOAD
|
15 |
{
|
16 |
+
var $plugin_version = '1.0.3';
|
17 |
function __construct()
|
18 |
{
|
19 |
define('EASY_MEDIA_DOWNLOAD_VERSION', $this->plugin_version);
|
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
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -14,6 +14,22 @@ Easy Media Download allows you to embed download buttons on your WordPress site.
|
|
14 |
|
15 |
Easy Media Download allows your users to download digital media files from your website. You can create beautiful download button which instantly starts the download once clicked.
|
16 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
= Easy Media Download Plugin Usage =
|
18 |
|
19 |
*Embedding Shortcodes for the Downloads*
|
@@ -78,6 +94,9 @@ none
|
|
78 |
|
79 |
== Changelog ==
|
80 |
|
|
|
|
|
|
|
81 |
= 1.0.2 =
|
82 |
* Added a new shortcode parameter to open the download in a new window
|
83 |
|
3 |
Donate link: http://noorsplugin.com/
|
4 |
Tags: download, downloads, media, digital downloads, e-commerce, e-downloads, e-store, ecommerce, eshop, wp ecommerce
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 3.8
|
7 |
+
Stable tag: 1.0.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
14 |
|
15 |
Easy Media Download allows your users to download digital media files from your website. You can create beautiful download button which instantly starts the download once clicked.
|
16 |
|
17 |
+
= Features =
|
18 |
+
|
19 |
+
* Create a quick download
|
20 |
+
* Insert download button on your landing page
|
21 |
+
* Allow users to directly download in all file formats
|
22 |
+
* Allow large file download (No limit on the file size)
|
23 |
+
* Free downloads for music or audio files e.g. mp3, aac, m4a, wav
|
24 |
+
* Free downloads for video files e.g. mp4, mov, qt (QuickTime), mpg, mpeg, flv, m4v, swf, flash, avi, wma, ogg, webm
|
25 |
+
* Free downloads for document file e.g. doc, docx (OpenOffice, Microsoft Word), odt (OpenDocument), htm, html, ps, tex, xml, txt, csv
|
26 |
+
* Free downloads for Office file e.g. xlsx (Microsoft Excel), pptx (Microsoft PowerPoint)
|
27 |
+
* Free downloads for script e.g. js, css, php
|
28 |
+
* Free downloads for archive or compressed file e.g. tar, rar, zip, 7z, gz, z
|
29 |
+
* Free downloads for image file e.g. png, gif, jpg, jpeg, bmp
|
30 |
+
* Free downloads for e-book e.g. pdf, epub
|
31 |
+
|
32 |
+
|
33 |
= Easy Media Download Plugin Usage =
|
34 |
|
35 |
*Embedding Shortcodes for the Downloads*
|
94 |
|
95 |
== Changelog ==
|
96 |
|
97 |
+
= 1.0.3 =
|
98 |
+
* Easy media download is now compatible with WordPress 3.8
|
99 |
+
|
100 |
= 1.0.2 =
|
101 |
* Added a new shortcode parameter to open the download in a new window
|
102 |
|