Version Description
- 17th February 2017 =
- Fixed: The 'Shortcode Help' button wasn't working correctly for some of the new notifications.
Download this release
Release Info
Developer | voltronik |
Plugin | Better Notifications for WordPress |
Version | 1.6.2 |
Comparing to | |
See all releases |
Code changes from version 1.6.1 to 1.6.2
- README.txt +13 -2
- assets/js/bnfw.js +1 -0
- bnfw.php +1 -1
README.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://betternotificationsforwp.com/donate/
|
|
4 |
Tags: notification, email, push, sms, alert, HTML, customize, bulk, trigger, CC, BCC
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.7.2
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -26,10 +26,15 @@ You want all the users in the Editor role to be notified via email when a new po
|
|
26 |
Power-up your notifications using add-ons:
|
27 |
|
28 |
[Conditional Notifications](https://betternotificationsforwp.com/downloads/conditional-notifications/) - Limit certain notifications depending on which categories, tags, post formats, or terms you choose.
|
|
|
29 |
[Custom Fields](https://betternotificationsforwp.com/downloads/custom-fields/) - Provides a number of new shortcodes allowing you to include data from custom fields and custom user fields created using [ACF](https://wordpress.org/plugins/advanced-custom-fields/).
|
|
|
30 |
[Per-post Override](https://betternotificationsforwp.com/downloads/per-post-override/) - Override some of the settings of notifications directly when editing a post, page, or custom post type.
|
|
|
31 |
[Update Reminder](https://betternotificationsforwp.com/downloads/update-reminder/) - Send a reminder to your users and/or user roles when a post, page, or custom post type hasn't been updated in a certain number of days.
|
|
|
32 |
Send to Any Email - Coming Soon!
|
|
|
33 |
Multisite Notifications - Coming Soon!
|
34 |
|
35 |
...and more coming soon!
|
@@ -91,7 +96,7 @@ The notifications that are currently available to use are:
|
|
91 |
|
92 |
If you'd like to see a notification in the list above, please drop me a line in the forum and I'll see what I can do to add it.
|
93 |
|
94 |
-
> Like this plugin? Please leave it [a great review](https://wordpress.org/support/
|
95 |
|
96 |
> DISCLAIMER
|
97 |
> This is an incredibly useful and highly rated plugin however, it's possible that overuse or abuse of this plugin could upset your users by sending them too many notifications. By downloading / installing / using this plugin, you take full responsibility of the management / quantity / types of notifications that are sent out from it including abiding by any SPAM laws in your country / operating areas, dealing with / responding to subscription / unsubscription requests, complaints, and so on. I accept no liability or responsibility for SPAM or abuse of this plugin from the user(s) of or anyone that may receive notifications as a result of the use of this plugin. I'm trusting you, please don't abuse your users.
|
@@ -199,7 +204,13 @@ An older version might work but this is untested. A lot of the newer features re
|
|
199 |
|
200 |
== Changelog ==
|
201 |
|
|
|
|
|
|
|
202 |
= 1.6.1 - 17th February 2017 =
|
|
|
|
|
|
|
203 |
* Improved: Emails sent via the "Send me a Test Email" button now prepend the Subject line with "Test Email: " so that you can tell which is a test notification and which is a real notification when using an email log plugin.
|
204 |
* Fixed: The Global User Shortcodes weren't outputting anything when used in the 'User Email Changed - For User' notification.
|
205 |
Fixed: When a 'Lost Password – For User' notification had been set-up but disabled, it wasn't disabling the default WordPress notification.
|
4 |
Tags: notification, email, push, sms, alert, HTML, customize, bulk, trigger, CC, BCC
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 4.7.2
|
7 |
+
Stable tag: 1.6.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
26 |
Power-up your notifications using add-ons:
|
27 |
|
28 |
[Conditional Notifications](https://betternotificationsforwp.com/downloads/conditional-notifications/) - Limit certain notifications depending on which categories, tags, post formats, or terms you choose.
|
29 |
+
|
30 |
[Custom Fields](https://betternotificationsforwp.com/downloads/custom-fields/) - Provides a number of new shortcodes allowing you to include data from custom fields and custom user fields created using [ACF](https://wordpress.org/plugins/advanced-custom-fields/).
|
31 |
+
|
32 |
[Per-post Override](https://betternotificationsforwp.com/downloads/per-post-override/) - Override some of the settings of notifications directly when editing a post, page, or custom post type.
|
33 |
+
|
34 |
[Update Reminder](https://betternotificationsforwp.com/downloads/update-reminder/) - Send a reminder to your users and/or user roles when a post, page, or custom post type hasn't been updated in a certain number of days.
|
35 |
+
|
36 |
Send to Any Email - Coming Soon!
|
37 |
+
|
38 |
Multisite Notifications - Coming Soon!
|
39 |
|
40 |
...and more coming soon!
|
96 |
|
97 |
If you'd like to see a notification in the list above, please drop me a line in the forum and I'll see what I can do to add it.
|
98 |
|
99 |
+
> Like this plugin? Please leave it [a great review](https://wordpress.org/support/plugin/bnfw/reviews/?rate=5#new-post)! Don't think the plugin is worthy of 5 stars? Having problems? Let me know in the [forum](https://wordpress.org/support/plugin/bnfw/) and I'll do my best to help.
|
100 |
|
101 |
> DISCLAIMER
|
102 |
> This is an incredibly useful and highly rated plugin however, it's possible that overuse or abuse of this plugin could upset your users by sending them too many notifications. By downloading / installing / using this plugin, you take full responsibility of the management / quantity / types of notifications that are sent out from it including abiding by any SPAM laws in your country / operating areas, dealing with / responding to subscription / unsubscription requests, complaints, and so on. I accept no liability or responsibility for SPAM or abuse of this plugin from the user(s) of or anyone that may receive notifications as a result of the use of this plugin. I'm trusting you, please don't abuse your users.
|
204 |
|
205 |
== Changelog ==
|
206 |
|
207 |
+
= 1.6.2 - 17th February 2017 =
|
208 |
+
* Fixed: The 'Shortcode Help' button wasn't working correctly for some of the new notifications.
|
209 |
+
|
210 |
= 1.6.1 - 17th February 2017 =
|
211 |
+
* New & Improved: The 'Password Changed - For User', 'Password Changed - For Admin', and 'User Email Changed - For User' notifications have now been fully implemented.
|
212 |
+
* New: You can now use `[post_term taxonomy="TAXONOMY_NAME"]` to output the term(s) from the chosen taxonomy.
|
213 |
+
* Improved: Any anti-SPAM plugin should now work with BNFW, not just Akismet.
|
214 |
* Improved: Emails sent via the "Send me a Test Email" button now prepend the Subject line with "Test Email: " so that you can tell which is a test notification and which is a real notification when using an email log plugin.
|
215 |
* Fixed: The Global User Shortcodes weren't outputting anything when used in the 'User Email Changed - For User' notification.
|
216 |
Fixed: When a 'Lost Password – For User' notification had been set-up but disabled, it wasn't disabling the default WordPress notification.
|
assets/js/bnfw.js
CHANGED
@@ -146,6 +146,7 @@ jQuery(document).ready(function($) {
|
|
146 |
case 'commentreply-page':
|
147 |
case 'user-password':
|
148 |
case 'admin-password':
|
|
|
149 |
case 'password-changed':
|
150 |
case 'email-changed':
|
151 |
case 'new-user':
|
146 |
case 'commentreply-page':
|
147 |
case 'user-password':
|
148 |
case 'admin-password':
|
149 |
+
case 'admin-password-changed':
|
150 |
case 'password-changed':
|
151 |
case 'email-changed':
|
152 |
case 'new-user':
|
bnfw.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Better Notifications for WordPress
|
4 |
* Plugin URI: https://wordpress.org/plugins/bnfw/
|
5 |
* Description: Supercharge your WordPress notifications using a WYSIWYG editor and shortcodes. Default and new notifications available. Add more power with Add-ons.
|
6 |
-
* Version: 1.6.
|
7 |
* Author: Voltronik
|
8 |
* Author URI: https://betternotificationsforwp.com/
|
9 |
* Author Email: hello@betternotificationsforwp.com
|
3 |
* Plugin Name: Better Notifications for WordPress
|
4 |
* Plugin URI: https://wordpress.org/plugins/bnfw/
|
5 |
* Description: Supercharge your WordPress notifications using a WYSIWYG editor and shortcodes. Default and new notifications available. Add more power with Add-ons.
|
6 |
+
* Version: 1.6.2
|
7 |
* Author: Voltronik
|
8 |
* Author URI: https://betternotificationsforwp.com/
|
9 |
* Author Email: hello@betternotificationsforwp.com
|