Plugin Directory

Changeset 3424292


Ignore:
Timestamp:
12/20/2025 04:55:05 PM (3 months ago)
Author:
itthinx
Message:

version 2.1.0

Location:
frankencookie/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • frankencookie/trunk/COPYRIGHT.txt

    r3130655 r3424292  
    22 FrankenCookie
    33 
    4  Copyright 2013 - 2024 "kento" (Karim Rahimpur) www.itthinx.com
     4 Copyright 2013 - 2025 "kento" (Karim Rahimpur) www.itthinx.com
    55 
    66 The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE
  • frankencookie/trunk/changelog.txt

    r3130655 r3424292  
    11== Frankencookie by itthinx - changelog.txt ==
     2
     3= 2.1.0 =
     4* WordPress 6.9 compatible.
     5* Requires at least WordPress 6.5.
    26
    37= 2.0.0 =
  • frankencookie/trunk/frankencookie.php

    r3130655 r3424292  
    33 * frankencookie.php
    44 *
    5  * Copyright (c) 2013 - 2024 "kento" Karim Rahimpur www.itthinx.com
     5 * Copyright (c) 2013 - 2025 "kento" Karim Rahimpur www.itthinx.com
    66 *
    77 * This code is released under the GNU General Public License.
     
    2222 * Plugin URI: https://www.itthinx.com/plugins/frankencookie
    2323 * Description: FrankenCookie reminds visitors of the use of cookies.
    24  * Version: 2.0.0
    25  * Requires at least: 6.0
     24 * Version: 2.1.0
     25 * Requires at least: 6.5
    2626 * Requires PHP: 7.4
    2727 * Author: itthinx
     
    3636}
    3737
    38 define( 'FCOOK_CORE_VERSION',  '2.0.0' );
     38define( 'FCOOK_CORE_VERSION', '2.1.0' );
    3939define( 'FCOOK_FILE',          __FILE__ );
    4040define( 'FCOOK_DIR',           untrailingslashit( plugin_dir_path( __FILE__ ) ) );
  • frankencookie/trunk/readme.txt

    r3130655 r3424292  
    33Donate link: https://www.itthinx.com/shop/
    44Tags: cookie, cookie law, bureaucracy, compliance, cookie directive
    5 Requires at least: 6.0
    6 Tested up to: 6.6
     5Requires at least: 6.5
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 2.0.0
     8Stable tag: 2.1.0
    99License: GPLv3
    1010
Note: See TracChangeset for help on using the changeset viewer.