SB Welcome Email Editor - Version 5.0.2

Version Description

| March 02, 2022 = * Tested up to 5.9 * Tweak: Updated plugin description

Download this release

Release Info

Developer davidvongries
Plugin Icon wp plugin SB Welcome Email Editor
Version 5.0.2
Comparing to
See all releases

Code changes from version 5.0.1 to 5.0.2

modules/settings/templates/settings-template.php CHANGED
@@ -135,14 +135,14 @@ return function () {
135
 
136
  <ul class="products">
137
  <li class="heatbox">
138
- <a href="https://wordpress.org/plugins/swift-control/" target="_blank">
139
  <img src="<?php echo esc_url( WEED_PLUGIN_URL ); ?>/assets/images/swift-control.jpg">
140
  </a>
141
  <div class="heatbox-content">
142
- <h3><?php _e( 'WP Swift Control', 'welcome-email-editor' ); ?></h3>
143
  <p class="subheadline"><?php _e( 'Replace the boring WordPress Admin Bar with this!', 'welcome-email-editor' ); ?></p>
144
- <p><?php _e( 'Swift Control is the plugin that make your clients love WordPress. It drastically improves the user experience when working with WordPress and allows you to replace the boring WordPress admin bar with your own navigation panel.', 'welcome-email-editor' ); ?></p>
145
- <a href="https://wordpress.org/plugins/swift-control/" target="_blank" class="button"><?php _e( 'View Features', 'welcome-email-editor' ); ?></a>
146
  </div>
147
  </li>
148
  <li class="heatbox">
135
 
136
  <ul class="products">
137
  <li class="heatbox">
138
+ <a href="https://wordpress.org/plugins/better-admin-bar/" target="_blank">
139
  <img src="<?php echo esc_url( WEED_PLUGIN_URL ); ?>/assets/images/swift-control.jpg">
140
  </a>
141
  <div class="heatbox-content">
142
+ <h3><?php _e( 'Better Admin Bar', 'welcome-email-editor' ); ?></h3>
143
  <p class="subheadline"><?php _e( 'Replace the boring WordPress Admin Bar with this!', 'welcome-email-editor' ); ?></p>
144
+ <p><?php _e( 'Better Admin Bar is the plugin that make your clients love WordPress. It drastically improves the user experience when working with WordPress and allows you to replace the boring WordPress admin bar with your own navigation panel.', 'welcome-email-editor' ); ?></p>
145
+ <a href="https://wordpress.org/plugins/better-admin-bar/" target="_blank" class="button"><?php _e( 'View Features', 'welcome-email-editor' ); ?></a>
146
  </div>
147
  </li>
148
  <li class="heatbox">
readme.txt CHANGED
@@ -1,61 +1,64 @@
1
- === Welcome Email Editor ===
2
- Contributors: davidvongries, seanbarton
3
- Tags: welcome email, wordpress welcome email, welcome email editor, mail, email, new user email, password reminder, lost password, welcome email attachment, mail attachment, email attachment
4
- Requires at least: 4.6
5
- Tested up to: 5.8
6
- Stable tag: 5.0.1
7
- License: GPLv2 or later
8
- License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
-
10
- == Description ==
11
- **Welcome Email Editor** is a clean, simple & lightweight plugin which allows you to **change the default WordPress Welcome & Forgot Password emails**.
12
-
13
- Whenever a user is added to a website, WordPress sends a notification to the site admin & the user that was added (or signed up) to the website. This plugin allows you to customize those emails.
14
-
15
- = Change the WordPress Welcome Emails =
16
- The Welcome Email Editor plugin allows you to change the default welcome emails for both, the user & site administrator individually.
17
-
18
- * Change the email subject
19
- * Change the email content
20
- * Add an attachment
21
- * Change "Reply-To" email address
22
- * & more
23
-
24
- = Change the WordPress Forgot Password emails =
25
- Welcome Email Editor also allows you to change the default **Forgot Password** email in WordPress.
26
-
27
- * Change the email subject
28
- * Change the email content
29
-
30
- = General Settings =
31
- In addition to the settings above, there are general settings which will apply to the welcome & forgot password emails.
32
-
33
- * Change *From Email* address
34
- * Change *From Name*
35
- * Change Content Type from Plain Text to HTML
36
-
37
- = What's next? =
38
- If you like Welcome Email Editor, make sure to check out our other products:
39
-
40
- * **[Ultimate Dashboard](https://ultimatedashboard.io/?utm_source=weed&utm_medium=repository&utm_campaign=udb)** - The #1 WordPress plugin to customize your WordPress dashboard and admin area.
41
- * **[Page Builder Framework](https://wp-pagebuilderframework.com/?utm_source=weed&utm_medium=repository&utm_campaign=wpbf)** - A fast & minimalistic WordPress theme designed for the new WordPress era.
42
- * **[WP Swift Control](https://wpswiftcontrol.com/?utm_source=weed&utm_medium=repository&utm_campaign=swiftcontrol)** - The plugin to make your clients enjoy WordPress. It replaces the default admin bar to provide the best possible user experience when editing & navigating a website.
43
-
44
- == Installation ==
45
- 1. Download the welcome-email-editor.zip file to your computer.
46
- 1. Unzip the file.
47
- 1. Upload the `welcome-email-editor` folder to your `/wp-content/plugins/` directory.
48
- 1. Activate the plugin through the *Plugins* menu in WordPress.
49
-
50
- == Frequently Asked Questions ==
51
- = Why is the password not included in the welcome email? =
52
- Since version 4.3 the password is no longer sent to the user via email and instead a reset password link is sent instead. This was a controversial decision but it was done for good reason.
53
-
54
- == Screenshots ==
55
- 1. Welcome Email Editor Settings Page
56
-
57
- == Changelog ==
58
- = 5.0.1 | June 16, 2021 =
59
- * Fixed: Textdomain issue causing is_readable() warning
60
- = 5.0 | May 22, 2021 =
61
- * Hey there, David here :) We have taken over the Welcome Email Editor project from our friend Sean Barton. This is our initial release - Apart from some minor improvements, no new features were added. With this release we have reviewed & rewritten the codebase from ground up and greatly improved the settings page design. Stay tuned for more.
 
 
 
1
+ === Welcome Email Editor ===
2
+ Contributors: davidvongries, seanbarton
3
+ Tags: welcome email, wordpress welcome email, welcome email editor, mail, email, new user email, password reminder, lost password, welcome email attachment, mail attachment, email attachment
4
+ Requires at least: 4.6
5
+ Tested up to: 5.9
6
+ Stable tag: 5.0.2
7
+ License: GPLv2 or later
8
+ License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
+
10
+ == Description ==
11
+ **Welcome Email Editor** is a clean, simple & lightweight plugin which allows you to **change the default WordPress Welcome & Forgot Password emails**.
12
+
13
+ Whenever a user is added to a website, WordPress sends a notification to the site admin & the user that was added (or signed up) to the website. This plugin allows you to customize those emails.
14
+
15
+ = Change the WordPress Welcome Emails =
16
+ The Welcome Email Editor plugin allows you to change the default welcome emails for both, the user & site administrator individually.
17
+
18
+ * Change the email subject
19
+ * Change the email content
20
+ * Add an attachment
21
+ * Change "Reply-To" email address
22
+ * & more
23
+
24
+ = Change the WordPress Forgot Password emails =
25
+ Welcome Email Editor also allows you to change the default **Forgot Password** email in WordPress.
26
+
27
+ * Change the email subject
28
+ * Change the email content
29
+
30
+ = General Settings =
31
+ In addition to the settings above, there are general settings which will apply to the welcome & forgot password emails.
32
+
33
+ * Change *From Email* address
34
+ * Change *From Name*
35
+ * Change Content Type from Plain Text to HTML
36
+
37
+ = What's next? =
38
+ If you like Welcome Email Editor, make sure to check out our other products:
39
+
40
+ * **[Ultimate Dashboard](https://ultimatedashboard.io/?utm_source=weed&utm_medium=repository&utm_campaign=udb)** - The #1 WordPress plugin to customize your WordPress dashboard and admin area.
41
+ * **[Page Builder Framework](https://wp-pagebuilderframework.com/?utm_source=weed&utm_medium=repository&utm_campaign=wpbf)** - A fast & minimalistic WordPress theme designed for the new WordPress era.
42
+ * **[Better Admin Bar](https://betteradminbar.com/?utm_source=weed&utm_medium=repository&utm_campaign=bab)** - The plugin to make your clients enjoy WordPress. It replaces the default admin bar to provide the best possible user experience when editing & navigating a website.
43
+
44
+ == Installation ==
45
+ 1. Download the welcome-email-editor.zip file to your computer.
46
+ 1. Unzip the file.
47
+ 1. Upload the `welcome-email-editor` folder to your `/wp-content/plugins/` directory.
48
+ 1. Activate the plugin through the *Plugins* menu in WordPress.
49
+
50
+ == Frequently Asked Questions ==
51
+ = Why is the password not included in the welcome email? =
52
+ Since version 4.3 the password is no longer sent to the user via email and instead a reset password link is sent instead. This was a controversial decision but it was done for good reason.
53
+
54
+ == Screenshots ==
55
+ 1. Welcome Email Editor Settings Page
56
+
57
+ == Changelog ==
58
+ = 5.0.2 | March 02, 2022 =
59
+ * Tested up to 5.9
60
+ * Tweak: Updated plugin description
61
+ = 5.0.1 | June 16, 2021 =
62
+ * Fixed: Textdomain issue causing is_readable() warning
63
+ = 5.0 | May 22, 2021 =
64
+ * Hey there, David here :) We have taken over the Welcome Email Editor project from our friend Sean Barton. This is our initial release - Apart from some minor improvements, no new features were added. With this release we have reviewed & rewritten the codebase from ground up and greatly improved the settings page design. Stay tuned for more.
sb_welcome_email_editor.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Welcome Email Editor
4
  * Description: Welcome Email Editor allows you to change the default WordPress welcome & reset password emails.
5
- * Version: 5.0.1
6
  * Author: David Vongries
7
  * Author URI: https://ultimatedashboard.com
8
  * Text Domain: welcome-email-editor
@@ -15,8 +15,8 @@ defined( 'ABSPATH' ) || die( "Can't access directly" );
15
  // Plugin constants.
16
  define( 'WEED_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
17
  define( 'WEED_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
18
- define( 'WEED_PLUGIN_VERSION', '5.0.1' );
19
- define( 'WEED_PLUGIN_NAME', 'Welome Email Editor' );
20
  define( 'WEED_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
21
 
22
  // Helper classes.
2
  /**
3
  * Plugin Name: Welcome Email Editor
4
  * Description: Welcome Email Editor allows you to change the default WordPress welcome & reset password emails.
5
+ * Version: 5.0.2
6
  * Author: David Vongries
7
  * Author URI: https://ultimatedashboard.com
8
  * Text Domain: welcome-email-editor
15
  // Plugin constants.
16
  define( 'WEED_PLUGIN_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
17
  define( 'WEED_PLUGIN_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
18
+ define( 'WEED_PLUGIN_VERSION', '5.0.2' );
19
+ define( 'WEED_PLUGIN_NAME', 'Welcome Email Editor' );
20
  define( 'WEED_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
21
 
22
  // Helper classes.