WordPress Download Manager - Version 3.2.43

Version Description

  • 2022.06.02 =
  • Fixed an input sanitization issue with shortcode iframe
Download this release

Release Info

Developer codename065
Plugin Icon 128x128 WordPress Download Manager
Version 3.2.43
Comparing to
See all releases

Code changes from version 3.2.42 to 3.2.43

download-manager.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://www.wpdownloadmanager.com/purchases/
5
  Description: Manage, Protect and Track file downloads, and sell digital products from your WordPress site. A complete digital asset management solution.
6
  Author: W3 Eden, Inc.
7
  Author URI: https://www.wpdownloadmanager.com/
8
- Version: 3.2.42
9
  Text Domain: download-manager
10
  Domain Path: /languages
11
  */
5
  Description: Manage, Protect and Track file downloads, and sell digital products from your WordPress site. A complete digital asset management solution.
6
  Author: W3 Eden, Inc.
7
  Author URI: https://www.wpdownloadmanager.com/
8
+ Version: 3.2.43
9
  Text Domain: download-manager
10
  Domain Path: /languages
11
  */
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: download manager, document management, file manager, digital store, ecomme
5
  Requires at least: 5.3
6
  Tested up to: 6.0
7
  License: GPLv2 or later
8
- Stable tag: 3.2.42
9
 
10
 
11
  This File Management & Digital Store plugin will help you to control file downloads & sell digital products from your WP site.
@@ -181,6 +181,9 @@ Check download stats and get a push notification when someone downloads, install
181
 
182
  == Changelog ==
183
 
 
 
 
184
  = 3.2.42 - 2022.05.31 =
185
  * Compatibility update for WordPress 6.0
186
  * Improved asset manager
5
  Requires at least: 5.3
6
  Tested up to: 6.0
7
  License: GPLv2 or later
8
+ Stable tag: 3.2.43
9
 
10
 
11
  This File Management & Digital Store plugin will help you to control file downloads & sell digital products from your WP site.
181
 
182
  == Changelog ==
183
 
184
+ = 3.2.43 - 2022.06.02 =
185
+ * Fixed an input sanitization issue with shortcode iframe
186
+
187
  = 3.2.42 - 2022.05.31 =
188
  * Compatibility update for WordPress 6.0
189
  * Improved asset manager
src/Package/views/shortcode-iframe.php CHANGED
@@ -215,12 +215,6 @@ echo do_shortcode("[wpdm_package id='{$pid}']");
215
  $(this).attr('target', '_blank');
216
  });
217
 
218
-
219
- //window.parent.document.wpdm_adjust_frame_height("<?php echo $_REQUEST['frameid']; ?>", $(document).height());
220
- //window.parent.document.getElementById("<?php echo $_REQUEST['frameid']; ?>").style.height = $(document).height()+"px";
221
- //window.parent.document.getElementById("<?php echo $_REQUEST['frameid']; ?>").height = $(document).height()+"px";
222
-
223
-
224
  });
225
 
226
  function showModal() {
215
  $(this).attr('target', '_blank');
216
  });
217
 
 
 
 
 
 
 
218
  });
219
 
220
  function showModal() {