Plugin Directory

Changeset 3421940


Ignore:
Timestamp:
12/17/2025 01:13:55 PM (4 months ago)
Author:
brainywpbd
Message:
  • Quick UX copy fixed
Location:
cookiemate
Files:
263 added
3 edited

Legend:

Unmodified
Added
Removed
  • cookiemate/trunk/cookiemate.php

    r3420929 r3421940  
    55 * Plugin URI:        https://brainywp.com/cookiemate/
    66 * Description:       Cookiemate is a cookie consent management plugin that enhances privacy compliance across different regions.
    7  * Version:           1.0.2
     7 * Version:           1.0.3
    88 * Requires at least: 5.2
    99 * Requires PHP:      7.2
  • cookiemate/trunk/readme.txt

    r3420929 r3421940  
    44Requires at least: 5.2
    55Tested up to: 6.9
    6 Stable tag: 1.0.2
     6Stable tag: 1.0.3
    77Requires PHP: 7.2
    88License: GPLv2 or later
  • cookiemate/trunk/templates/frontend/frontend.php

    r3420929 r3421940  
    3131    $accept_button_text = get_option('cookiemate_button_text');
    3232    if (empty($accept_button_text)) {
    33         $accept_button_text = "Ok! beb";
     33        $accept_button_text = "Ok!";
    3434    }
    3535
Note: See TracChangeset for help on using the changeset viewer.