Changeset 1899112
- Timestamp:
- 06/26/2018 09:49:59 AM (8 years ago)
- Location:
- cookie-law-info
- Files:
-
- 34 added
- 4 edited
-
tags/1.5.8 (added)
-
tags/1.5.8/admin (added)
-
tags/1.5.8/admin/cli-admin-page.php (added)
-
tags/1.5.8/admin/cli-admin.js (added)
-
tags/1.5.8/admin/cli-admin.php (added)
-
tags/1.5.8/cookie-law-info.php (added)
-
tags/1.5.8/css (added)
-
tags/1.5.8/css/cli-admin-style.css (added)
-
tags/1.5.8/css/cli-style.css (added)
-
tags/1.5.8/css/cli-tables.css (added)
-
tags/1.5.8/i18n (added)
-
tags/1.5.8/i18n/cookie-law-info-da_DK.mo (added)
-
tags/1.5.8/i18n/cookie-law-info-da_DK.po (added)
-
tags/1.5.8/images (added)
-
tags/1.5.8/images/collapse.png (added)
-
tags/1.5.8/images/cross.png (added)
-
tags/1.5.8/images/expand.png (added)
-
tags/1.5.8/images/overlay.png (added)
-
tags/1.5.8/images/td_back.gif (added)
-
tags/1.5.8/images/tick.png (added)
-
tags/1.5.8/js (added)
-
tags/1.5.8/js/admin-ui-controller.js (added)
-
tags/1.5.8/js/cookielawinfo.js (added)
-
tags/1.5.8/php (added)
-
tags/1.5.8/php/custom-post-types.php (added)
-
tags/1.5.8/php/functions.php (added)
-
tags/1.5.8/php/shortcodes.php (added)
-
tags/1.5.8/readme.txt (added)
-
tags/1.5.8/screenshot-1.png (added)
-
tags/1.5.8/screenshot-2.png (added)
-
tags/1.5.8/screenshot-3.png (added)
-
tags/1.5.8/screenshot-4.png (added)
-
tags/1.5.8/screenshot-5.png (added)
-
tags/1.5.8/wpml-config.xml (added)
-
trunk/admin/cli-admin.php (modified) (2 diffs)
-
trunk/cookie-law-info.php (modified) (1 diff)
-
trunk/js/cookielawinfo.js (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookie-law-info/trunk/admin/cli-admin.php
r1885932 r1899112 175 175 $new_settings['button_1_as_button'] = $old_settings['show_as_button']; 176 176 $new_settings['button_1_button_colour'] = $old_settings['colour_button_bg']; 177 $new_settings['notify_message'] = $old_settings['message_text'];177 $new_settings['notify_message'] = apply_filters('cli_change_message',$old_settings['message_text']); 178 178 $new_settings['text'] = $old_settings['colour_text']; 179 179 … … 248 248 ), 249 249 'strong' => array( 250 'id' => array(), 251 'class' => array() 252 ), 253 'u' =>array( 250 254 'id' => array(), 251 255 'class' => array() -
cookie-law-info/trunk/cookie-law-info.php
r1883791 r1899112 6 6 Author: webtoffee 7 7 Author URI: https://www.webtoffee.com/product/gdpr-cookie-consent/ 8 Version: 1.5. 78 Version: 1.5.8 9 9 License: GPL2 10 10 Text Domain: cookie-law-info -
cookie-law-info/trunk/js/cookielawinfo.js
r1885932 r1899112 1 1 function cli_show_cookiebar(p) { 2 /* plugin version 1.5. 4*/2 /* plugin version 1.5.8 */ 3 3 var Cookie = { 4 4 set: function(name,value,days) { -
cookie-law-info/trunk/readme.txt
r1883791 r1899112 5 5 Requires at least: 3.3.1 6 6 Tested up to: 4.9.6 7 Stable tag: 1.5. 77 Stable tag: 1.5.8 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 167 167 == Changelog == 168 168 169 = 1.5.8 = 170 171 * Support for <u> in the message bar. 172 169 173 = 1.5.7 = 170 174 * Danish translation added … … 266 270 == Upgrade Notice == 267 271 268 = 1.5. 7=269 270 * Danish translation added272 = 1.5.8 = 273 274 * Support for <u> in the message bar.
Note: See TracChangeset
for help on using the changeset viewer.