Version Description
Download this release
Release Info
Developer | mandsconsulting |
Plugin | Email Before Download |
Version | 5.1.6 |
Comparing to | |
See all releases |
Code changes from version 5.1.5 to 5.1.6
- email-before-download.php +2 -2
- includes/class-email-before-download-db.php +1 -1
- readme.txt +2 -0
email-before-download.php
CHANGED
@@ -11,7 +11,7 @@
|
|
11 |
* @wordpress-plugin
|
12 |
* Plugin Name: Email Before Download
|
13 |
* Plugin URI: mandsconsulting.com
|
14 |
-
* Version: 5.1.
|
15 |
* Author: M&S Consulting
|
16 |
* Author URI: mandsconsulting.com
|
17 |
* License: GPL-2.0+
|
@@ -24,7 +24,7 @@ if ( ! defined( 'WPINC' ) ) {
|
|
24 |
die;
|
25 |
}
|
26 |
|
27 |
-
define( 'PLUGIN_NAME_VERSION', '5.1.
|
28 |
|
29 |
function activate_email_before_download() {
|
30 |
require_once plugin_dir_path( __FILE__ ) . 'includes/class-email-before-download-activator.php';
|
11 |
* @wordpress-plugin
|
12 |
* Plugin Name: Email Before Download
|
13 |
* Plugin URI: mandsconsulting.com
|
14 |
+
* Version: 5.1.6
|
15 |
* Author: M&S Consulting
|
16 |
* Author URI: mandsconsulting.com
|
17 |
* License: GPL-2.0+
|
24 |
die;
|
25 |
}
|
26 |
|
27 |
+
define( 'PLUGIN_NAME_VERSION', '5.1.6' );
|
28 |
|
29 |
function activate_email_before_download() {
|
30 |
require_once plugin_dir_path( __FILE__ ) . 'includes/class-email-before-download-activator.php';
|
includes/class-email-before-download-db.php
CHANGED
@@ -153,7 +153,7 @@ class Email_Before_Download_DB
|
|
153 |
return $csv;
|
154 |
}
|
155 |
public function get_ajax_links($email){
|
156 |
-
$time = time() -
|
157 |
|
158 |
$linkQuery = "
|
159 |
SELECT uid, selected_id
|
153 |
return $csv;
|
154 |
}
|
155 |
public function get_ajax_links($email){
|
156 |
+
$time = time() - 25;
|
157 |
|
158 |
$linkQuery = "
|
159 |
SELECT uid, selected_id
|
readme.txt
CHANGED
@@ -106,6 +106,8 @@ This is the list of all short code attributes that can be used. Some of them o
|
|
106 |
|
107 |
|
108 |
== Changelog ==
|
|
|
|
|
109 |
=5.1.5=
|
110 |
* fixed issue with false positives on invalid uids
|
111 |
=5.1.4=
|
106 |
|
107 |
|
108 |
== Changelog ==
|
109 |
+
=5.1.6=
|
110 |
+
* fixed issue where some people weren't getting ajaxed links
|
111 |
=5.1.5=
|
112 |
* fixed issue with false positives on invalid uids
|
113 |
=5.1.4=
|