Better Notifications for WordPress - Version 1.1.5.3

Version Description

  • Compatibility with WordPress 4.2.
Download this release

Release Info

Developer voltronik
Plugin Icon 128x128 Better Notifications for WordPress
Version 1.1.5.3
Comparing to
See all releases

Code changes from version 1.1.5.2 to 1.1.5.3

Files changed (2) hide show
  1. README.txt +20 -14
  2. bnfw.php +1 -1
README.txt CHANGED
@@ -1,9 +1,9 @@
1
  === Better Notifications for WordPress ===
2
  Contributors: voltronik
3
- Tags: notifications, email, alerts, roles, users, HTML
4
  Requires at least: 3.5
5
- Tested up to: 4.1.1
6
- Stable tag: 1.1.5.2
7
  License: GPLv2 or later
8
 
9
  Send customisable HTML emails to your users for different WordPress notifications.
@@ -17,6 +17,8 @@ Better Notifications for WordPress allows you to generate custom HTML email noti
17
  = For example: =
18
  You want a user with the editor role (or all users using the Editor role) to be alerted via email when a new post is published and you'd like to customise it to include your branding along with the author's display name and post time - with this plugin, that's easy.
19
 
 
 
20
  Notifications that are currently available to use are:
21
 
22
  **WordPress Defaults**
@@ -57,15 +59,12 @@ Notifications that are currently available to use are:
57
 
58
  * New Term
59
 
60
- If you'd like to see a notification in the list above, please drop me a line in the forums and we'll see what we can do to add it.
61
-
62
- > A long and handy list of shortcodes you can use is available [here](http://www.voltronik.co.uk/wordpress-plugins/better-notifications-for-wordpress/ "Shortcodes for use in Better Notifications for WordPress").
63
-
64
 
65
- Having problems? Please let me know via this plugin's forum so we can address them and let it act as a source of information for future reference and other users.
66
 
67
  Like this plugin? Please leave it a great review!
68
- Don't think the plugin is worthy of 5 stars? Let me know on the forum and we'll do our best to help.
69
 
70
  > Want to add categories and sub-categories via the WordPress front-end?
71
  > Try my [Front-end Categories](https://wordpress.org/plugins/front-end-categories/ "Front-end Categories WordPress Plugin") plugin.
@@ -74,11 +73,11 @@ Don't think the plugin is worthy of 5 stars? Let me know on the forum and we'll
74
 
75
  == Installation ==
76
 
77
- 1. Upload the 'bnfw' plugin folder to the '/wp-content/plugins/' directory or download it via your WordPress installation.
78
- 2. Activate the plugin through the 'Plugins' menu in WordPress
79
  3. Use the settings in the new 'Notifications' Menu item in the sidebar to configure the plugin.
80
- 4. (Optional) Install a plugin to use SMTP instead of `wp_mail()`. We recommend WP-Mail-SMTP.
81
- 5. Test by creating a notification.
82
 
83
 
84
 
@@ -123,7 +122,11 @@ Many hosts place a limit on the number of emails that can be sent out within an
123
 
124
  = Some of my shortcodes aren't working! =
125
 
126
- It's possible you're inserting a shortcode into a notification that cannot use it. For example: the 'New Category' email notification cannot use any of the author or time shortcodes as WordPress only stores the category name, category slug and category description in the database. It's also worth checking the spelling and hyphens in any shortcodes as well as if they are wrapped in square brackets `[]`.
 
 
 
 
127
 
128
  = Can I translate this plugin? =
129
 
@@ -147,6 +150,9 @@ It might do but this is untested.
147
 
148
  == Changelog ==
149
 
 
 
 
150
  = 1.1.5.2 =
151
  * Fixed: Custom Post Type Pending Posts not being sent.
152
  * Fixed: Post excerpt not outputting anything.
1
  === Better Notifications for WordPress ===
2
  Contributors: voltronik
3
+ Tags: notifications, email, mail, alerts, roles, user, users, admin, HTML, plain, wp_mail, shortcode, customize, post, page, updated, pending review, scheduled, category, tag, term, custom post type, comment, akismet, trackback, pingback, lost password, welcome, new user, bulk, notice, trigger
4
  Requires at least: 3.5
5
+ Tested up to: 4.2.1
6
+ Stable tag: 1.1.5.3
7
  License: GPLv2 or later
8
 
9
  Send customisable HTML emails to your users for different WordPress notifications.
17
  = For example: =
18
  You want a user with the editor role (or all users using the Editor role) to be alerted via email when a new post is published and you'd like to customise it to include your branding along with the author's display name and post time - with this plugin, that's easy.
19
 
20
+ > A long and handy list of shortcodes you can use is available [here](http://www.voltronik.co.uk/wordpress-plugins/better-notifications-for-wordpress/ "Shortcodes for use in Better Notifications for WordPress").
21
+
22
  Notifications that are currently available to use are:
23
 
24
  **WordPress Defaults**
59
 
60
  * New Term
61
 
62
+ If you'd like to see a notification in the list above, please drop me a line in the forums and I'll see what I can do to add it.
 
 
 
63
 
64
+ Having problems? Please let me know via this plugin's forum so I can address them and let it act as a source of information for future reference and other users.
65
 
66
  Like this plugin? Please leave it a great review!
67
+ Don't think the plugin is worthy of 5 stars? Let me know on the forum and I'll do my best to help.
68
 
69
  > Want to add categories and sub-categories via the WordPress front-end?
70
  > Try my [Front-end Categories](https://wordpress.org/plugins/front-end-categories/ "Front-end Categories WordPress Plugin") plugin.
73
 
74
  == Installation ==
75
 
76
+ 1. Upload the 'bnfw' plugin folder to the '/wp-content/plugins/' directory or install it via your WordPress Admin.
77
+ 2. Activate the plugin through the 'Plugins' menu in WordPress.
78
  3. Use the settings in the new 'Notifications' Menu item in the sidebar to configure the plugin.
79
+ 4. (Optional) Install a plugin to use SMTP instead of `wp_mail()`.
80
+ 5. Test by creating a notification with some [shortcodes](http://www.voltronik.co.uk/wordpress-plugins/better-notifications-for-wordpress/ "Shortcodes for use in Better Notifications for WordPress").
81
 
82
 
83
 
122
 
123
  = Some of my shortcodes aren't working! =
124
 
125
+ It's possible you're inserting a shortcode into a notification that cannot use it. For example: the 'New Category' email notification cannot use any of the author or time shortcodes as WordPress only stores the category name, category slug and category description in the database. It's also worth checking the spelling and underscores in any shortcodes as well as if they are wrapped in square brackets `[]`.
126
+
127
+ = Custom Post Type 'X' isn't showing in the list of available custom post types =
128
+
129
+ This is most likely because it's `public` setting is set to `false`. Try changing this and see if it shows up in the list. If the custom post type has been created by a plugin and is set to private (such as [TablePress](https://wordpress.org/plugins/tablepress/ "TablePress")), you'll need to get in touch with the plugin author to see if they'll consider changing it to public instead so that BNFW can send out notifications for it.
130
 
131
  = Can I translate this plugin? =
132
 
150
 
151
  == Changelog ==
152
 
153
+ = 1.1.5.3 =
154
+ * Compatibility with WordPress 4.2.
155
+
156
  = 1.1.5.2 =
157
  * Fixed: Custom Post Type Pending Posts not being sent.
158
  * Fixed: Post excerpt not outputting anything.
bnfw.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Better Notifications for WordPress
4
  * Plugin URI: http://wordpress.org/plugins/bnfw/
5
  * Description: Send customisable HTML emails to your users for different WordPress notifications.
6
- * Version: 1.1.5.2
7
  * Author: Voltronik
8
  * Author URI: http://www.voltronik.co.uk/
9
  * Author Email: plugins@voltronik.co.uk
3
  * Plugin Name: Better Notifications for WordPress
4
  * Plugin URI: http://wordpress.org/plugins/bnfw/
5
  * Description: Send customisable HTML emails to your users for different WordPress notifications.
6
+ * Version: 1.1.5.3
7
  * Author: Voltronik
8
  * Author URI: http://www.voltronik.co.uk/
9
  * Author Email: plugins@voltronik.co.uk