Version Description
Download this release
Release Info
Developer | codepeople |
Plugin | Contact Form Email |
Version | 1.2.35 |
Comparing to | |
See all releases |
Code changes from version 1.2.34 to 1.2.35
- cp-main-class.inc.php +1 -1
- form-to-email.php +1 -1
cp-main-class.inc.php
CHANGED
@@ -376,7 +376,7 @@ class CP_ContactFormToEmail extends CP_CFTEMAIL_BaseClass {
|
|
376 |
/* Code for the admin area */
|
377 |
|
378 |
public function plugin_page_links($links) {
|
379 |
-
$customAdjustments_link = '<a href="https://form2email.dwbooster.com/download">'.__('Upgrade
|
380 |
array_unshift($links, $customAdjustments_link);
|
381 |
$settings_link = '<a href="admin.php?page='.$this->menu_parameter.'">'.__('Settings','contact-form-to-email').'</a>';
|
382 |
array_unshift($links, $settings_link);
|
376 |
/* Code for the admin area */
|
377 |
|
378 |
public function plugin_page_links($links) {
|
379 |
+
$customAdjustments_link = '<a href="https://form2email.dwbooster.com/download">'.__('Upgrade','contact-form-to-email').'</a>';
|
380 |
array_unshift($links, $customAdjustments_link);
|
381 |
$settings_link = '<a href="admin.php?page='.$this->menu_parameter.'">'.__('Settings','contact-form-to-email').'</a>';
|
382 |
array_unshift($links, $settings_link);
|
form-to-email.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
-
Version: 1.2.
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|
3 |
Plugin Name: Contact Form Email
|
4 |
Plugin URI: https://form2email.dwbooster.com/download
|
5 |
Description: Contact form that sends the data to email and also to a database list and CSV file.
|
6 |
+
Version: 1.2.35
|
7 |
Author: CodePeople
|
8 |
Author URI: https://form2email.dwbooster.com
|
9 |
Text Domain: contact-form-to-email
|