Plugin Directory


Ignore:
Timestamp:
02/03/2022 11:57:57 AM (4 years ago)
Author:
MooveAgency
Message:

Version 4.7.4 released

Location:
gdpr-cookie-compliance
Files:
93 added
8 edited

Legend:

Unmodified
Added
Removed
  • gdpr-cookie-compliance/trunk/class-moove-gdpr-content.php

    r2634586 r2672150  
    299299                    <h4 style="margin-bottom: 0;"><?php esc_html_e( 'Renew your licence', 'gdpr-cookie-compliance' ); ?></h4>
    300300                    <p><?php esc_html_e( 'Your licence has expired. You will not receive the latest updates and features unless you renew your licence.', 'gdpr-cookie-compliance' ); ?></p>
    301                     <a href="<?php echo esc_attr( MOOVE_SHOP_URL ); ?>?renew=<?php echo esc_attr( $response['key'] ); ?>" class="button button-primary">Renew Licence</a>
     301                    <a href="<?php echo esc_attr( MOOVE_SHOP_URL ); ?>?renew=<?php echo esc_attr( $response['key'] ); ?>" target="_blank" class="button button-primary">Renew Licence</a>
    302302                    <br /><br />
    303303                    <hr />
    304304
    305305                    <h4 style="margin-bottom: 0;"><?php esc_html_e( 'Enter new licence key', 'gdpr-cookie-compliance' ); ?></h4>
    306                 </th>
    307             </tr>
    308             <tr>
    309                 <td style="padding: 0;">
    310                     <input name="moove_gdpr_license_key" required min="35" type="text" id="moove_gdpr_license_key" value="" class="regular-text">
    311                 </td>
    312             </tr>
    313             <tr>
    314                 <th scope="row" style="padding: 0 0 10px 0;">
    315                     <label><?php esc_html_e( 'Enter licence key:', 'gdpr-cookie-compliance' ); ?></label>
    316306                </th>
    317307            </tr>
  • gdpr-cookie-compliance/trunk/controllers/class-moove-gdpr-controller.php

    r2652563 r2672150  
    543543            }
    544544
    545             if ( isset( $_COOKIE ) && is_array( $_COOKIE ) && $domain ) :
     545            if ( isset( $_COOKIE ) && is_array( $_COOKIE ) ) :
     546                $urlparts = wp_parse_url( site_url( '/' ) );
     547                $domain   = preg_replace( '/www\./i', '', $urlparts['host'] );
    546548                $store_cookie_on_reject = apply_filters('gdpr_cc_store_cookie_on_reject', true);
    547549                foreach ( $_COOKIE as $key => $value ) {
     
    590592        endif;
    591593
    592         $cookies = explode( ';', sanitize_text_field( wp_unslash( $_SERVER['HTTP_COOKIE'] ) ) );
     594        $cookies = isset( $_SERVER['HTTP_COOKIE'] ) ? explode( ';', sanitize_text_field( wp_unslash( $_SERVER['HTTP_COOKIE'] ) ) ) : false;
    593595        if ( is_array( $cookies ) ) :
    594596            foreach ( $cookies as $cookie ) {
  • gdpr-cookie-compliance/trunk/moove-gdpr.php

    r2661237 r2672150  
    55 *  Plugin URI: https://wordpress.org/plugins/gdpr-cookie-compliance/
    66 *  Description: Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, CCPA, PIPEDA, AAP, LGPD and others.
    7  *  Version: 4.7.3
     7 *  Version: 4.7.4
    88 *  Author: Moove Agency
    99 *  Domain Path: /languages
     
    1919} // Exit if accessed directly
    2020
    21 define( 'MOOVE_GDPR_VERSION', '4.7.3' );
     21define( 'MOOVE_GDPR_VERSION', '4.7.4' );
    2222if ( ! defined( 'MOOVE_SHOP_URL' ) ) :
    2323    define( 'MOOVE_SHOP_URL', 'https://shop.mooveagency.com' );
  • gdpr-cookie-compliance/trunk/readme.txt

    r2661237 r2672150  
    33Donate link: https://www.mooveagency.com/wordpress-plugins/gdpr-cookie-compliance/
    44Tags: GDPR, CCPA, cookie banner, cookie law, cookie consent, cookie notice, dsgvo, rgpd
    5 Stable tag: 4.7.3
     5Stable tag: 4.7.4
    66Requires at least: 4.5
    7 Tested up to: 5.8
     7Tested up to: 5.9
    88Requires PHP: 5.6 or higher
    99License: GPLv3
     
    274274
    275275== Changelog ==
     276= 4.7.4: 3 February 2022 =
     277* Admin screen improvements
     278* PHP warnings fixed
     279* Minor fixes
     280
    276281= 4.7.3: 20 January 2022 =
    277282* Admin links colour improved
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/advanced-cookies.php

    r2564882 r2672150  
    6969<h2><?php echo esc_attr( $nav_label ); ?></h2>
    7070<hr />
    71 <form action="?page=moove-gdpr&tab=advanced-cookies" method="post" id="moove_gdpr_tab_advanced_cookies">
     71<form action="<?php echo esc_url( admin_url( 'admin.php?page=moove-gdpr&tab=advanced-cookies' ) ); ?>" method="post" id="moove_gdpr_tab_advanced_cookies">
    7272    <?php wp_nonce_field( 'moove_gdpr_nonce_field', 'moove_gdpr_nonce' ); ?>
    7373    <table class="form-table <?php echo $empty_scripts ? 'moove-gdpr-form-error' : ''; ?>">
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/help.php

    r2652563 r2672150  
    1313
    1414?>
    15 <h2><?php esc_html_e( 'Help, Hooks, Filters & Shortcodes', 'gdpr-cookie-compliance' ); ?></h2>
     15<h2><?php esc_html_e( 'Documentation', 'gdpr-cookie-compliance' ); ?></h2>
    1616<hr />
    1717<ul class="gdpr-disable-posts-nav moove-clearfix">
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/plugin-boxes.php

    r2652563 r2672150  
    6161            <div class="gdpr-faq-forum-content">
    6262                <p><span class="gdpr-chevron-left">&#8250;</span> Check the <a href="<?php esc_url( admin_url( 'admin.php?page=moove-gdpr&amp;tab=help' ) ); ?>">Help section</a> to find out more about Hooks, Filters & Shortcodes available</p>
    63                 <p><span class="gdpr-chevron-left">&#8250;</span> Find answers to your questions in the <a href="<?php echo esc_url( $faq_link ); ?>" target="_blank">FAQ section</a></p>
     63                <p><span class="gdpr-chevron-left">&#8250;</span> Find answers to your questions in our <a href="<?php echo esc_url( $faq_link ); ?>" target="_blank">Documentation</a></p>
    6464                <p><span class="gdpr-chevron-left">&#8250;</span> Create a new support ticket or request a new features in our <a href="<?php echo esc_url( $forum_link ); ?>" target="_blank">Support Forum</a></p>
    6565            </div>
  • gdpr-cookie-compliance/trunk/views/moove/admin/settings/settings-page.php

    r2564882 r2672150  
    1414?>
    1515<div class="gdpr-cookie-compliance-header-section">
    16     <h2><?php esc_html_e( 'GDPR Cookie Compliance Plugin', 'gdpr-cookie-compliance' ); ?> <span class="gdpr-plugin-version"><?php echo 'v' . esc_attr( MOOVE_GDPR_VERSION ); ?></span></h2>
     16    <h2><?php esc_html_e( 'GDPR Cookie Compliance Plugin (CCPA ready)', 'gdpr-cookie-compliance' ); ?> <span class="gdpr-plugin-version"><?php echo 'v' . esc_attr( MOOVE_GDPR_VERSION ); ?></span></h2>
    1717    <h4>
    1818        <?php
    19             $content = __( 'Our plugin is useful in preparing your site for the following data protection and privacy regulations: GDPR, PIPEDA, CCPA, AAP, LGPD and others.', 'gdpr-cookie-compliance' );
     19            $content = __( 'This plugin is useful in preparing your site for cookie compliance, data protection and privacy regulations.', 'gdpr-cookie-compliance' );
    2020            apply_filters( 'gdpr_cc_keephtml', $content, true );
    2121        ?>
     
    3737    <div id="moove-gdpr-setting-error-settings_scripts_empty" class="error settings-error notice is-dismissible gdpr-cc-notice" style="display:none;">
    3838        <p>
    39             <strong><?php esc_html_e( 'You need to insert the relevant script for the settings to be saved!', 'gdpr-cookie-compliance' ); ?></strong>
     39            <strong><?php esc_html_e( 'You need to insert the relevant script for the settings to be saved.', 'gdpr-cookie-compliance' ); ?></strong>
    4040        </p>
    4141        <button type="button" class="notice-dismiss">
     
    7878            </a>
    7979            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=banner-settings' ) ); ?>" class="nav-tab <?php echo 'banner-settings' === $active_tab ? 'nav-tab-active' : ''; ?>">
    80                 <?php esc_html_e( 'Banner Settings', 'gdpr-cookie-compliance' ); ?>
     80                <?php esc_html_e( 'Cookie Banner Settings', 'gdpr-cookie-compliance' ); ?>
    8181            </a>
    8282            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=floating-button' ) ); ?>" class="nav-tab <?php echo 'floating-button' === $active_tab ? 'nav-tab-active' : ''; ?>">
     
    121121            <a href="<?php echo esc_attr( admin_url( 'admin.php?page=moove-gdpr&amp;tab=help' ) ); ?>" class="nav-tab nav-tab-dark <?php echo 'help' === $active_tab ? 'nav-tab-active' : ''; ?>">
    122122                <span class="dashicons dashicons-editor-help"></span>
    123                 <?php esc_html_e( 'Help, Hooks, Filters & Shortcodes', 'gdpr-cookie-compliance' ); ?>
     123                <?php esc_html_e( 'Documentation', 'gdpr-cookie-compliance' ); ?>
    124124            </a>
    125125
Note: See TracChangeset for help on using the changeset viewer.