Version Description
= v190304 =
- Fix Issue with "Subscribe authors" functionality sending the emails to administrator instead of the post author
= v190214 =
- Fix Compatibility with some PHP versions and MySQL. Fixes other minor issues.
= v190117 =
- Upgrade The backend interface to make the UX simpler for the user and Add option to get information of your WordPress System. Improve Logging with PHP errors catching.
= v180225 = Fix Information that was not been validated on the backened.
Download this release
Release Info
Developer | wpkube |
Plugin | Subscribe To Comments Reloaded |
Version | 190304 |
Comparing to | |
See all releases |
Code changes from version 190214 to 190304
- options/options_template.php +7 -18
- options/stcr_comment_form.php +7 -18
- options/stcr_manage_subscriptions.php +7 -20
- options/stcr_management_page.php +7 -18
- options/stcr_notifications.php +7 -18
- options/stcr_options.php +7 -18
- options/stcr_support.php +8 -29
- options/stcr_system.php +7 -18
- readme.txt +10 -6
- subscribe-to-comments-reloaded.php +4 -4
- utils/stcr_manage.php +0 -1
- utils/stcr_upgrade.php +0 -20
- wp_subscribe_reloaded.php +5 -2
options/options_template.php
CHANGED
@@ -75,24 +75,13 @@ wp_print_scripts( 'quicktags' );
|
|
75 |
<div class="col-md-3">
|
76 |
<div class="card card-font-size">
|
77 |
<div class="card-body">
|
78 |
-
<
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
86 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
87 |
-
<p>Please rate it
|
88 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
89 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
90 |
-
</a>
|
91 |
-
</p>
|
92 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
93 |
-
|
94 |
-
</p>
|
95 |
-
</div>
|
96 |
</div>
|
97 |
</div>
|
98 |
</div>
|
75 |
<div class="col-md-3">
|
76 |
<div class="card card-font-size">
|
77 |
<div class="card-body">
|
78 |
+
<p>
|
79 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
80 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
81 |
+
</p>
|
82 |
+
<p>
|
83 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
84 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
</div>
|
86 |
</div>
|
87 |
</div>
|
options/stcr_comment_form.php
CHANGED
@@ -346,24 +346,13 @@ if ( isset( $_POST['options'] ) ) {
|
|
346 |
<div class="col-md-3">
|
347 |
<div class="card card-font-size">
|
348 |
<div class="card-body">
|
349 |
-
<
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
357 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
358 |
-
<p>Please rate it
|
359 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
360 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
361 |
-
</a>
|
362 |
-
</p>
|
363 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
364 |
-
|
365 |
-
</p>
|
366 |
-
</div>
|
367 |
</div>
|
368 |
</div>
|
369 |
</div>
|
346 |
<div class="col-md-3">
|
347 |
<div class="card card-font-size">
|
348 |
<div class="card-body">
|
349 |
+
<p>
|
350 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
351 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
352 |
+
</p>
|
353 |
+
<p>
|
354 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
355 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
356 |
</div>
|
357 |
</div>
|
358 |
</div>
|
options/stcr_manage_subscriptions.php
CHANGED
@@ -306,26 +306,13 @@ if ( is_readable( WP_PLUGIN_DIR . "/subscribe-to-comments-reloaded/options/panel
|
|
306 |
<div class="col-sm-6 col-md-6 col-lg-6 mx-auto">
|
307 |
<div class="card" style="max-width: 100% !important;">
|
308 |
<div class="card-body">
|
309 |
-
<
|
310 |
-
|
311 |
-
<a href="
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
<p>Thank you for Supporting StCR, You can Support the plugin by giving a
|
317 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
318 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
319 |
-
<p>Please rate it
|
320 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
321 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
322 |
-
</a>
|
323 |
-
</p>
|
324 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
325 |
-
|
326 |
-
</p>
|
327 |
-
</div>
|
328 |
-
</div>
|
329 |
</div>
|
330 |
</div>
|
331 |
</div>
|
306 |
<div class="col-sm-6 col-md-6 col-lg-6 mx-auto">
|
307 |
<div class="card" style="max-width: 100% !important;">
|
308 |
<div class="card-body">
|
309 |
+
<p>
|
310 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
311 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
312 |
+
</p>
|
313 |
+
<p>
|
314 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
315 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
</div>
|
317 |
</div>
|
318 |
</div>
|
options/stcr_management_page.php
CHANGED
@@ -358,24 +358,13 @@ wp_print_scripts( 'quicktags' );
|
|
358 |
<div class="col-md-3">
|
359 |
<div class="card card-font-size">
|
360 |
<div class="card-body">
|
361 |
-
<
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
369 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
370 |
-
<p>Please rate it
|
371 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
372 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
373 |
-
</a>
|
374 |
-
</p>
|
375 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
376 |
-
|
377 |
-
</p>
|
378 |
-
</div>
|
379 |
</div>
|
380 |
</div>
|
381 |
</div>
|
358 |
<div class="col-md-3">
|
359 |
<div class="card card-font-size">
|
360 |
<div class="card-body">
|
361 |
+
<p>
|
362 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
363 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
364 |
+
</p>
|
365 |
+
<p>
|
366 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
367 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
368 |
</div>
|
369 |
</div>
|
370 |
</div>
|
options/stcr_notifications.php
CHANGED
@@ -327,24 +327,13 @@ wp_print_scripts( 'quicktags' );
|
|
327 |
<div class="col-md-3">
|
328 |
<div class="card card-font-size">
|
329 |
<div class="card-body">
|
330 |
-
<
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
338 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
339 |
-
<p>Please rate it
|
340 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
341 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
342 |
-
</a>
|
343 |
-
</p>
|
344 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
345 |
-
|
346 |
-
</p>
|
347 |
-
</div>
|
348 |
</div>
|
349 |
</div>
|
350 |
</div>
|
327 |
<div class="col-md-3">
|
328 |
<div class="card card-font-size">
|
329 |
<div class="card-body">
|
330 |
+
<p>
|
331 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
332 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
333 |
+
</p>
|
334 |
+
<p>
|
335 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
336 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
337 |
</div>
|
338 |
</div>
|
339 |
</div>
|
options/stcr_options.php
CHANGED
@@ -487,24 +487,13 @@ wp_print_scripts( 'quicktags' );
|
|
487 |
<div class="col-md-3">
|
488 |
<div class="card card-font-size">
|
489 |
<div class="card-body">
|
490 |
-
<
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
498 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
499 |
-
<p>Please rate it
|
500 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
501 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
502 |
-
</a>
|
503 |
-
</p>
|
504 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
505 |
-
|
506 |
-
</p>
|
507 |
-
</div>
|
508 |
</div>
|
509 |
</div>
|
510 |
</div>
|
487 |
<div class="col-md-3">
|
488 |
<div class="card card-font-size">
|
489 |
<div class="card-body">
|
490 |
+
<p>
|
491 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
492 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
493 |
+
</p>
|
494 |
+
<p>
|
495 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
496 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
497 |
</div>
|
498 |
</div>
|
499 |
</div>
|
options/stcr_support.php
CHANGED
@@ -17,16 +17,7 @@ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
|
|
17 |
<div class="card-body">
|
18 |
<div class="card-text">
|
19 |
|
20 |
-
<h5><?php
|
21 |
-
|
22 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" target="_blank">
|
23 |
-
<img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/donate.gif"
|
24 |
-
alt="Support Subscribe to Comments Reloaded">
|
25 |
-
</a>
|
26 |
-
|
27 |
-
<p class="mt-3"><?php _e( 'How valuable is the feature offered by this plugin to your visitors? please consider supporting the author if this plugin made your web site better, especially if you are making money out of it.<br><br> You can donate <strong>$5.00, $10.00, $20.00</strong> or more, $Any donation received will be reinvested in the development of <strong>Subscribe to Comments Reloaded</strong>, and to buy some food for my hungry family.', 'subscribe-reloaded' ) ?></p>
|
28 |
-
|
29 |
-
<h5><?php _e( "You can still help", 'subscribe-reloaded' ) ?></h5>
|
30 |
<p><?php _e( "Please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever you do, thanks for using my plugin!", 'subscribe-reloaded' ) ?></p>
|
31 |
|
32 |
<h5><?php _e( "Subscribe to the Beta testers", 'subscribe-reloaded' ) ?></h5>
|
@@ -51,25 +42,13 @@ if ( ! function_exists( 'is_admin' ) || ! is_admin() ) {
|
|
51 |
<div class="col-md-3">
|
52 |
<div class="card card-font-size">
|
53 |
<div class="card-body">
|
54 |
-
<
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
<p>Thank you for Supporting StCR, You can Support the plugin by giving a
|
62 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
63 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
64 |
-
<p>Please rate it
|
65 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
66 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
67 |
-
</a>
|
68 |
-
</p>
|
69 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
70 |
-
|
71 |
-
</p>
|
72 |
-
</div>
|
73 |
</div>
|
74 |
</div>
|
75 |
</div>
|
17 |
<div class="card-body">
|
18 |
<div class="card-text">
|
19 |
|
20 |
+
<h5><?php _e( "You can help", 'subscribe-reloaded' ) ?></h5>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
<p><?php _e( "Please consider blogging about my plugin with a link to the plugin's page. Please let your readers know what makes your blog better. You can also contribute donating your time: do not hesitate to send me bug reports, your localization files, ideas on how to improve <strong>Subscribe to Comments Reloaded</strong> and so on. Whatever you do, thanks for using my plugin!", 'subscribe-reloaded' ) ?></p>
|
22 |
|
23 |
<h5><?php _e( "Subscribe to the Beta testers", 'subscribe-reloaded' ) ?></h5>
|
42 |
<div class="col-md-3">
|
43 |
<div class="card card-font-size">
|
44 |
<div class="card-body">
|
45 |
+
<p>
|
46 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
47 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
48 |
+
</p>
|
49 |
+
<p>
|
50 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
51 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
</div>
|
53 |
</div>
|
54 |
</div>
|
options/stcr_system.php
CHANGED
@@ -750,24 +750,13 @@ else {
|
|
750 |
<div class="col-md-3">
|
751 |
<div class="card card-font-size">
|
752 |
<div class="card-body">
|
753 |
-
<
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
<a href="http://subscribe-reloaded.com/active-support-donation/" rel="external" target="_blank">
|
761 |
-
<i class="fab fa-paypal"></i> Donation</a></p>
|
762 |
-
<p>Please rate it
|
763 |
-
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png"
|
764 |
-
alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" />
|
765 |
-
</a>
|
766 |
-
</p>
|
767 |
-
<p><i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
768 |
-
|
769 |
-
</p>
|
770 |
-
</div>
|
771 |
</div>
|
772 |
</div>
|
773 |
</div>
|
750 |
<div class="col-md-3">
|
751 |
<div class="card card-font-size">
|
752 |
<div class="card-body">
|
753 |
+
<p>
|
754 |
+
Thank you for using Subscribe to Comments Reloaded. You can Support the plugin by rating it
|
755 |
+
<a href="https://wordpress.org/support/plugin/subscribe-to-comments-reloaded/reviews/#new-post" target="_blank"><img src="<?php echo plugins_url(); ?>/subscribe-to-comments-reloaded/images/rate.png" alt="Rate Subscribe to Comments Reloaded" style="vertical-align: sub;" /></a>
|
756 |
+
</p>
|
757 |
+
<p>
|
758 |
+
<i class="fas fa-bug"></i> Having issues? Please <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues/new" target="_blank">create a ticket</a>
|
759 |
+
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
760 |
</div>
|
761 |
</div>
|
762 |
</div>
|
readme.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
=== Subscribe To Comments Reloaded ===
|
2 |
-
Author:
|
3 |
-
Contributors:
|
4 |
-
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
|
5 |
Tags: comments, subscribe, subscribe to comments, subscribe to comments reloaded, email, email notification, subscriptions, commenting, reply, reply to comments, post notification, comment notification, automatic comment notification, email signup
|
6 |
Plugin URI: http://subscribe-reloaded.com/
|
7 |
Requires at least: 4.0
|
@@ -44,9 +43,6 @@ Subscribe to Comments Reloaded is a robust plugin that enables commenters to sig
|
|
44 |
|
45 |
== Frequently Asked Questions ==
|
46 |
|
47 |
-
= Where can I give a Donation to support the plugin? =
|
48 |
-
Thank you to your contributions the plugin gets better, please go to this [link](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) to give a PayPal donation.
|
49 |
-
|
50 |
= Are there any video tutorials? =
|
51 |
Yeah, I have uploaded a few videos for the following topics:
|
52 |
|
@@ -104,6 +100,10 @@ Just go to the Options Panel and click the generate button. By generating a new
|
|
104 |
|
105 |
== Upgrade Notice ==
|
106 |
|
|
|
|
|
|
|
|
|
107 |
= v190214 =
|
108 |
|
109 |
* **Fix** Compatibility with some PHP versions and MySQL. Fixes other minor issues.
|
@@ -117,6 +117,10 @@ Just go to the Options Panel and click the generate button. By generating a new
|
|
117 |
|
118 |
== Changelog ==
|
119 |
|
|
|
|
|
|
|
|
|
120 |
= v190214 =
|
121 |
|
122 |
* **Fix** String error calling the Curl Array.
|
1 |
=== Subscribe To Comments Reloaded ===
|
2 |
+
Author: WPKube
|
3 |
+
Contributors: WPKube
|
|
|
4 |
Tags: comments, subscribe, subscribe to comments, subscribe to comments reloaded, email, email notification, subscriptions, commenting, reply, reply to comments, post notification, comment notification, automatic comment notification, email signup
|
5 |
Plugin URI: http://subscribe-reloaded.com/
|
6 |
Requires at least: 4.0
|
43 |
|
44 |
== Frequently Asked Questions ==
|
45 |
|
|
|
|
|
|
|
46 |
= Are there any video tutorials? =
|
47 |
Yeah, I have uploaded a few videos for the following topics:
|
48 |
|
100 |
|
101 |
== Upgrade Notice ==
|
102 |
|
103 |
+
= v190304 =
|
104 |
+
|
105 |
+
* **Fix** Issue with "Subscribe authors" functionality sending the emails to administrator instead of the post author
|
106 |
+
|
107 |
= v190214 =
|
108 |
|
109 |
* **Fix** Compatibility with some PHP versions and MySQL. Fixes other minor issues.
|
117 |
|
118 |
== Changelog ==
|
119 |
|
120 |
+
= v190304 =
|
121 |
+
|
122 |
+
* **Fix** Issue with "Subscribe authors" functionality sending the emails to administrator instead of the post author
|
123 |
+
|
124 |
= v190214 =
|
125 |
|
126 |
* **Fix** String error calling the Curl Array.
|
subscribe-to-comments-reloaded.php
CHANGED
@@ -2,16 +2,16 @@
|
|
2 |
/*
|
3 |
Plugin Name: Subscribe to Comments Reloaded
|
4 |
|
5 |
-
Version:
|
6 |
Stable tag: 190214
|
7 |
Requires at least: 4.0
|
8 |
Tested up to: 5.1
|
9 |
|
10 |
Plugin URI: http://subscribe-reloaded.com/
|
11 |
Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
|
12 |
-
Contributors:
|
13 |
-
Author:
|
14 |
-
Author URI: https://
|
15 |
|
16 |
Text Domain: subscribe-reloaded
|
17 |
Domain Path: /langs
|
2 |
/*
|
3 |
Plugin Name: Subscribe to Comments Reloaded
|
4 |
|
5 |
+
Version: 190304
|
6 |
Stable tag: 190214
|
7 |
Requires at least: 4.0
|
8 |
Tested up to: 5.1
|
9 |
|
10 |
Plugin URI: http://subscribe-reloaded.com/
|
11 |
Description: Subscribe to Comments Reloaded is a robust plugin that enables commenters to sign up for e-mail notifications. It includes a full-featured subscription manager that your commenters can use to unsubscribe to certain posts or suspend all notifications.
|
12 |
+
Contributors: WPKube
|
13 |
+
Author: WPKube
|
14 |
+
Author URI: https://wpkube.com
|
15 |
|
16 |
Text Domain: subscribe-reloaded
|
17 |
Domain Path: /langs
|
utils/stcr_manage.php
CHANGED
@@ -698,7 +698,6 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_manage') )
|
|
698 |
if ( $screen_id == 'subscribe-to-comments-reloaded/options/index' ) {
|
699 |
load_plugin_textdomain( 'subscribe-reloaded', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
|
700 |
$contextual_help = __( 'Need help on how to use Subscribe to Comments Reloaded? Visit the official', 'subscribe-reloaded' ) . ' <a href="http://wordpress.org/tags/subscribe-to-comments-reloaded?forum_id=10" target="_blank">' . __( 'support forum', 'subscribe-reloaded' ) . '</a>. ';
|
701 |
-
$contextual_help .= __( 'Feeling generous?', 'subscribe-reloaded' ) . ' <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">' . __( 'Donate a few bucks!', 'subscribe-reloaded' ) . '</a>';
|
702 |
}
|
703 |
|
704 |
return $contextual_help;
|
698 |
if ( $screen_id == 'subscribe-to-comments-reloaded/options/index' ) {
|
699 |
load_plugin_textdomain( 'subscribe-reloaded', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
|
700 |
$contextual_help = __( 'Need help on how to use Subscribe to Comments Reloaded? Visit the official', 'subscribe-reloaded' ) . ' <a href="http://wordpress.org/tags/subscribe-to-comments-reloaded?forum_id=10" target="_blank">' . __( 'support forum', 'subscribe-reloaded' ) . '</a>. ';
|
|
|
701 |
}
|
702 |
|
703 |
return $contextual_help;
|
utils/stcr_upgrade.php
CHANGED
@@ -416,8 +416,6 @@ if( ! class_exists('\\'.__NAMESPACE__.'\\stcr_upgrade') ) {
|
|
416 |
'unread',
|
417 |
'<p>' . __('<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>.', 'subscribe-reloaded') . '</p>' .
|
418 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
419 |
-
'<h2>' . __('Please consider to make a donation to support the plugin. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
420 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>.', 'subscribe-reloaded') . '</h2>' .
|
421 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for detailed information on plugin changes.'
|
422 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
423 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Working...">', 'subscribe-reloaded') . '</p>',
|
@@ -535,9 +533,6 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
|
|
535 |
'</ul>' .
|
536 |
|
537 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
538 |
-
'<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
|
539 |
-
'<h2>' . __('Help to keep the support alive. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
540 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>.', 'subscribe-reloaded') . '</h2>' .
|
541 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
542 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
543 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
@@ -560,9 +555,6 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
|
|
560 |
'</ul>' .
|
561 |
|
562 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
563 |
-
'<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
|
564 |
-
'<h2>' . __('Help to keep the support alive. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
565 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>. Thank you for the users that have supported the plugin development.', 'subscribe-reloaded') . '</h2>' .
|
566 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
567 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
568 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
@@ -586,9 +578,6 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
|
|
586 |
'</ul>' .
|
587 |
|
588 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
589 |
-
'<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
|
590 |
-
'<h2>' . __('Help to keep the support alive. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
591 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>. A big Thanks for all the users that have supported the plugin development.', 'subscribe-reloaded') . '</h2>' .
|
592 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
593 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
594 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
@@ -605,9 +594,6 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
|
|
605 |
'<p>' . __('<strong>Subscribe to Comments Reloaded</strong> has been updated to version ' . $_version, 'subscribe-reloaded') . '</p>' .
|
606 |
'<p>' . __('This version includes fixes and improvements, ', 'subscribe-reloaded') . '</p>' .
|
607 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
608 |
-
'<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
|
609 |
-
'<h2>' . __('Help to keep the support alive. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
610 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>. A big Thanks for all the users that have supported the plugin development.', 'subscribe-reloaded') . '</h2>' .
|
611 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
612 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
613 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
@@ -625,9 +611,6 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
|
|
625 |
'<p>' . __('This version includes fixes and improvements, ', 'subscribe-reloaded') . '</p>' .
|
626 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
627 |
'<p>' . __('You might need to clear you cache !!', 'subscribe-reloaded') . '</p>' .
|
628 |
-
'<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
|
629 |
-
'<h2>' . __('Help to keep the support alive. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
630 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>. A big Thanks for all the users that have supported the plugin development.', 'subscribe-reloaded') . '</h2>' .
|
631 |
'<p>' . __('Please visit the <a href="http://subscribe-reloaded.com/update/stcr-release-version-'.$_version.'/" target="_blank">Release Post</a> for a complete list of changes and guide about the new version.'
|
632 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
633 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
@@ -642,9 +625,6 @@ https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=U
|
|
642 |
'<p>' . __('This version includes fixes., ', 'subscribe-reloaded') . '</p>' .
|
643 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
644 |
'<p>' . __('You might need to clear you cache !!', 'subscribe-reloaded') . '</p>' .
|
645 |
-
'<h2>' . __('The support of this plugin is given thanks to your donations.', 'subscribe-reloaded') . '</h2>'.
|
646 |
-
'<h2>' . __('Help to keep the support alive. You can donate via <i class="fab fa-paypal" aria-hidden="true"></i> <a href="
|
647 |
-
https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X93FDCGYA&lc=US&item_name=Datasoft%20Engineering&item_number=DI%2dSTCR¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted" target="_blank">PayPal</a>. A big Thanks for all the users that have supported the plugin development.', 'subscribe-reloaded') . '</h2>' .
|
648 |
'<p>' . __('Please visit the <a href="http://subscribe-reloaded.com/update/stcr-release-version-'.$_version.'/" target="_blank">Release Post</a> for a complete list of changes and guide about the new version.'
|
649 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
650 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
416 |
'unread',
|
417 |
'<p>' . __('<strong>Thank you for installing Subscribe to Comments Reloaded!</strong>.', 'subscribe-reloaded') . '</p>' .
|
418 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
419 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for detailed information on plugin changes.'
|
420 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
421 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Working...">', 'subscribe-reloaded') . '</p>',
|
533 |
'</ul>' .
|
534 |
|
535 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
|
|
536 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
537 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
538 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
555 |
'</ul>' .
|
556 |
|
557 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
|
|
558 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
559 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
560 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
578 |
'</ul>' .
|
579 |
|
580 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
|
|
581 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
582 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
583 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
594 |
'<p>' . __('<strong>Subscribe to Comments Reloaded</strong> has been updated to version ' . $_version, 'subscribe-reloaded') . '</p>' .
|
595 |
'<p>' . __('This version includes fixes and improvements, ', 'subscribe-reloaded') . '</p>' .
|
596 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
|
|
597 |
'<p>' . __('Please visit the <a href="https://wordpress.org/plugins/subscribe-to-comments-reloaded/changelog/" target="_blank">Changelog</a> for a complete list of changes.'
|
598 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
599 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
611 |
'<p>' . __('This version includes fixes and improvements, ', 'subscribe-reloaded') . '</p>' .
|
612 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
613 |
'<p>' . __('You might need to clear you cache !!', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
|
|
614 |
'<p>' . __('Please visit the <a href="http://subscribe-reloaded.com/update/stcr-release-version-'.$_version.'/" target="_blank">Release Post</a> for a complete list of changes and guide about the new version.'
|
615 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
616 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
625 |
'<p>' . __('This version includes fixes., ', 'subscribe-reloaded') . '</p>' .
|
626 |
'<p>' . __('If you find a bug or an issue you can report it <a href="https://github.com/stcr/subscribe-to-comments-reloaded/issues" target="_blank">here</a>.', 'subscribe-reloaded') . '</p>' .
|
627 |
'<p>' . __('You might need to clear you cache !!', 'subscribe-reloaded') . '</p>' .
|
|
|
|
|
|
|
628 |
'<p>' . __('Please visit the <a href="http://subscribe-reloaded.com/update/stcr-release-version-'.$_version.'/" target="_blank">Release Post</a> for a complete list of changes and guide about the new version.'
|
629 |
. '<a class="dismiss" href="#">Dismiss. </a>'
|
630 |
. '<img class="stcr-loading-animation" src="' . esc_url(admin_url() . '/images/loading.gif') . '" alt="Dismissing Message">', 'subscribe-reloaded') . '</p>',
|
wp_subscribe_reloaded.php
CHANGED
@@ -6,7 +6,7 @@ if ( ! function_exists( 'add_action' ) ) {
|
|
6 |
exit;
|
7 |
}
|
8 |
|
9 |
-
define( __NAMESPACE__.'\\VERSION','
|
10 |
define( __NAMESPACE__.'\\DEVELOPMENT', true );
|
11 |
define( __NAMESPACE__.'\\SLUG', "subscribe-to-comments-reloaded" );
|
12 |
|
@@ -343,7 +343,10 @@ if(!class_exists('\\'.__NAMESPACE__.'\\wp_subscribe_reloaded')) {
|
|
343 |
|
344 |
// If the case, notify the author
|
345 |
if ( get_option( 'subscribe_reloaded_notify_authors', 'no' ) == 'yes' ) {
|
346 |
-
|
|
|
|
|
|
|
347 |
}
|
348 |
|
349 |
return $_comment_ID;
|
6 |
exit;
|
7 |
}
|
8 |
|
9 |
+
define( __NAMESPACE__.'\\VERSION','190304' );
|
10 |
define( __NAMESPACE__.'\\DEVELOPMENT', true );
|
11 |
define( __NAMESPACE__.'\\SLUG', "subscribe-to-comments-reloaded" );
|
12 |
|
343 |
|
344 |
// If the case, notify the author
|
345 |
if ( get_option( 'subscribe_reloaded_notify_authors', 'no' ) == 'yes' ) {
|
346 |
+
$post_author_id = get_post_field( 'post_author', $info->comment_post_ID );
|
347 |
+
$post_author_data = get_userdata( $post_author_id );
|
348 |
+
$post_author_email = $post_author_data->user_email;
|
349 |
+
$this->notify_user( $info->comment_post_ID, $post_author_email, $_comment_ID );
|
350 |
}
|
351 |
|
352 |
return $_comment_ID;
|