Plugin Directory

Changeset 846932


Ignore:
Timestamp:
01/28/2014 12:56:01 PM (12 years ago)
Author:
versvs
Message:

Better FAQ and better help text on settings page

Location:
cartograf-cookie-filter/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • cartograf-cookie-filter/trunk/cartograf-cookie-filter.php

    r840227 r846932  
    44Plugin URI: http://www.cartograf.net/plugin-wordpress-cumplir-ley-de-cookies-espana
    55Description: Previene la instalación de cookies previa al consentimiento informado de los visitantes
    6 Version: 1.0.6
     6Version: 1.0.7
    77Author: Jose Alcántara & Dima Kam / Cartograf
    88Author URI: http://www.cartograf.net
  • cartograf-cookie-filter/trunk/readme.txt

    r840227 r846932  
    55Tags: cookie law, eu, european union, cookie control, spain, spanish cookie law
    66Requires at least: 3.6
    7 Tested up to: 3.8
    8 Stable tag: 1.0.6
     7Tested up to: 3.8.1
     8Stable tag: 1.0.7
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    4444The plugin provides both html ID and classes to help themers. We plan to allow easy color config in next versions.
    4545
     46= How does this message behaves along with cache plugins? =
     47
     48If you are using a cache plugin, you are encouraged to flush/rebuild your cache whenever you change your welcome message.
     49
    4650
    4751== Screenshots ==
     
    5054
    5155== Changelog ==
     56
     57= 1.0.7 =
     58* Added info about compatibility with cache plugins
     59* Updated tip texts on settings page.
    5260
    5361= 1.0.6 =
  • cartograf-cookie-filter/trunk/settings_page.php

    r840227 r846932  
    4646
    4747        add_settings_field('cg_cf_text',
    48             'Text',
     48            'Here you can introduce the message you want to show to your visitors to inform about cookie usage.',
    4949            'cg_cf_text',
    5050            'cg_cf_options_form',
     
    114114        echo '</p></div>
    115115                <div class="options left">';
    116         _e('Remember, clicking on any link on the page will ACCEPT cookies automatically. To avoid this behaviour on some links add "<strong>no-cookie-accept</strong>" class to any desired link tag so the plugin can make an exception of them.');
     116        _e('Remember, clicking on any link on the page will ACCEPT cookies automatically.<br />
     117            To avoid this behaviour on some links add "<strong>no-cookie-accept</strong>" class to any desired link tag so the plugin can make an exception of them.');
    117118    }
    118119
Note: See TracChangeset for help on using the changeset viewer.