-
#531
959ba90Thanks @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
- #497
01fc6c0Thanks @colinmurphy! - chore: Initial release of WPGraphQL Logging Plugin.
- #485
3741a12Thanks @colinmurphy! - chore: Added nonce for the detail page for the download link.
- #482
99c82adThanks @ahuseyn! - UI improvements for WPGraphQL Logging plugin: refactored styles, added GraphQL query formatting, and implemented unsaved changes warning
- #476
8156902Thanks @colinmurphy! - chore: Add default configuration on plugin activation if no configuration already exists.
-
#456
389a324Thanks @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
- #431
c3c7776Thanks @colinmurphy! - chore: Fixing some snags and updating docs for BETA release.
- #423
ef373faThanks @colinmurphy! - chore: Fixed some snags for events and event manager. Added and updated PHPUnit tests and coverage now above 90%.
- #420
7bf9cb6Thanks @colinmurphy! - chore: Added data management for the logging plugin.
- #412
4aae0faThanks @colinmurphy! - chore: Various snags.
-
#416
641fa27Thanks @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
- #403
821908bThanks @colinmurphy! - chore: Added admin view, filters and CSV downloads.