updated plugin Simple Local Avatars version 2.5.0

This commit is contained in:
2022-08-19 16:16:10 +00:00
committed by Gitium
parent 3ebf964f56
commit 02c261fbfc
5 changed files with 127 additions and 30 deletions

View File

@ -3,7 +3,7 @@
* Plugin Name: Simple Local Avatars
* Plugin URI: https://10up.com/plugins/simple-local-avatars-wordpress/
* Description: Adds an avatar upload field to user profiles. Generates requested sizes on demand, just like Gravatar! Simple and lightweight.
* Version: 2.4.0
* Version: 2.5.0
* Requires at least: 4.6
* Requires PHP: 5.6
* Author: Jake Goldman, 10up
@ -20,7 +20,7 @@ define( 'SLA_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
require_once dirname( __FILE__ ) . '/includes/class-simple-local-avatars.php';
// Global constants.
define( 'SLA_VERSION', '2.2.0' );
define( 'SLA_VERSION', '2.5.0' );
define( 'SLA_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
if ( ! defined( 'SLA_IS_NETWORK' ) ) {