Plugin Directory

Changeset 3346505


Ignore:
Timestamp:
08/18/2025 02:48:42 PM (8 months ago)
Author:
adsimple
Message:

v2.1.2

Location:
adsimple-cookie-manager-for-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • adsimple-cookie-manager-for-wp/trunk/adsimple-cookie-manager.php

    r3335926 r3346505  
    33    *  Plugin Name:     Cookie Banner - Consent Manager by AdSimple (DSGVO/GDPR)
    44    *  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.1
     5    *  Version:         2.1.2
    66    *  Author:          AdSimple
    77    *  Author URI:      https://www.adsimple.at
     
    331331         * Tell the consent API we're following the api.
    332332         */
    333         protected function register_wp_consent_api() {
     333        protected static function register_wp_consent_api() {
    334334            $plugin = plugin_basename(__FILE__);
    335335            add_filter("wp_consent_api_registered_$plugin", function(){ return true; });
  • adsimple-cookie-manager-for-wp/trunk/readme.txt

    r3335926 r3346505  
    55Requires at least: 4.2.0
    66Tested up to: 6.6.2
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88Requires PHP: 5.4
    99License: GPLv2 or later
     
    162162== Changelog ==
    163163
     164= 2.1.2 =
     165
     166*   Release Date - 18th August 2025
     167*   Updated: Fixed PHP 8.0+ compatibility issue with static method calls
     168
    164169= 2.1.1 =
    165170
Note: See TracChangeset for help on using the changeset viewer.