Changeset 3346505
- Timestamp:
- 08/18/2025 02:48:42 PM (8 months ago)
- Location:
- adsimple-cookie-manager-for-wp/trunk
- Files:
-
- 2 edited
-
adsimple-cookie-manager.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
adsimple-cookie-manager-for-wp/trunk/adsimple-cookie-manager.php
r3335926 r3346505 3 3 * Plugin Name: Cookie Banner - Consent Manager by AdSimple (DSGVO/GDPR) 4 4 * Description: With this Cookie Banner WordPress plugin, you can install a cookie banner on your WordPress website in just a few steps. 5 * Version: 2.1. 15 * Version: 2.1.2 6 6 * Author: AdSimple 7 7 * Author URI: https://www.adsimple.at … … 331 331 * Tell the consent API we're following the api. 332 332 */ 333 protected function register_wp_consent_api() {333 protected static function register_wp_consent_api() { 334 334 $plugin = plugin_basename(__FILE__); 335 335 add_filter("wp_consent_api_registered_$plugin", function(){ return true; }); -
adsimple-cookie-manager-for-wp/trunk/readme.txt
r3335926 r3346505 5 5 Requires at least: 4.2.0 6 6 Tested up to: 6.6.2 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 8 8 Requires PHP: 5.4 9 9 License: GPLv2 or later … … 162 162 == Changelog == 163 163 164 = 2.1.2 = 165 166 * Release Date - 18th August 2025 167 * Updated: Fixed PHP 8.0+ compatibility issue with static method calls 168 164 169 = 2.1.1 = 165 170
Note: See TracChangeset
for help on using the changeset viewer.