Skip to content

Releases: imagewize/wp-pattern-sentinel

v1.0.2

Choose a tag to compare

@jasperf jasperf released this 17 May 09:04
6c2c548

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@jasperf jasperf released this 17 May 08:49
461540a

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@jasperf jasperf released this 16 May 23:51
df8e5ec

What's Changed

  • Improve Block Validation Logging by @jasperf in #9

Full Changelog: v0.3.0...v1.0.0

v0.3.0

Choose a tag to compare

@jasperf jasperf released this 16 May 07:27
a85d1d0

What's Changed

Full Changelog: v0.2.6...v0.3.0

v0.2.6

Choose a tag to compare

@jasperf jasperf released this 16 May 07:02
2c7ff5d

What's Changed

  • feat: exponential backoff login retry, real-time output, failure log (v0.2.6) by @jasperf in #7

Full Changelog: v0.2.5...v0.2.6

v0.2.5

Choose a tag to compare

@jasperf jasperf released this 16 May 04:47
6d797f3

What's Changed

  • fix: strip inline PHP expressions + add progress logging (v0.2.5) by @jasperf in #6

Full Changelog: v0.2.4...v0.2.5

v0.2.4

Choose a tag to compare

@jasperf jasperf released this 16 May 04:32
6011065

What's Changed

  • fix: login once and share cookies across worker contexts (v0.2.4) by @jasperf in #5

Full Changelog: v0.2.3...v0.2.4

v0.2.3

Choose a tag to compare

@jasperf jasperf released this 16 May 04:02
08bf906

What's Changed

  • fix: rewrite login to match proven wp-admin/post-new.php strategy by @jasperf in #4

Full Changelog: v0.2.2...v0.2.3

v0.2.2

Choose a tag to compare

@jasperf jasperf released this 16 May 03:55
3623054

What's Changed

  • fix: use domcontentloaded and 30s timeout for post-login waitForURL by @jasperf in #3

Full Changelog: v0.2.1...v0.2.2

v0.2.1

Choose a tag to compare

@jasperf jasperf released this 16 May 03:45
7468ce0

Fixes

  • Login waitForURL regex — Playwright's ** glob does not match a trailing empty segment, so wp-admin/** never matched the wp-admin/ redirect URL after login. Replaced with /\/wp-admin\// regex, which works for both standard WP and Bedrock URL layouts.