Skip to content

Commit 3f634ae

Browse files
committed
Merge pull request #15 from raamdev/master
Releasing Subscribe to Comments Reloaded v140129
2 parents 354d518 + e2b6374 commit 3f634ae

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

subscribe-to-comments-reloaded/readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XF86X
55
Tags: subscribe, comments, notification, subscription, manage, double check-in, follow, commenting
66
Requires at least: 2.9.2
77
Tested up to: 3.8
8-
Stable tag: 140128
8+
Stable tag: 140129
99

1010
Subscribe to Comments Reloaded allows commenters to sign up for e-mail notifications of subsequent replies.
1111

@@ -66,7 +66,12 @@ Yes! Just disable the corresponding option under Settings > Comment Form and the
6666

6767
== Changelog ==
6868

69-
= 140128 =
69+
= v140129 =
70+
71+
* **Bug Fix**. Fixed `Notice: Undefined variable: post_id` that was sometimes causing issues with creating a new subscription when WordPres Debug mode was enabled. See: <https://github.com/stcr/subscribe-to-comments-reloaded/issues/2>
72+
* Added missing `.mo` files for translations in `lang/`. See: <https://github.com/stcr/subscribe-to-comments-reloaded/issues/13>
73+
74+
= v140128 =
7075

7176
* **New Feature**. There is now an option to BCC the admin on all Notifications. This is very useful when troubleshooting email delivery issues.
7277
* **New Option**. There is a new 'HTMLify links in emails' Option. When using HTML emails for messages you can now choose to have StCR automatically HTMLify the links for you (*Settings -> Subscribe to Comments -> Options -> HTMLify links in emails*). You can, of course, leave this option disabled and add your own HTML to the messages if you prefer.

subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
/*
33
Plugin Name: Subscribe to Comments Reloaded
44
5-
Version: 140128
6-
Stable tag: 14012
5+
Version: 140129
6+
Stable tag: 140129
77
Requires at least: 2.9.2
88
Tested up to: 3.8
99
1010
Plugin URI: http://wordpress.org/extend/plugins/subscribe-to-comments-reloaded/
1111
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.
1212
Contributors: camu, Reedyseth, andreasbo, raamdev
13+
Author: camu, Reedyseth, Raam Dev
1314
*/
1415

1516
// Avoid direct access to this piece of code
@@ -105,7 +106,7 @@ function subscribe_reloaded_show() {
105106

106107
class wp_subscribe_reloaded {
107108

108-
public $current_version = '140128';
109+
public $current_version = '140129';
109110

110111
/**
111112
* Constructor -- Sets things up.

0 commit comments

Comments
 (0)