Releases: soderlind/kjeks
Releases · soderlind/kjeks
Release list
1.2.1
What's Changed
- Release 1.2.1: enqueue consent-gated src scripts; fix asset version by @soderlind in #9
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
- Tabbed Cookie Consent settings shell + shared add-on card UI (1.2.0) by @soderlind in #8
Full Changelog: 1.1.5...1.2.0
1.1.5
What's Changed
- Add portable Config bundle (export/apply); release 1.1.5 by @soderlind in #7
Full Changelog: 1.1.4...1.1.5
1.1.4
What's Changed
- Release 1.1.4: AddonKit, submenu mounting, and static-analysis harness fix by @soderlind in #6
Full Changelog: 1.1.3...1.1.4
1.1.3
1.1.2
- Confine
wp kjeks scan-config --outputto the uploadskjeks/directory and write viaWP_Filesystem, preventing writes to arbitrary locations. - Escape inline gated-script output to prevent a
</script>breakout in the served markup. - Ship only the
.pottemplate in the distributed zip; compiled translations now come from translate.wordpress.org. - Correct the readme
Contributorsusername to the WordPress.org plugin owner. - Documentation: cover single-site and Multisite, and clarify that the scanner is a standalone tool.
1.1.1
What's Changed
- Remove GitHub self-updater; unify GitHub/wp.org zip (1.1.1) by @soderlind in #3
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- Prepare Kjeks for the WordPress.org plugin directory (1.1.0) by @soderlind in #2
Full Changelog: 1.0.8...1.1.0
1.0.8
- Harden the Restricted Site Access bypass: send no-cache headers on a keyed request so an unrestricted response can never be cached and served to the public, and accept the key only from the X-Kjeks-Key header (no query-string fallback) so it can't leak via logs, Referer, or history.
1.0.7
- Restricted Site Access compatibility: a request carrying a valid scanner key bypasses the login/IP restriction, so the discovery scanner can reach the scan-config and import endpoints and load restricted front-end pages. Requests without a valid key stay restricted.