Changeset 3392948
- Timestamp:
- 11/10/2025 12:50:03 PM (5 weeks ago)
- Location:
- wp-consent-api
- Files:
-
- 9 deleted
- 1 edited
- 11 copied
-
tags/2.0.0 (copied) (copied from wp-consent-api/trunk)
-
tags/2.0.0/api.php (deleted)
-
tags/2.0.0/assets/css/rtl (copied) (copied from wp-consent-api/trunk/assets/css/rtl)
-
tags/2.0.0/assets/css/wp-consent-api.css (copied) (copied from wp-consent-api/trunk/assets/css/wp-consent-api.css)
-
tags/2.0.0/assets/css/wp-consent-api.min.css (copied) (copied from wp-consent-api/trunk/assets/css/wp-consent-api.min.css)
-
tags/2.0.0/assets/css/wp-consent-api.scss (copied) (copied from wp-consent-api/trunk/assets/css/wp-consent-api.scss)
-
tags/2.0.0/assets/js/wp-consent-api.js (copied) (copied from wp-consent-api/trunk/assets/js/wp-consent-api.js)
-
tags/2.0.0/assets/js/wp-consent-api.min.js (copied) (copied from wp-consent-api/trunk/assets/js/wp-consent-api.min.js)
-
tags/2.0.0/config.php (deleted)
-
tags/2.0.0/cookie-info.php (deleted)
-
tags/2.0.0/inc (copied) (copied from wp-consent-api/trunk/inc)
-
tags/2.0.0/package.json (deleted)
-
tags/2.0.0/phpcs.xml (deleted)
-
tags/2.0.0/phpstan.neon.dist (deleted)
-
tags/2.0.0/readme.md (copied) (copied from wp-consent-api/trunk/readme.md)
-
tags/2.0.0/readme.txt (copied) (copied from wp-consent-api/trunk/readme.txt) (2 diffs)
-
tags/2.0.0/site-health.php (deleted)
-
tags/2.0.0/tests (deleted)
-
tags/2.0.0/wordpress-comments.php (deleted)
-
tags/2.0.0/wp-consent-api.php (copied) (copied from wp-consent-api/trunk/wp-consent-api.php)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-consent-api/tags/2.0.0/readme.txt
r3392903 r3392948 7 7 Tested up to: 6.8 8 8 Requires PHP: 7.4 9 Stable tag: 1.0.89 Stable tag: 2.0.0 10 10 11 11 Simple Consent API to read and register the current consent category. … … 252 252 * Improvement: Added type hints throughout codebase for better code quality and IDE support 253 253 * Improvement: Added `init()` method for cleaner plugin initialization 254 * Security: escape logged notice in _doing_it_wrong function, props @mujuonly 254 255 255 256 = 1.0.8 = -
wp-consent-api/trunk/readme.txt
r3392903 r3392948 7 7 Tested up to: 6.8 8 8 Requires PHP: 7.4 9 Stable tag: 1.0.89 Stable tag: 2.0.0 10 10 11 11 Simple Consent API to read and register the current consent category. … … 252 252 * Improvement: Added type hints throughout codebase for better code quality and IDE support 253 253 * Improvement: Added `init()` method for cleaner plugin initialization 254 * Security: escape logged notice in _doing_it_wrong function, props @mujuonly 254 255 255 256 = 1.0.8 =
Note: See TracChangeset
for help on using the changeset viewer.