Changeset 3424292
- Timestamp:
- 12/20/2025 04:55:05 PM (3 months ago)
- Location:
- frankencookie/trunk
- Files:
-
- 4 edited
-
COPYRIGHT.txt (modified) (1 diff)
-
changelog.txt (modified) (1 diff)
-
frankencookie.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
frankencookie/trunk/COPYRIGHT.txt
r3130655 r3424292 2 2 FrankenCookie 3 3 4 Copyright 2013 - 202 4"kento" (Karim Rahimpur) www.itthinx.com4 Copyright 2013 - 2025 "kento" (Karim Rahimpur) www.itthinx.com 5 5 6 6 The files COPYRIGHT.txt and LICENSE.txt as well as ALL NOTICES IN THE -
frankencookie/trunk/changelog.txt
r3130655 r3424292 1 1 == Frankencookie by itthinx - changelog.txt == 2 3 = 2.1.0 = 4 * WordPress 6.9 compatible. 5 * Requires at least WordPress 6.5. 2 6 3 7 = 2.0.0 = -
frankencookie/trunk/frankencookie.php
r3130655 r3424292 3 3 * frankencookie.php 4 4 * 5 * Copyright (c) 2013 - 202 4"kento" Karim Rahimpur www.itthinx.com5 * Copyright (c) 2013 - 2025 "kento" Karim Rahimpur www.itthinx.com 6 6 * 7 7 * This code is released under the GNU General Public License. … … 22 22 * Plugin URI: https://www.itthinx.com/plugins/frankencookie 23 23 * Description: FrankenCookie reminds visitors of the use of cookies. 24 * Version: 2. 0.025 * Requires at least: 6. 024 * Version: 2.1.0 25 * Requires at least: 6.5 26 26 * Requires PHP: 7.4 27 27 * Author: itthinx … … 36 36 } 37 37 38 define( 'FCOOK_CORE_VERSION', '2.0.0' );38 define( 'FCOOK_CORE_VERSION', '2.1.0' ); 39 39 define( 'FCOOK_FILE', __FILE__ ); 40 40 define( 'FCOOK_DIR', untrailingslashit( plugin_dir_path( __FILE__ ) ) ); -
frankencookie/trunk/readme.txt
r3130655 r3424292 3 3 Donate link: https://www.itthinx.com/shop/ 4 4 Tags: cookie, cookie law, bureaucracy, compliance, cookie directive 5 Requires at least: 6. 06 Tested up to: 6. 65 Requires at least: 6.5 6 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 2. 0.08 Stable tag: 2.1.0 9 9 License: GPLv3 10 10
Note: See TracChangeset
for help on using the changeset viewer.