Releases: wp-cli/profile-command
Releases · wp-cli/profile-command
Version 0.3.0
For the narrative summary, see https://runcommand.io/2016/11/03/wp-profile-v0-3-0/
For specific changes, see https://github.com/runcommand/profile/pulls?q=milestone:0.3.0+is:closed
Version 0.2.0
- Registers more basic hooks for the template stage.
- Ensures the last step to a stage is logged appropriately
- Fixes error notice when
SAVEQUERIESis already defined. IfSAVEQUERIESis defined as false, thenwp profilebails. - Fixes bottom of the table when there aren't any items displayed.
- Fix profiling of early hooks. When we throw an Exception to bail out of the call, this means the rest of the bootstrap code hasn't executed, and important things aren't set up.
- Updates installation instructions with detail on how to require private file.
Version 0.1.0
- Initial release