Download Monitor - Version 4.4.13

Version Description

  • 16.11.2021 = Fixed: Fatal error because an extra semicolon
Download this release

Release Info

Developer giucu91
Plugin Icon 128x128 Download Monitor
Version 4.4.13
Comparing to
See all releases

Code changes from version 4.4.12 to 4.4.13

Files changed (3) hide show
  1. download-monitor.php +2 -2
  2. readme.txt +4 -1
  3. src/Gutenberg.php +1 -1
download-monitor.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Download Monitor
4
  Plugin URI: https://www.download-monitor.com
5
  Description: A full solution for managing and selling downloadable files, monitoring downloads and outputting download links and file information on your WordPress powered site.
6
- Version: 4.4.12
7
  Author: WPChill
8
  Author URI: https://wpchill.com
9
  Requires at least: 5.4
@@ -33,7 +33,7 @@ if ( ! defined( 'ABSPATH' ) ) {
33
  } // Exit if accessed directly
34
 
35
  // Define DLM Version
36
- define( 'DLM_VERSION', '4.4.12' );
37
 
38
  // Define DLM FILE
39
  define( 'DLM_PLUGIN_FILE', __FILE__ );
3
  Plugin Name: Download Monitor
4
  Plugin URI: https://www.download-monitor.com
5
  Description: A full solution for managing and selling downloadable files, monitoring downloads and outputting download links and file information on your WordPress powered site.
6
+ Version: 4.4.13
7
  Author: WPChill
8
  Author URI: https://wpchill.com
9
  Requires at least: 5.4
33
  } // Exit if accessed directly
34
 
35
  // Define DLM Version
36
+ define( 'DLM_VERSION', '4.4.13' );
37
 
38
  // Define DLM FILE
39
  define( 'DLM_PLUGIN_FILE', __FILE__ );
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: wpchill, silkalns, barrykooij, mikejolley
3
  Tags: download manager, document management, file manager, digital store, ecommerce, document management plugin, download monitor, download counter, password protection, download protection, password, protect downloads, tracker, sell, shop, ecommerce, paypal
4
  Requires at least: 5.4
5
  Tested up to: 5.8
6
- Stable tag: 4.4.12
7
  License: GPLv3
8
  Text Domain: -
9
  Requires PHP: 5.6
@@ -122,6 +122,9 @@ More documentation can be found in our [Knowledge Base](https://www.download-mon
122
 
123
  == Changelog ==
124
 
 
 
 
125
  = 4.4.12 - 16.11.2021 =
126
  Fixed: Dependencies in widgets screen cc @HardeepAsrani
127
  Removed: Custom webpack build and replaced with @wordpress/scripts cc @HardeepAsrani
3
  Tags: download manager, document management, file manager, digital store, ecommerce, document management plugin, download monitor, download counter, password protection, download protection, password, protect downloads, tracker, sell, shop, ecommerce, paypal
4
  Requires at least: 5.4
5
  Tested up to: 5.8
6
+ Stable tag: 4.4.13
7
  License: GPLv3
8
  Text Domain: -
9
  Requires PHP: 5.6
122
 
123
  == Changelog ==
124
 
125
+ = 4.4.13 - 16.11.2021 =
126
+ Fixed: Fatal error because an extra semicolon
127
+
128
  = 4.4.12 - 16.11.2021 =
129
  Fixed: Dependencies in widgets screen cc @HardeepAsrani
130
  Removed: Custom webpack build and replaced with @wordpress/scripts cc @HardeepAsrani
src/Gutenberg.php CHANGED
@@ -26,7 +26,7 @@ class DLM_Gutenberg {
26
  'dlm_gutenberg_blocks',
27
  plugins_url( '/assets/blocks/dist/blocks.js', download_monitor()->get_plugin_file() ),
28
  $asset_file['dependencies'],
29
- $asset_file['version'],
30
  );
31
 
32
  wp_register_style(
26
  'dlm_gutenberg_blocks',
27
  plugins_url( '/assets/blocks/dist/blocks.js', download_monitor()->get_plugin_file() ),
28
  $asset_file['dependencies'],
29
+ $asset_file['version']
30
  );
31
 
32
  wp_register_style(