Changeset 3141575
- Timestamp:
- 08/26/2024 10:26:50 AM (19 months ago)
- Location:
- cookiehub/trunk
- Files:
-
- 5 edited
-
changelog.txt (modified) (1 diff)
-
cookiehub.php (modified) (2 diffs)
-
includes/ch-generate.php (modified) (1 diff)
-
includes/ch-install.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookiehub/trunk/changelog.txt
r3069802 r3141575 1 1 === CookieHub === 2 3 = 1.1.4 = 4 *Release Date - 26 August 2024* 5 6 Tested up to 6.6.1 2 7 3 8 = 1.1.3 = -
cookiehub/trunk/cookiehub.php
r3070568 r3141575 4 4 Plugin URI: https://www.cookiehub.com/wordpress 5 5 Description: Take control effortlessly with CookieHub – GDPR-compliant solution for cookie management and compliance. 6 Version: 1.1. 36 Version: 1.1.4 7 7 Author: CookieHub 8 8 Author URI: https://www.cookiehub.com/ … … 28 28 } 29 29 30 register_uninstall_hook(__FILE__, 'dcchub_uninstall'); 30 31 31 32 add_action('admin_notices', 'chh_custom_notice'); -
cookiehub/trunk/includes/ch-generate.php
r3043066 r3141575 122 122 </script>"; 123 123 } 124 124 125 echo "<script>window.cookiehub_wordpress = {};</script>"; 126 125 127 if(array_key_exists('dcchub_gcm', $options) && $options['dcchub_gcm'] == '1'){ 126 128 echo "<script> -
cookiehub/trunk/includes/ch-install.php
r2392341 r3141575 7 7 } 8 8 9 register_uninstall_hook(__FILE__, 'dcchub_uninstall');10 11 9 ?> -
cookiehub/trunk/readme.txt
r3102355 r3141575 3 3 Tags: cookie consent, cookie notice, GDPR, CCPA, DSGVO 4 4 Requires at least: 5.2 5 Tested up to: 6. 5.46 Stable tag: 1.1. 35 Tested up to: 6.6.1 6 Stable tag: 1.1.4 7 7 License: GPLv2 or later 8 8 … … 135 135 == Changelog == 136 136 137 = 1.1.4 = 138 *Release Date - 26 August 2024* 139 140 Tested up to 6.6.1 141 137 142 = 1.1.3 = 138 143 *Release Date - 13 June 2024*
Note: See TracChangeset
for help on using the changeset viewer.