John Watkins
John Watkins
There might be a better way to represent this empty-string error on the URL validation screen. Instead of: Should we do something like this? _Originally posted by @johnwatkins0 in https://github.com/ampproject/amp-wp/issues/5516#issuecomment-726394772_
## Feature description Some relatively recent additions to the plugin have involved small customizations related to multisite environments ([example](https://github.com/ampproject/amp-wp/blob/5ee474c9de85de8a15494669f92e926b45755ddb/src/BackgroundTask/CronBasedBackgroundTask.php#L103)). Currently we only run PHPUnit tests in single-site environments, so there's...
## Feature description While reviewing #5412, I came across a feature of the plugin that I've never noticed before. When you select a featured image that is less than 1200...
This fixes an issue where new inputs added to `multiple` fields are given the value of the last existing input. Prior to this fix, when a new input is added,...
### Is your enhancement related to a problem? Please describe. Currently, the `Image` component does not change state when an image is uploading. So if you upload a large image,...
Fixes #213 ### Description of the Change This makes several changes that will improve the performance of the ContentSearch component and make it behave more predictably. It also modifies the...
### Describe the bug The ContentSearch component will run a new search when the search term changes. But if the search term stays the same while the content type changes,...
### Is your enhancement related to a problem? Please describe. A HeadstartWP-based project I'm working on requires a way to authenticate WordPress users within the Next.js app. While an additional...
### Describe the bug While this is an issue on my project, I have also verified that it is occurring on another project using this framework. When passing `useYoastHtml` into...
### Is your enhancement related to a problem? Please describe. Headstart already has out-of-the-box integrations with Yoast, but would also benefit from similar integrations with [SpeedySEO](https://github.com/10up/speedyseo). Ideally the Headstart framework...