SB Welcome Email Editor - Version 5.0.3

Version Description

| April 27, 2022 = * Fixed: Wrong link target in the recommended section

Download this release

Release Info

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

Code changes from version 5.0.2 to 5.0.3

assets/images/wp-video-popup.jpg CHANGED
Binary file
modules/settings/templates/settings-template.php CHANGED
@@ -157,7 +157,7 @@ return function () {
157
  </div>
158
  </li>
159
  <li class="heatbox">
160
- <a href="https://wordpress.org/plugins/responsive-youtube-vimeo-popup/" target="_blank">
161
  <img src="<?php echo esc_url( WEED_PLUGIN_URL ); ?>/assets/images/page-builder-framework.jpg">
162
  </a>
163
  <div class="heatbox-content">
157
  </div>
158
  </li>
159
  <li class="heatbox">
160
+ <a href="https://wordpress.org/themes/page-builder-framework/" target="_blank">
161
  <img src="<?php echo esc_url( WEED_PLUGIN_URL ); ?>/assets/images/page-builder-framework.jpg">
162
  </a>
163
  <div class="heatbox-content">
readme.txt CHANGED
@@ -3,7 +3,7 @@ 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
 
@@ -55,6 +55,8 @@ Since version 4.3 the password is no longer sent to the user via email and inste
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
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.3
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
55
  1. Welcome Email Editor Settings Page
56
 
57
  == Changelog ==
58
+ = 5.0.3 | April 27, 2022 =
59
+ * Fixed: Wrong link target in the recommended section
60
  = 5.0.2 | March 02, 2022 =
61
  * Tested up to 5.9
62
  * Tweak: Updated plugin description
sb_welcome_email_editor.php CHANGED
@@ -2,9 +2,9 @@
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
9
  *
10
  * @package 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.2' );
19
  define( 'WEED_PLUGIN_NAME', 'Welcome 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.3
6
  * Author: David Vongries
7
+ * Author URI: https://davidvongries.com/
8
  * Text Domain: welcome-email-editor
9
  *
10
  * @package 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.3' );
19
  define( 'WEED_PLUGIN_NAME', 'Welcome Email Editor' );
20
  define( 'WEED_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
21