Easy Media Download - Version 1.0.8

Version Description

  • Easy media download is now compatible with WordPress 4.3
Download this release

Release Info

Developer naa986
Plugin Icon 128x128 Easy Media Download
Version 1.0.8
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.8

Files changed (2) hide show
  1. main.php +2 -2
  2. readme.txt +13 -2
main.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  Plugin Name: Easy Media Download
4
- Version: 1.0.6
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.6';
17
  var $plugin_url;
18
  var $plugin_path;
19
  function __construct()
1
  <?php
2
  /*
3
  Plugin Name: Easy Media Download
4
+ Version: 1.0.8
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.8';
17
  var $plugin_url;
18
  var $plugin_path;
19
  function __construct()
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: 3.8
7
- Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -146,6 +146,11 @@ Easy Media Download can be translated into your languages. Currently it supports
146
 
147
  Feel free to drop your review [here](http://wordpress.org/support/view/plugin-reviews/easy-media-download/)
148
 
 
 
 
 
 
149
  == Installation ==
150
 
151
  1. Go to the Add New plugins screen in your WordPress Dashboard
@@ -176,6 +181,12 @@ none
176
 
177
  == Changelog ==
178
 
 
 
 
 
 
 
179
  = 1.0.6 =
180
  * Added a feature where the digital media file will download instead of opening in the browser window
181
 
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.3
7
+ Stable tag: 1.0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
146
 
147
  Feel free to drop your review [here](http://wordpress.org/support/view/plugin-reviews/easy-media-download/)
148
 
149
+ = Recommended Reading =
150
+
151
+ * Easy Media Download [Documentation](http://noorsplugin.com/easy-media-download-plugin-for-wordpress/)
152
+ * My Other [Free WordPress Plugins](http://noorsplugin.com/wordpress-plugins/)
153
+
154
  == Installation ==
155
 
156
  1. Go to the Add New plugins screen in your WordPress Dashboard
181
 
182
  == Changelog ==
183
 
184
+ = 1.0.8 =
185
+ * Easy media download is now compatible with WordPress 4.3
186
+
187
+ = 1.0.7 =
188
+ * Easy media download is now compatible with WordPress 3.9
189
+
190
  = 1.0.6 =
191
  * Added a feature where the digital media file will download instead of opening in the browser window
192