Ryan Williams
Ryan Williams
This fixes https://github.com/humanmade/S3-Uploads/issues/515, a fatal missing class error on the site as well as in WP CLI commands with the plugin active and the AWS SDK loaded from another source.
Version c6c23f1f98016e45ca275f288d5ec27513cabfec In inc/namespace.php `init()`: ``` // Ensure the AWS SDK can be loaded. if ( ! class_exists( '\\Aws\\S3\\S3Client' ) ) { // Require AWS Autoloader file. require_once dirname( __DIR__...
## What's the current situation? Missing an hour in the hourly report for https://wxkb.io/sacramento ## What do you recommend? Change "in 5 hours and in 7 hours" to "in 5...
I can install & activate a plugin on a single site in a single step like this: ``` wp plugin install --activate query-monitor ``` But because `--network` is not handled...
When both ctrlp.vim and wordpress.vim are active, I see a fourth ctrlp search mode option next to "files", "buffers", and "mru files" - "Portkey". When I switch to that mode,...