Skip to content

Latest commit

 

History

History
118 lines (66 loc) · 5.59 KB

File metadata and controls

118 lines (66 loc) · 5.59 KB

HWP Previews

1.0.0

Major Changes

  • #524 e6060f7 Thanks @ahuseyn! - chore: Initial release of the HWP Previews Plugin
    • Updated Readme and docs
    • Upgraded wordpress-core into 6.9

0.0.15

Patch Changes

  • #530 447530b Thanks @josephfusco! - Verify WordPress 6.9 compatibility and update CI test matrix

    • Tested compatibility with WordPress 6.9
    • Updated CI test matrix to WordPress 6.9, 6.8, 6.7 (dropped 6.5, 6.6)
    • Updated dev dependencies (mockery/mockery to ^1.6, wp-graphql/wp-graphql-testcase to ^3.4)
    • Updated Docker defaults to WordPress 6.9
    • Reduced readme.txt tags to 5 for WordPress.org compliance

0.0.14

Patch Changes

  • #525 a120c89 Thanks @ahuseyn! - Add optional data cleanup on uninstall via HWP_PREVIEWS_UNINSTALL_PLUGIN constant

0.0.13

Patch Changes

0.0.12

Patch Changes

  • #416 641fa27 Thanks @ahuseyn! - Fixed security vulnerability by updating @wordpress/scripts from 30.18.0 to 30.24.0. Other packages bumped:

    • @changesets/cli
    • @playwright/test
    • @wordpress/e2e-test-utils-playwright
    • @wordpress/env
    • @wordpress/jest-console
    • @wordpress/scripts

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

Patch Changes

0.0.8

Patch Changes

  • #333 cf0a040 Thanks @ahuseyn! - 1. Disables Faust front-end redirects for preview url's to solve the iframe conflict. 2. Introduced methods in Faust_Integration to replace Faust-generated preview URLs with the site’s home URL as needed.

0.0.7

Patch Changes

  • #317 4dcff2d Thanks @colinmurphy! - chore: Renamed composer name to "hwp-previews" to fix composer installation issue.

0.0.6

Patch Changes

  • #312 456be7e Thanks @colinmurphy! - chore: Changes to the github workflow to automate version updates. No existing changes to previews.

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes

0.0.1-beta

  • Proof of concept. A WordPress plugin for headless previews.
  • RFC - #67