diff --git a/README.md b/README.md index 526cb13..58c04c6 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ Coming soon... ## Help * Basic: https://wordpress.org/support/plugin/wp-user-avatars/ -* Priority: https://chat.flox.io/support/channels/wp-user-avatars/ +* Priority: https://jjj.software ## Contributors -Designed by @JJJ - -Made better by @nash-ye +* Created by @JJJ +* Made better by @nash-ye +* Pull requests welcome! ## Support diff --git a/readme.txt b/readme.txt index 98afba1..45d37bf 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: johnjamesjacoby, stuttter Tags: avatar, user, profile Requires at least: 4.4 -Tested up to: 4.8 -Stable tag: 1.3.0 +Tested up to: 4.9 +Stable tag: 1.4.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9Q4F4EL5YJ62J @@ -53,7 +53,7 @@ It works OK, but you'll want to consider exactly what level of privacy is best f = Where can I get support? = * Basic: https://wordpress.org/support/plugin/wp-user-avatars/ -* Priority: https://chat.flox.io/support/channels/wp-user-avatars/ +* Priority: https://jjj.software = Where can I find documentation? = @@ -61,6 +61,9 @@ http://github.com/stuttter/wp-user-avatars/ == Changelog == += 1.4.0 = +* Improved support for long file names + = 1.3.0 = * Fix local avatars in comments diff --git a/wp-user-avatars.php b/wp-user-avatars.php index c2abe08..175ecea 100644 --- a/wp-user-avatars.php +++ b/wp-user-avatars.php @@ -8,7 +8,7 @@ * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Description: Allow registered users to upload & select their own avatars - * Version: 1.3.0 + * Version: 1.4.0 * Text Domain: wp-user-avatars * Domain Path: /wp-user-avatars/assets/languages/ */ @@ -60,5 +60,5 @@ function wp_user_avatars_get_plugin_url() { * @return int */ function wp_user_avatars_get_asset_version() { - return 201703250002; + return 201804180002; } diff --git a/wp-user-avatars/assets/css/user-avatars.css b/wp-user-avatars/assets/css/user-avatars.css index bb12491..f6c1f93 100644 --- a/wp-user-avatars/assets/css/user-avatars.css +++ b/wp-user-avatars/assets/css/user-avatars.css @@ -10,8 +10,13 @@ width: 90px; } -#wp-user-avatars-actions input[type=file]{ - margin: 0 0 8px; +#wp-user-avatars-actions div, +#wp-user-avatars-actions input[type=file] { + text-overflow: ellipsis; + width: 100%; +} +#wp-user-avatars-actions input[type=file] { + margin: 0 0 10px; } /** @@ -137,7 +142,7 @@ tr.user-profile-picture, #side-sortables #wp-user-avatars-photo, #side-sortables #wp-user-avatars-actions { float: left; - width: 90%; + width: 100%; } #side-sortables #wp-user-avatars-photo {