Skip to content

Latest commit

 

History

History
94 lines (55 loc) · 4.6 KB

File metadata and controls

94 lines (55 loc) · 4.6 KB

WPGraphQL Logging

1.0.1

Patch Changes

  • #531 959ba90 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 (wordpress-core, wordpress-stubs to ^6.9, phpcompatibility to ^9.3)
    • Reduced readme.txt tags to 5 for WordPress.org compliance

1.0.0

Major Changes

0.2.3

Patch Changes

0.2.2

Patch Changes

  • #482 99c82ad Thanks @ahuseyn! - UI improvements for WPGraphQL Logging plugin: refactored styles, added GraphQL query formatting, and implemented unsaved changes warning

0.2.1

Patch Changes

  • #476 8156902 Thanks @colinmurphy! - chore: Add default configuration on plugin activation if no configuration already exists.

0.2.0

Minor Changes

  • #456 389a324 Thanks @theodesp! - chore: Various improvement to the logging plugin:

    • Implemented BufferHandler to batch write database entries for performance
    • Implemented LogStoreService to remove hard dependencies of the Database services in the admin and various classes
    • Refactored Database and CRUD log services to use interfaces to make it easy to be exctended for other data storage solutions.
    • Added missing indexes for performance
    • Added filters for caching configuration
    • Better error handling
    • Added missing nonce for admin pages

0.1.0

Minor Changes

0.0.12

Patch Changes

  • #423 ef373fa Thanks @colinmurphy! - chore: Fixed some snags for events and event manager. Added and updated PHPUnit tests and coverage now above 90%.

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

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.8

Patch Changes