Plugin Directory

Changeset 3094833


Ignore:
Timestamp:
05/29/2024 08:54:16 PM (22 months ago)
Author:
seersco
Message:

css fix on preferences popup and test plugin with wordpress latest version 6.5.2

Location:
seers-cookie-consent-banner-privacy-policy
Files:
176 added
6 edited

Legend:

Unmodified
Added
Removed
  • seers-cookie-consent-banner-privacy-policy/tags/Development Versions/readme.txt

    r3055591 r3094833  
    44Tags: GDPR, CCPA, Cookie Consent, Cookie banner, Cookie popup
    55Requires at least: 3.8 or higher
    6 Tested up to: 6.4.3
    7 Stable tag: 8.1.3
     6Tested up to: 6.5.2
     7Stable tag: 8.1.4
    88Requires PHP: 5.3.3
    99Author URL: https://seersco.com
     
    183183== Changelog ==
    184184
     185VERSION 8.1.4
     186• css changes on preferences popup
     187
    185188VERSION 8.1.3
    186189• now using capablity of customize to allow your to update data ajax calls
  • seers-cookie-consent-banner-privacy-policy/tags/Development Versions/seers-cookie-consent-banner-privacy-policy.php

    r3094831 r3094833  
    1111* Plugin URI: https://seersco.com/wp-cookie-plugin
    1212* Description: Seers cookie consent management platform is trusted by thousands of businesses. Become GDPR, CCPA, ePrivacy and LGPD compliant in three clicks.
    13 * Version: 8.1.3
     13* Version: 8.1.4
    1414* Author: Seers
    1515* Author URI: https://seersco.com/
  • seers-cookie-consent-banner-privacy-policy/tags/Development Versions/templates/frontend-popup.php

    r3050481 r3094833  
    12791279            top: 0;
    12801280            bottom: 0;
    1281             left: -460px;
     1281            left: -760px;
    12821282            max-width: 450px;
    12831283            width: 450px;
     
    13081308       
    13091309        .seers-cmp-cookie-policy-default-banner .seers-cmp-cookie-policy-default-banner-content.seers-cmp-cookie-banner-no-active {
    1310             left: -460px!important;
     1310            left: -760px!important;
    13111311        }
    13121312       
  • seers-cookie-consent-banner-privacy-policy/trunk/readme.txt

    r3055591 r3094833  
    44Tags: GDPR, CCPA, Cookie Consent, Cookie banner, Cookie popup
    55Requires at least: 3.8 or higher
    6 Tested up to: 6.4.3
    7 Stable tag: 8.1.3
     6Tested up to: 6.5.2
     7Stable tag: 8.1.4
    88Requires PHP: 5.3.3
    99Author URL: https://seersco.com
     
    183183== Changelog ==
    184184
     185VERSION 8.1.4
     186• css changes on preferences popup
     187
    185188VERSION 8.1.3
    186189• now using capablity of customize to allow your to update data ajax calls
  • seers-cookie-consent-banner-privacy-policy/trunk/seers-cookie-consent-banner-privacy-policy.php

    r3094828 r3094833  
    1111* Plugin URI: https://seersco.com/wp-cookie-plugin
    1212* Description: Seers cookie consent management platform is trusted by thousands of businesses. Become GDPR, CCPA, ePrivacy and LGPD compliant in three clicks.
    13 * Version: 8.1.3
     13* Version: 8.1.4
    1414* Author: Seers
    1515* Author URI: https://seersco.com/
  • seers-cookie-consent-banner-privacy-policy/trunk/templates/frontend-popup.php

    r3050481 r3094833  
    12791279            top: 0;
    12801280            bottom: 0;
    1281             left: -460px;
     1281            left: -760px;
    12821282            max-width: 450px;
    12831283            width: 450px;
     
    13081308       
    13091309        .seers-cmp-cookie-policy-default-banner .seers-cmp-cookie-policy-default-banner-content.seers-cmp-cookie-banner-no-active {
    1310             left: -460px!important;
     1310            left: -760px!important;
    13111311        }
    13121312       
Note: See TracChangeset for help on using the changeset viewer.