Changeset 3339680 for cookieadmin/trunk/cookieadmin.php
- Timestamp:
- 08/05/2025 01:07:31 PM (8 months ago)
- File:
-
- 1 edited
-
cookieadmin/trunk/cookieadmin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cookieadmin/trunk/cookieadmin.php
r3335988 r3339680 4 4 Plugin URI: https://cookieadmin.net 5 5 Description: CookieAdmin provides easy to configure cookie consent banner with GDPR and CCPA law support. 6 Version: 1.0. 76 Version: 1.0.8 7 7 Author: Softaculous 8 8 Author URI: https://www.softaculous.com … … 38 38 define('COOKIEADMIN_BASE', plugin_basename(COOKIEADMIN_FILE)); 39 39 define('COOKIEADMIN_DIR', plugin_dir_path(__FILE__)); 40 define('COOKIEADMIN_VERSION', '1.0. 7');40 define('COOKIEADMIN_VERSION', '1.0.8'); 41 41 define('COOKIEADMIN_URL', plugins_url('', COOKIEADMIN_FILE)); 42 42 define('COOKIEADMIN_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.