Plugin Directory

Changeset 3141575


Ignore:
Timestamp:
08/26/2024 10:26:50 AM (19 months ago)
Author:
cookiehub
Message:

Version 1.1.4. Wordpress flag and uninstall fix

Location:
cookiehub/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • cookiehub/trunk/changelog.txt

    r3069802 r3141575  
    11=== CookieHub ===
     2
     3= 1.1.4 =
     4*Release Date - 26 August 2024*
     5
     6Tested up to 6.6.1
    27
    38= 1.1.3 =
  • cookiehub/trunk/cookiehub.php

    r3070568 r3141575  
    44Plugin URI: https://www.cookiehub.com/wordpress
    55Description: Take control effortlessly with CookieHub – GDPR-compliant solution for cookie management and compliance.
    6 Version: 1.1.3
     6Version: 1.1.4
    77Author: CookieHub
    88Author URI: https://www.cookiehub.com/
     
    2828}
    2929
     30register_uninstall_hook(__FILE__, 'dcchub_uninstall');
    3031
    3132add_action('admin_notices', 'chh_custom_notice');
  • cookiehub/trunk/includes/ch-generate.php

    r3043066 r3141575  
    122122</script>";
    123123            }
    124            
     124
     125            echo "<script>window.cookiehub_wordpress = {};</script>";
     126
    125127            if(array_key_exists('dcchub_gcm', $options) && $options['dcchub_gcm'] == '1'){               
    126128                echo "<script>
  • cookiehub/trunk/includes/ch-install.php

    r2392341 r3141575  
    77}
    88
    9 register_uninstall_hook(__FILE__, 'dcchub_uninstall');
    10 
    119?>
  • cookiehub/trunk/readme.txt

    r3102355 r3141575  
    33Tags: cookie consent, cookie notice, GDPR, CCPA, DSGVO
    44Requires at least: 5.2
    5 Tested up to: 6.5.4
    6 Stable tag: 1.1.3
     5Tested up to: 6.6.1
     6Stable tag: 1.1.4
    77License: GPLv2 or later
    88
     
    135135== Changelog ==
    136136
     137= 1.1.4 =
     138*Release Date - 26 August 2024*
     139
     140Tested up to 6.6.1
     141
    137142= 1.1.3 =
    138143*Release Date - 13 June 2024*
Note: See TracChangeset for help on using the changeset viewer.