Plugin Directory

Changeset 2001008


Ignore:
Timestamp:
12/24/2018 12:48:26 PM (7 years ago)
Author:
pdtasktrack
Message:

the update is connected to wordpress version update

Location:
free-contact-us
Files:
34 added
3 edited

Legend:

Unmodified
Added
Removed
  • free-contact-us/tags/1.1/css/free-contact-us-front.css

    r1867963 r2001008  
    1212
    1313/************************** Contact us Form fields **********************/
    14 .form-control {
     14#contactUsForm .form-control {
    1515    display: block;
    1616    width: 100%;
  • free-contact-us/tags/1.1/free_contact_us.php

    r1872616 r2001008  
    55 * Description: Free Contact Us Form plugin ( build in accordance to the GDPR )
    66 * Author: HubRoom Inc.
    7  * Version: 1.1
     7 * Version: 1.2
    88 */
    99
     
    339339
    340340        $subscribeL = $subscribe = $gdpr = '';
     341        $unsubscrite_email = get_option('free_contact_us_unsbr_email');
    341342        if($aweber->aweber_on == 'on') {
    342343            $subscribeL = $frm->addLabelFor('subscribe_email', $aweber->subscribe_title);
    343344            $subscribe = $frm->addInput('checkbox', 'subscribe_email', 'on', array('id'=>'subscribe_email', 'checked' => false) );
    344             $unsubscrite_email = get_option('free_contact_us_unsbr_email');
     345           
    345346
    346347            // $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 &nbsp;' . $subscribe .' before you click on the SUBMIT button.</p>';
     
    350351        } else {
    351352            $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.site we 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>';
    353354        }
    354355
  • free-contact-us/tags/1.1/readme.txt

    r1872616 r2001008  
    44Tags: aweber, contact us, email, contact us form, gdpr
    55Requires at least: 4.5
    6 Tested up to: 4.9
    7 Stable tag: 1.1
     6Tested up to: 5.0.2
     7Stable tag: 1.2
    88Requires PHP: 5.6
    99
     
    7373* Updated the way of aweber subscription with the GDPR law
    7474* fix typos
     75= 1.2 =
     76* Connected to wordpress version update
Note: See TracChangeset for help on using the changeset viewer.