Changeset 3290456
- Timestamp:
- 05/09/2025 11:55:51 AM (11 months ago)
- Location:
- cf7-email-add-on
- Files:
-
- 8 edited
-
tags/2.0/README.md (modified) (1 diff)
-
tags/2.0/contact-form-7-email-add-on.php (modified) (2 diffs)
-
tags/2.0/include/class-cf7-email.php (modified) (1 diff)
-
tags/2.0/readme.txt (modified) (3 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/contact-form-7-email-add-on.php (modified) (2 diffs)
-
trunk/include/class-cf7-email.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cf7-email-add-on/tags/2.0/README.md
r3288853 r3290456 3 3 ## Description 4 4 5 Email Addon for Contact Form7 plugin provides the responsive Email templates to admin and users.5 Email addons for CF7 plugin provides the responsive Email templates to admin and users. 6 6 7 Email Addon for Contact Form7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills.7 Email addons for CF7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills. 8 8 9 9 ## Installation -
cf7-email-add-on/tags/2.0/contact-form-7-email-add-on.php
r3288853 r3290456 3 3 * Plugin Name: Email addons for CF7 4 4 * Plugin URI: https://wordpress.org/plugins/cf7-email-add-on/ 5 * Description: Email Addon for Contact Form 7 plugin provides the responsive Email templates to admin and users. 5 * Description: Contact Form 7 Email Add on plugin provides the responsive Email templates to admin and users. 6 * Version: 2.0 7 * Requires at least: 6.6 8 * Requires PHP: 7.4 6 9 * Author: KrishaWeb 7 10 * Author URI: https://www.krishaweb.com 8 * Requires at least: 5.09 * Requires PHP: 7.010 11 * Text Domain: cf7-email-add-on 11 12 * Domain Path: /languages … … 13 14 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 15 * Requires Plugins : contact-form-7 15 * Version: 2.016 16 * 17 17 * @package WordPress -
cf7-email-add-on/tags/2.0/include/class-cf7-email.php
r3288853 r3290456 161 161 */ 162 162 private function cf7_email_add_on_get_template_path( $template_name, $template_type ) { 163 $base_path = plugin_dir_path( __FILE__ ) . '../admin/email-templates/'; 164 $file_path = ( 'admin' === $template_type ) ? $base_path . 'admin/' . $template_name . '.php' : $base_path . 'user/' . $template_name . '.php'; 163 $base_path = plugin_dir_path( __FILE__ ) . '../admin/email-templates/'; 164 $template_name = sanitize_file_name( $template_name . '.php' ); 165 $file_path = ( 'admin' === $template_type ) ? $base_path . 'admin/' . $template_name : $base_path . 'user/' . $template_name; 165 166 return is_readable( $file_path ) ? $file_path : false; 166 167 } -
cf7-email-add-on/tags/2.0/readme.txt
r3288853 r3290456 1 === Contact Form 7 Email Add On===1 === Email addons for CF7 === 2 2 Plugin Name: Email addons for CF7 3 Plugin URI: https://wordpress.org/plugins/c f7-email-add-on3 Plugin URI: https://wordpress.org/plugins/contact-form-7-email-add-on 4 4 Author: krishaweb 5 5 Author URI: https://krishaweb.com 6 6 Contributors: hardik2221, krishaweb, pratikgandhi, nikunjchauhan 7 Tags: email addon, cf7-addon, contactform7, emailtemplate, htmlemail7 Tags: email, cf7, contact form, email template, html email, addon 8 8 Requires at least: 5.0 9 9 Tested up to: 6.8 … … 14 14 License URI: http://www.gnu.org/licenses/gpl-3.0.html 15 15 16 Email Addon for Contact Form7 plugin provides the responsive Email templates to admin and users.16 Email addons for CF7 plugin provides the responsive Email templates to admin and users. 17 17 18 18 == Description == 19 19 20 Email Addon for Contact Form7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills.20 Email addons for CF7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills. 21 21 22 22 Different pre-developed email templates lets also enables you to do the A/B testing to understand the user behavior and improve the conversion rate. It is not just a contact from 7 email add on, it also helps you with your conversion optimization process. It is easy to install, set up and requires minimum technical skills to update. 23 23 24 [ Youtube https://www.youtube.com/watch?v=20jCxtgK_hQ]24 [youtube https://www.youtube.com/watch?v=20jCxtgK_hQ] 25 25 26 26 > **Plugin Features** … … 62 62 == Changelog == 63 63 = 2.0 = 64 * Bug & SecurityFixed64 * Bug Fixed 65 65 66 66 = 1.9 = -
cf7-email-add-on/trunk/README.md
r3288853 r3290456 3 3 ## Description 4 4 5 Email Addon for Contact Form7 plugin provides the responsive Email templates to admin and users.5 Email addons for CF7 plugin provides the responsive Email templates to admin and users. 6 6 7 Email Addon for Contact Form7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills.7 Email addons for CF7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills. 8 8 9 9 ## Installation -
cf7-email-add-on/trunk/contact-form-7-email-add-on.php
r3288853 r3290456 3 3 * Plugin Name: Email addons for CF7 4 4 * Plugin URI: https://wordpress.org/plugins/cf7-email-add-on/ 5 * Description: Email Addon for Contact Form 7 plugin provides the responsive Email templates to admin and users. 5 * Description: Contact Form 7 Email Add on plugin provides the responsive Email templates to admin and users. 6 * Version: 2.0 7 * Requires at least: 6.6 8 * Requires PHP: 7.4 6 9 * Author: KrishaWeb 7 10 * Author URI: https://www.krishaweb.com 8 * Requires at least: 5.09 * Requires PHP: 7.010 11 * Text Domain: cf7-email-add-on 11 12 * Domain Path: /languages … … 13 14 * License URI: http://www.gnu.org/licenses/gpl-3.0.html 14 15 * Requires Plugins : contact-form-7 15 * Version: 2.016 16 * 17 17 * @package WordPress -
cf7-email-add-on/trunk/include/class-cf7-email.php
r3288853 r3290456 161 161 */ 162 162 private function cf7_email_add_on_get_template_path( $template_name, $template_type ) { 163 $base_path = plugin_dir_path( __FILE__ ) . '../admin/email-templates/'; 164 $file_path = ( 'admin' === $template_type ) ? $base_path . 'admin/' . $template_name . '.php' : $base_path . 'user/' . $template_name . '.php'; 163 $base_path = plugin_dir_path( __FILE__ ) . '../admin/email-templates/'; 164 $template_name = sanitize_file_name( $template_name . '.php' ); 165 $file_path = ( 'admin' === $template_type ) ? $base_path . 'admin/' . $template_name : $base_path . 'user/' . $template_name; 165 166 return is_readable( $file_path ) ? $file_path : false; 166 167 } -
cf7-email-add-on/trunk/readme.txt
r3288853 r3290456 1 === Contact Form 7 Email Add On===1 === Email addons for CF7 === 2 2 Plugin Name: Email addons for CF7 3 Plugin URI: https://wordpress.org/plugins/c f7-email-add-on3 Plugin URI: https://wordpress.org/plugins/contact-form-7-email-add-on 4 4 Author: krishaweb 5 5 Author URI: https://krishaweb.com 6 6 Contributors: hardik2221, krishaweb, pratikgandhi, nikunjchauhan 7 Tags: email addon, cf7-addon, contactform7, emailtemplate, htmlemail7 Tags: email, cf7, contact form, email template, html email, addon 8 8 Requires at least: 5.0 9 9 Tested up to: 6.8 … … 14 14 License URI: http://www.gnu.org/licenses/gpl-3.0.html 15 15 16 Email Addon for Contact Form7 plugin provides the responsive Email templates to admin and users.16 Email addons for CF7 plugin provides the responsive Email templates to admin and users. 17 17 18 18 == Description == 19 19 20 Email Addon for Contact Form7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills.20 Email addons for CF7 is the email configuration extension to the Contact Form 7. It lets you customize the contact form email both for users and admin. You can select the most suitable email template from the pre-developed templates and easily customize the template as per your requirements. You can add and update the content, links, graphics and buttons of the email template that too without expert coding skills. 21 21 22 22 Different pre-developed email templates lets also enables you to do the A/B testing to understand the user behavior and improve the conversion rate. It is not just a contact from 7 email add on, it also helps you with your conversion optimization process. It is easy to install, set up and requires minimum technical skills to update. 23 23 24 [ Youtube https://www.youtube.com/watch?v=20jCxtgK_hQ]24 [youtube https://www.youtube.com/watch?v=20jCxtgK_hQ] 25 25 26 26 > **Plugin Features** … … 62 62 == Changelog == 63 63 = 2.0 = 64 * Bug & SecurityFixed64 * Bug Fixed 65 65 66 66 = 1.9 =
Note: See TracChangeset
for help on using the changeset viewer.