simple-local-avatars icon indicating copy to clipboard operation
simple-local-avatars copied to clipboard

Adds an avatar upload field to user profiles. Generates requested sizes on demand just like Gravatar!

Results 38 simple-local-avatars issues
Sort by recently updated
recently updated
newest added

### Description of the Change Bumped the minimum WordPress and PHP minimums. * WordPress to 5.7 * PHP to 7.4 Closes #140. ### How to test the Change * Check...

### Description of the Change This PR changes the release process so we can distribute the plugin via composer without needing WPackagist. Closes #144 ### How to test the Change...

### Describe the bug Hello! Looks like version 2.3.0 and upwards no longer bundles built/dist files, which makes the Composer package not usable without an additional build/install step, for which...

type:bug

Bump WP & PHP Minimums to the following - [x] WordPress to 5.7 - [x] PHP to 7.4 - [x] Remove any no-longer-needed conditional code for older version support. -...

type:enhancement

### Describe the bug A new bug was [reported](https://wordpress.org/support/topic/an-error-occurred-cropping-the-image/) on the support forum. > Hi, clicking crop the image only lets me do it as admin. In roles such as...

type:bug

**Is your enhancement related to a problem? Please describe.** We received the following from @zalemcitizen on [WordPress.ORG](https://wordpress.org/support/topic/option-to-prevent-media-deletion/): > Hello, > > I find hard that the only way to remove...

type:enhancement
help wanted

### Describe the bug The avatar crop feature was recently introduced in #83. It is noted that the crop area does not appear sometimes. Also noticed the behavior - when...

type:bug
help wanted

**Is your enhancement related to a problem? Please describe.** [Originally reported on WordPress.org support forum](https://wordpress.org/support/topic/make-urls-immune-to-host-changes/): > After moving host / changing domain the avatars will still use the OLD URLs....

type:enhancement
help wanted

**Describe the solution you'd like** I'd like to be able to set a maximum upload size (100kb for example) so that my users don't upload a 10mb image. ------------------- ###...

type:enhancement
help wanted

### Description of the Change Adapt plugin to use `wp_initialize_site` instead of deprecated `wpmu_new_blog` hook when using a recent WordPress version. `wpmu_new_blog` has been [deprecated since 5.1.0](https://developer.wordpress.org/reference/hooks/wpmu_new_blog/), in favor of...