Version Description
| June 16, 2021 = * Fixed: Textdomain issue causing is_readable() warning
Download this release
Release Info
Developer | davidvongries |
Plugin | SB Welcome Email Editor |
Version | 5.0.1 |
Comparing to | |
See all releases |
Code changes from version 5.0 to 5.0.1
- class-setup.php +0 -8
- readme.txt +61 -59
- sb_welcome_email_editor.php +2 -2
class-setup.php
CHANGED
@@ -53,7 +53,6 @@ class Setup {
|
|
53 |
|
54 |
$this->set_data();
|
55 |
|
56 |
-
add_action( 'init', array( $this, 'setup_text_domain' ) );
|
57 |
add_filter( 'plugin_action_links_' . WEED_PLUGIN_BASENAME, array( $this, 'plugin_action_links' ) );
|
58 |
add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
|
59 |
|
@@ -63,13 +62,6 @@ class Setup {
|
|
63 |
|
64 |
}
|
65 |
|
66 |
-
/**
|
67 |
-
* Setup textdomain.
|
68 |
-
*/
|
69 |
-
public function setup_text_domain() {
|
70 |
-
load_plugin_textdomain( 'welcome-email-editor', false, WEED_PLUGIN_BASENAME . '/languages' );
|
71 |
-
}
|
72 |
-
|
73 |
/**
|
74 |
* Provide data for the plugin.
|
75 |
* This is optimal strategy to only get_option once across modules.
|
53 |
|
54 |
$this->set_data();
|
55 |
|
|
|
56 |
add_filter( 'plugin_action_links_' . WEED_PLUGIN_BASENAME, array( $this, 'plugin_action_links' ) );
|
57 |
add_filter( 'admin_body_class', array( $this, 'admin_body_class' ) );
|
58 |
|
62 |
|
63 |
}
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
/**
|
66 |
* Provide data for the plugin.
|
67 |
* This is optimal strategy to only get_option once across modules.
|
readme.txt
CHANGED
@@ -1,59 +1,61 @@
|
|
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.
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 5.0
|
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 |
|
59 |
-
*
|
|
|
|
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.
|
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
|
6 |
* Author: David Vongries
|
7 |
* Author URI: https://ultimatedashboard.com
|
8 |
* Text Domain: welcome-email-editor
|
@@ -15,7 +15,7 @@ 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' );
|
19 |
define( 'WEED_PLUGIN_NAME', 'Welome Email Editor' );
|
20 |
define( 'WEED_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
|
21 |
|
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 |
// 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 |
|