Changeset 2001008
- Timestamp:
- 12/24/2018 12:48:26 PM (7 years ago)
- Location:
- free-contact-us
- Files:
-
- 34 added
- 3 edited
-
assets/float.png (added)
-
tags/1.1/css/free-contact-us-front.css (modified) (1 diff)
-
tags/1.1/free_contact_us.php (modified) (3 diffs)
-
tags/1.1/readme.txt (modified) (2 diffs)
-
tags/1.2 (added)
-
tags/1.2/css (added)
-
tags/1.2/css/free-contact-us-front.css (added)
-
tags/1.2/css/free_contact_us_style.css (added)
-
tags/1.2/free_contact_us.php (added)
-
tags/1.2/images (added)
-
tags/1.2/images/progress-guide.png (added)
-
tags/1.2/images/progressguide.png (added)
-
tags/1.2/inc (added)
-
tags/1.2/inc/aweber_api (added)
-
tags/1.2/inc/aweber_api/aweber.php (added)
-
tags/1.2/inc/aweber_api/aweber_api.php (added)
-
tags/1.2/inc/aweber_api/aweber_collection.php (added)
-
tags/1.2/inc/aweber_api/aweber_entry.php (added)
-
tags/1.2/inc/aweber_api/aweber_entry_data_array.php (added)
-
tags/1.2/inc/aweber_api/aweber_response.php (added)
-
tags/1.2/inc/aweber_api/curl_object.php (added)
-
tags/1.2/inc/aweber_api/curl_response.php (added)
-
tags/1.2/inc/aweber_api/exceptions.php (added)
-
tags/1.2/inc/aweber_api/oauth_adapter.php (added)
-
tags/1.2/inc/aweber_api/oauth_application.php (added)
-
tags/1.2/inc/free_contact_us_aweber.php (added)
-
tags/1.2/inc/free_contact_us_back_settings.php (added)
-
tags/1.2/inc/free_contact_us_functions.php (added)
-
tags/1.2/inc/free_contact_us_gdpr_wedget.php (added)
-
tags/1.2/inc/free_contact_us_html_form.php (added)
-
tags/1.2/inc/free_contact_us_offers.php (added)
-
tags/1.2/inc/free_contact_us_offers_header.php (added)
-
tags/1.2/js (added)
-
tags/1.2/js/free-contact-us-offers.js (added)
-
tags/1.2/js/free-contact-us-scripts.js (added)
-
tags/1.2/js/free-contact-us-tabs.js (added)
-
tags/1.2/readme.txt (added)
Legend:
- Unmodified
- Added
- Removed
-
free-contact-us/tags/1.1/css/free-contact-us-front.css
r1867963 r2001008 12 12 13 13 /************************** Contact us Form fields **********************/ 14 .form-control {14 #contactUsForm .form-control { 15 15 display: block; 16 16 width: 100%; -
free-contact-us/tags/1.1/free_contact_us.php
r1872616 r2001008 5 5 * Description: Free Contact Us Form plugin ( build in accordance to the GDPR ) 6 6 * Author: HubRoom Inc. 7 * Version: 1. 17 * Version: 1.2 8 8 */ 9 9 … … 339 339 340 340 $subscribeL = $subscribe = $gdpr = ''; 341 $unsubscrite_email = get_option('free_contact_us_unsbr_email'); 341 342 if($aweber->aweber_on == 'on') { 342 343 $subscribeL = $frm->addLabelFor('subscribe_email', $aweber->subscribe_title); 343 344 $subscribe = $frm->addInput('checkbox', 'subscribe_email', 'on', array('id'=>'subscribe_email', 'checked' => false) ); 344 $unsubscrite_email = get_option('free_contact_us_unsbr_email');345 345 346 346 347 // $gdpr = '<p>- By entering your email and name in the form above, and clicking on the SUBMIT button you consent to subscribe to receive FREE news, info and promo updates newsletters via E-Mail and agree to this site\'s Privacy Policy.</p><p>- By using this form you agree with the storage and handling of your data by this website and 3rd party email services.</p><p>If you DO NOT want to subscribe to our FREE news, info and promo updates newsletters via E-Mail you should check-mark this box ' . $subscribe .' before you click on the SUBMIT button.</p>'; … … 350 351 } else { 351 352 $gdpr = '<p>- By entering your email and name in the form above, and clicking on the SUBMIT button you agree with the storage and handling of your data by this website and 3rd party email services.</p> 352 <p>- You can delete your name and email from our records by emailing us to: deletemydata@bursaries.sitewe will delete your name and email soon after we get your email request.</p>';353 <p>- You can delete your name and email from our records by emailing us to: '.$unsubscrite_email.' we will delete your name and email soon after we get your email request.</p>'; 353 354 } 354 355 -
free-contact-us/tags/1.1/readme.txt
r1872616 r2001008 4 4 Tags: aweber, contact us, email, contact us form, gdpr 5 5 Requires at least: 4.5 6 Tested up to: 4.97 Stable tag: 1. 16 Tested up to: 5.0.2 7 Stable tag: 1.2 8 8 Requires PHP: 5.6 9 9 … … 73 73 * Updated the way of aweber subscription with the GDPR law 74 74 * fix typos 75 = 1.2 = 76 * Connected to wordpress version update
Note: See TracChangeset
for help on using the changeset viewer.