Matt Wiebe
Matt Wiebe
Ran into responsive design scenarios when FitText should only be invoked above certain sizes due to different layouts. This provides maxWidth/minWidth options so that FitText will only fire inside that...
The plugin repo has instituted a new 1500 word limit on readme sections in order to combat spam: https://meta.trac.wordpress.org/ticket/7477 Our only impacted section is the changelog, which is roughly 1500...
Fixes #584 ## Proposed changes: * The bones of something workable, read-only and very ugly at the moment ### Other information: - [ ] Have you written new tests for...
The first thing most people want to do when setting up a social media profile is to edit/customize that profile. Currently the ActivityPub plugin draws its profile settings from various...
Running this along with https://github.com/akirk/enable-mastodon-apps/pull/157 ~= profile editing support via 3rd party Mastodon apps :D ## Proposed changes: * ### Other information: - [ ] Have you written new tests...
The `fields_attributes` in `api/v1/update_credentials` are submitted in a `multipart/form-data` hash like: ``` # Simplifying to not show the boundary fields_attributes[0][name] Some Title fields_attributes[0][value] Some Value fields_attributes[1][name] Another Title # etc...
We can only store `termmeta` on private taxonomies on wpcom. Also a couple of `phpcs` loose ends while I'm here!
I think I found a Core bug here. There's absolutely no reason for the ajax request to include `wp_customize=on`, the logic is entirely handled in the `wp_ajax_crop_image()` handler. [This commit](https://github.com/WordPress/wordpress-develop/commit/9fe59ced578169572f00d14a065aed22da165cab)...
I noticed that while running `npm run (dev|build)` that I was getting the following error: ``` WARNING in ./src/editor-plugin/plugin.js 48:65-75 export 'notAllowed' (imported as 'notAllowed') was not found in '@wordpress/icons'...