Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,433 contributions in the last year
Contribution activity
November 1, 2020
October 2020
Created a pull request in google/web-stories-wp that received 15 comments
Web Stories Embed Shortcode
Summary Allow for a shortcode to render an embedded story. Relevant Technical Choices To make sure there lots of code was not repeated, some refact…
- PHP 5.3 compatibility
- Lock version number of php-scoper
- Fix composer version.
- Enable react/no-array-index-key rule
- Embeds: Add filter for default attributes
- Improve E2E test flakyness.
- Frontend: Avoid mixed content warnings by fixing URLs to use HTTPS
- Check for required PHP extensions upon plugin initialization
- Add REST API Status Checks
- Embed Block: Do not use amp-story-player in `save` function
- Use shortcode when classic editor plugin is active
- Improve E2E Test for inserting media from library
- Improve bulk updated messages for stories
- Tests: Improve multisite compatibility and how capabilities are set
- Remove fallback publisher logo
- Experimental support for custom meta boxes
- Prevent issues with centered embed blocks on certain themes
- Settings: Add Site Kit Specific UI
- Code Quality: Add PHPMD to code base
- PHP 5.3 compatibility
- Put eyedropper behind feature flag
- Add REST API Status Checks
- Make WAF workaround opt-in for now
- Fix base64 encoding when using chars from different range
- [WIP] Add trailing slashes to REST API paths
- Admin menu: avoid unnecessary redirects
- Check for required PHP extensions upon plugin initialization
- Enable react/no-array-index-key rule
- Update PHPStan config
- Workspace: Enable Tenor GIF integration in editor
- Base64-encode HTML markup over the wire
- Add mbstring polyfill
- Embed Block: responsive design improvements
- Analytics: add events for bookend
- Wrap Apps in Strict Mode
- Re-index stories in Yoast SEO if permalinks are outdated
- Dashboard: get author names via _embedded data to avoid excess call for users
- Web Stories Embed Shortcode
- Remove fallback publisher logo
- Include AMP PHP Library
Created an issue in WordPress/gutenberg that received 7 comments
Add Widget Type endpoint
Add Widget Type endpoint. This endpoint will list all registered widget types registered in WordPress. Fields could include properties from WP_Widg…