Plugin Directory

Changeset 3087873

Timestamp:
05/16/2024 02:50:35 PM (3 months ago)
Author:
bobbingwide
Message:

cookie-cat v1.4.7 tested with WordPress 6.5.3 and PHP 8.3

Location:
cookie-cat/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cookie-cat/trunk/cookie-cat.php

    r2980229 r3087873  
    22/**
    33Plugin Name: cookie-cat
    4 Depends: oik base plugin
     4Requires Plugins: oik
    55Plugin URI: https://www.oik-plugins.com/oik-plugins/cookie-cat
    66Description: [cookies] shortcode for producing a table of cookies the website uses
    7 Version: 1.4.6
     7Version: 1.4.
    88Author: bobbingwide
    99Author URI: https://bobbingwide.com/about-bobbing-wide
     
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1212
    13     Copyright 2012-2023 Bobbing Wide (email : herb@bobbingwide.com )
     13    Copyright 2012-202 Bobbing Wide (email : herb@bobbingwide.com )
    1414
    1515    This program is free software; you can redistribute it and/or modify
     
    4040  add_filter( "cookies", "oik_cookie_filter", 11, 2 );
    4141  add_action( "oik_admin_menu", "cookie_cat_admin_menu" );
     42
    4243}
    4344
     
    102103function cookie_cat_loaded() {
    103104  add_action( "oik_loaded", "cookie_cat_init" );
    104   add_action( "oik_add_shortcodes", "cookie_cat_oik_add_shortcodes" );
     105
    105106  add_action( "admin_notices", "cookie_cat_activation", 12 );
    106107}
  • cookie-cat/trunk/readme.txt

    r2993295 r3087873  
    44Tags: cookie, shortcode, oik, EU cookie directive, UK cookie law
    55Requires at least: 4.9.8
    6 Tested up to: 6.4.1
    7 Stable tag: 1.4.6
     6Tested up to: 6.
     7Stable tag: 1.4.
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    154154
    155155== Upgrade Notice ==
    156 = 1.4.6 =
    157 Now supports PHP 8.1 and PHP 8.2
    158 
    159 = 1.4.5 =
    160 Tested with PHPUnit 8, WordPress 5.3.2 and WordPress Multi Site, PHP 7.3 and PHP 7.4
    161 
    162 = 1.4.4 =
    163 Tested with Gutenberg / WordPress 5.0. Now depends on oik v3.2.8
    164 
    165 = 1.4.3 =
    166 Tested with WordPress 4.8. Tested with PHP 7.1. Now depends on oik v3.1.
    167 
    168 = 1.4.2 =
    169 Fixes issue #2 - shortcode displays &nbsp... missing ;
    170 
    171 = 1.4.1 =
    172 Tested with WordPress 4.4, including WordPress Multi Site
    173 
    174 = 1.4 =
    175 Tested with WordPress 4.0, including WordPress Multi Site
    176 
    177 = 1.3 =
    178 Tested with WordPress 3.9
    179 
    180 = 1.2 =
    181 Changes to satisfy WordPress plugin review. Works with oik version 1.13 and above
    182 
    183 = 1.1 =
    184 Now loads the XML directly from cookie-cat.co.uk
    185 
    186 = 1.0 =
    187 Requires oik version 1.13 or higher
     156= 1.4.7 =
     157Now supports PHP 8.3. Implements "Required Plugins: oik"
    188158
    189159== Changelog ==
    190 = 1.4.6 =
    191 * Fixed: PHP 8.2: fix deprecated ${var} in strings #5
    192 * Tested: With WordPress 6.4.1 and WordPress Multisite
     160= 1.4. =
     161* Fixed:
     162* Tested: With WordPress 6. and WordPress Multisite
    193163* Tested: With PHPUnit 9.6
    194 * Tested: With PHP 8.2
    195 
    196 = 1.4.5 =
    197 * Changed: Update for PHPUnit 8,[github bobbingwide cookie-cat issues 4]
    198 * Tested: With WordPress 5.3.2 and WordPress Multi Site
    199 * Tested: With PHP 7.3 and PHP 7.4
    200 * Tested: With PHPUnit 8
    201 
    202 = 1.4.4 =
    203 * Changed: Depends on oik v3.2.8, [github bobbingwide cookie-cat issues 3]
    204 * Changed: Uses https to Load the XML file from cookie-cat.co.uk
    205 * Changed: Uses https for link to cookie-cat.co.uk design
    206 * Tested: With WordPress 5.0
    207 * Tested: With Gutenberg 4.6.1
    208 
    209 = 1.4.3 =
    210 * Changed: Priority for 'admin_notices' hook
    211 * Changed: Now depends on oik v3.1
    212 * Tested: With PHP 7.1
    213 * Tested: With WordPress 4.8 and WordPress Multisite
    214 
    215 = 1.4.2 =
    216 * Fixed: Issue #2 
    217 * Changes: Merged pull request from jherve - __qca no longer used by Jetpack
    218 * Changes: Updated FAQ in line with oik-plugins and cookie-cat websites
    219 
    220 = 1.4.1 =
    221 * Changed: Now depends on oik v2.5
    222 * Tested: With WordPress 4.4
    223 * Changed: Improved some docblock comments and changed Copyright date on source files
    224 * Changed: Updated oik-activation logic
    225 
    226 = 1.4 =
    227 * Changed: Improved some docblocks.
    228 * Changed: Now depends on oik v2.2
    229 * Changed: Responds to "oik_add_shortcodes" action to define the "cookies" shortcode
    230 * Tested: With WordPress 4.0
    231 
    232 = 1.3 =
    233 * Changed: Slight restructuring for improved documentation
    234 * Changed: Now dependent upon oik v2.1 or higher
    235 
    236 = 1.2 =
    237 * Added: Warning messages about information that is passed to the cookie-cat server when using "Load XML"
    238 * Tested: Works with WordPress 3.6
    239 * Added: Added table heading tags for the cookie-cat table.
    240 
    241 = 1.1 =
    242 * Added: admin interface to load a new customised XML file from cookie-cat.co.uk
    243 * Added: will now produce links to prompt installation, upgrade or activation of oik
    244 * Added: temp=N|Y parameter for the [cookies] shortcode to advanced users to play with the "Extras" field
    245 * Added: option field to set browser=Y by default
    246 * Added: Extras field for adding special codes for plugins which aren't really active. Defaults to ",wordpress,PHP"
    247 * Changed: cc_mapping.xml file updated to reflect latest mapping in cookie-cat.co.uk
    248 * Changed: readme.txt file contains basic instructions for updating the XML mapping file. New screenshots.
    249 * Changed: Minor changes to tracing
    250 
    251 = 1.0 =
    252 * initial version. Works with oik version 1.13
     164* Tested: With PHP 8.3
    253165
    254166== Further reading ==
     
    257169**"the oik plugin - for often included key-information"**
    258170
    259 
    260171== DISCLAIMER ==
    261172This version of the plugin is provided free of charge to the WordPress community.
     
    263174We accept no responsibility for ensuring the correctness of the information displayed.
    264175Don't have a go at us if your cookies are not listed or are "unknown".
    265 
    266 
Note: See TracChangeset for help on using the changeset viewer.