Skip to content

Releases: soderlind/kjeks

1.2.1

Choose a tag to compare

@soderlind soderlind released this 02 Sep 12:41
c4da0da

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

Choose a tag to compare

@soderlind soderlind released this 31 Aug 16:03
437af32

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

Choose a tag to compare

@soderlind soderlind released this 30 Aug 22:37
f6c3ce6

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

Choose a tag to compare

@soderlind soderlind released this 29 Aug 14:43
87cdd24

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

Choose a tag to compare

@soderlind soderlind released this 27 Aug 18:33
abd826d

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

Choose a tag to compare

@soderlind soderlind released this 25 Aug 15:51
8f2f86f
  • Confine wp kjeks scan-config --output to the uploads kjeks/ directory and write via WP_Filesystem, preventing writes to arbitrary locations.
  • Escape inline gated-script output to prevent a </script> breakout in the served markup.
  • Ship only the .pot template in the distributed zip; compiled translations now come from translate.wordpress.org.
  • Correct the readme Contributors username to the WordPress.org plugin owner.
  • Documentation: cover single-site and Multisite, and clarify that the scanner is a standalone tool.

1.1.1

Choose a tag to compare

@soderlind soderlind released this 22 Aug 13:04
078a899

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

Choose a tag to compare

@soderlind soderlind released this 22 Aug 12:44
bb6f69d

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

Choose a tag to compare

@soderlind soderlind released this 22 Aug 09:09
  • 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

Choose a tag to compare

@soderlind soderlind released this 22 Aug 08:59
  • 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.