Version Description
Download this release
Release Info
| Developer | wpkube |
| Plugin | |
| Version | 190412 |
| Comparing to | |
| See all releases | |
Code changes from version 190411 to 190412
- readme.txt +2 -2
- subscribe-to-comments-reloaded.php +1 -1
- wp_subscribe_reloaded.php +1 -1
readme.txt
CHANGED
|
@@ -7,7 +7,7 @@ Requires at least: 4.0
|
|
| 7 |
Requires PHP: 5.6
|
| 8 |
Requires MySQL: 5.6
|
| 9 |
Tested up to: 5.1
|
| 10 |
-
Stable tag:
|
| 11 |
License: GPLv2 or later
|
| 12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 13 |
|
|
@@ -100,7 +100,7 @@ Just go to the Options Panel and click the generate button. By generating a new
|
|
| 100 |
|
| 101 |
== Changelog ==
|
| 102 |
|
| 103 |
-
=
|
| 104 |
|
| 105 |
* **Fix** Issue with JavaScript code that is supposed to show the form when "StCR Position" is enabled
|
| 106 |
|
| 7 |
Requires PHP: 5.6
|
| 8 |
Requires MySQL: 5.6
|
| 9 |
Tested up to: 5.1
|
| 10 |
+
Stable tag: 190412
|
| 11 |
License: GPLv2 or later
|
| 12 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 13 |
|
| 100 |
|
| 101 |
== Changelog ==
|
| 102 |
|
| 103 |
+
= v190412 =
|
| 104 |
|
| 105 |
* **Fix** Issue with JavaScript code that is supposed to show the form when "StCR Position" is enabled
|
| 106 |
|
subscribe-to-comments-reloaded.php
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
/**
|
| 3 |
* Plugin Name: Subscribe to Comments Reloaded
|
| 4 |
* 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.
|
| 5 |
-
* Version:
|
| 6 |
* Author: WPKube
|
| 7 |
* Author URI: http://wpkube.com/
|
| 8 |
* License: GPL-2.0+
|
| 2 |
/**
|
| 3 |
* Plugin Name: Subscribe to Comments Reloaded
|
| 4 |
* 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.
|
| 5 |
+
* Version: 190412
|
| 6 |
* Author: WPKube
|
| 7 |
* Author URI: http://wpkube.com/
|
| 8 |
* License: GPL-2.0+
|
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 |
|
| 6 |
exit;
|
| 7 |
}
|
| 8 |
|
| 9 |
+
define( __NAMESPACE__.'\\VERSION','190412' );
|
| 10 |
define( __NAMESPACE__.'\\DEVELOPMENT', true );
|
| 11 |
define( __NAMESPACE__.'\\SLUG', "subscribe-to-comments-reloaded" );
|
| 12 |
|
