Changeset 846932
- Timestamp:
- 01/28/2014 12:56:01 PM (12 years ago)
- Location:
- cartograf-cookie-filter/trunk
- Files:
-
- 3 edited
-
cartograf-cookie-filter.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
settings_page.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cartograf-cookie-filter/trunk/cartograf-cookie-filter.php
r840227 r846932 4 4 Plugin URI: http://www.cartograf.net/plugin-wordpress-cumplir-ley-de-cookies-espana 5 5 Description: Previene la instalación de cookies previa al consentimiento informado de los visitantes 6 Version: 1.0. 66 Version: 1.0.7 7 7 Author: Jose Alcántara & Dima Kam / Cartograf 8 8 Author URI: http://www.cartograf.net -
cartograf-cookie-filter/trunk/readme.txt
r840227 r846932 5 5 Tags: cookie law, eu, european union, cookie control, spain, spanish cookie law 6 6 Requires at least: 3.6 7 Tested up to: 3.8 8 Stable tag: 1.0. 67 Tested up to: 3.8.1 8 Stable tag: 1.0.7 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 44 44 The plugin provides both html ID and classes to help themers. We plan to allow easy color config in next versions. 45 45 46 = How does this message behaves along with cache plugins? = 47 48 If you are using a cache plugin, you are encouraged to flush/rebuild your cache whenever you change your welcome message. 49 46 50 47 51 == Screenshots == … … 50 54 51 55 == Changelog == 56 57 = 1.0.7 = 58 * Added info about compatibility with cache plugins 59 * Updated tip texts on settings page. 52 60 53 61 = 1.0.6 = -
cartograf-cookie-filter/trunk/settings_page.php
r840227 r846932 46 46 47 47 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.', 49 49 'cg_cf_text', 50 50 'cg_cf_options_form', … … 114 114 echo '</p></div> 115 115 <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.'); 117 118 } 118 119
Note: See TracChangeset
for help on using the changeset viewer.