Changeset 3189643
- Timestamp:
- 11/15/2024 02:46:25 PM (17 months ago)
- Location:
- basic-user-avatars
- Files:
-
- 21 added
- 1 deleted
- 21 edited
-
assets/screenshot-1.jpg (modified) (previous)
-
assets/screenshot-2.jpg (modified) (previous)
-
assets/screenshot-3.jpg (deleted)
-
tags/1.0.9 (added)
-
tags/1.0.9/init.php (added)
-
tags/1.0.9/languages (added)
-
tags/1.0.9/languages/basic-user-avatars-ca.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-ca.po (added)
-
tags/1.0.9/languages/basic-user-avatars-de_DE.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-de_DE.po (added)
-
tags/1.0.9/languages/basic-user-avatars-es_ES.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-es_ES.po (added)
-
tags/1.0.9/languages/basic-user-avatars-fi.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-fi.po (added)
-
tags/1.0.9/languages/basic-user-avatars-it_IT.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-it_IT.po (added)
-
tags/1.0.9/languages/basic-user-avatars-pt_BR.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-pt_BR.po (added)
-
tags/1.0.9/languages/basic-user-avatars-sv_SE.mo (added)
-
tags/1.0.9/languages/basic-user-avatars-sv_SE.po (added)
-
tags/1.0.9/languages/basic-user-avatars.mo (added)
-
tags/1.0.9/languages/basic-user-avatars.po (added)
-
tags/1.0.9/languages/basic-user-avatars.pot (added)
-
tags/1.0.9/readme.txt (added)
-
trunk/init.php (modified) (3 diffs)
-
trunk/languages/basic-user-avatars-ca.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-ca.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars-de_DE.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-de_DE.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars-es_ES.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-es_ES.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars-fi.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-fi.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars-it_IT.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-it_IT.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars-pt_BR.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-pt_BR.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars-sv_SE.mo (modified) (previous)
-
trunk/languages/basic-user-avatars-sv_SE.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars.mo (modified) (previous)
-
trunk/languages/basic-user-avatars.po (modified) (13 diffs)
-
trunk/languages/basic-user-avatars.pot (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
basic-user-avatars/trunk/init.php
r3025709 r3189643 4 4 * Plugin URI: https://wordpress.org/plugins/basic-user-avatars/ 5 5 * Description: Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture. 6 * Version: 1.0.8 7 * Author: Stranger Studios 8 * Author URI: https://www.strangerstudios.com/ 6 * Version: 1.0.9 7 * Author: Contributors 9 8 * Text Domain: basic-user-avatars 10 9 * Domain Path: /languages … … 32 31 * along with Basic User Avatars. If not, see <http://www.gnu.org/licenses/>. 33 32 * 34 * @author Stranger Studios35 * @version 1.0.536 33 * @package JA_BasicLocalAvatars 37 * @copyright Copyright (c) 2015, Jared Atchison, 2020 Stranger Studios38 * @link https://www.strangerstudios.com/39 34 * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 40 35 */ … … 371 366 add_action( 'user_profile_update_errors', function( $error = 'avatar_error' ){ 372 367 // No error let's bail. 373 //if ( empty( $avatar['error'] ) ) {374 //return;375 //}368 if ( empty( $avatar['error'] ) ) { 369 return; 370 } 376 371 377 372 "<strong>".esc_html__("There was an error uploading the avatar:","basic-user-avatars")."</strong> ". esc_attr( $avatar['error'] ); -
basic-user-avatars/trunk/languages/basic-user-avatars-ca.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:51+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:21+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "Permisos dels avatars locals" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Penja l’avatar" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "No s’ha definit cap avatar local. Useu el camp de penjar un avatar local per afegir-ne un." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Esborra l’avatar local" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Reemplaça l’avatar local en penjar-ne un de nou, o elimina’l (torna a gravatar) en fer clic a l’opció d’esborrar" … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "No s’ha definit cap avatar local. Definiu-ne un a Gravatar.com" … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "No teniu permisos per gestionar els mèdia. Per canviar l’avatar local, contacteu amb l’administrador." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Actualitza l’avatar" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "Basic User Avatars" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars-de_DE.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:51+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:21+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "lokale Avatar Berechtigungen" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Avatar hochladen" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "Es ist kein lokaler Avatar festgelegt. Verwende das Upload-Feld, um einen lokalen Avatar hinzuzufügen." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Avatar löschen" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Ersetzen den lokalen Avatar durch Hochladen eines neuen Avatars oder lösche den lokalen Avatar (es wird dann auf Gravatar zurückgegriffen), indem du die Löschoption aktivierst." … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "Es ist kein lokaler Avatar festgelegt. Richte deinen Avatar bei Gravatar.com ein." … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "Du hast keine Medienverwaltungsberechtigungen. Wende dich an den Seiten-Administrator, um deinen Avatar zu ändern." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Avatar aktualisieren" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "basic User Avatar" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars-es_ES.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:52+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:22+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "Permisos del Avatar Local" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Subir Avatar" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "Ningún avatar establecido. Utiliza el campo de subida de archivos para añadir un avatar." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Eliminar avatar local" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Reemplaza el avalar local subiendo un nuevo avatar o borrando el avatar local (en su lugar se utilizará la imagen de Gravatar) seleccionando la opción eliminar." … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "No se ha configurado ningún avatar. Configura tu avatar en Gravatar.com." … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "No tienes los permisos necesarios para trabajar con medios. Para cambiar tu avatar contacta con el administrador del sitio." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Actualizar Avatar" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "Basic User Avatars" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars-fi.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:52+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:22+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "Paikallisten avatarien käyttöoikeudet" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Lataa avatar" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "Paikallista avataria ei ole asetettu. Käytä latauskenttää lisätäksesi paikallisen avatarin." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Poista paikallinen avatar" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Vaihda paikallinen avatar lataamalla uusi avatar, tai poista paikallinen avatar (palaa takaisin gravatariin) valitsemalla poista-vaihtoehto." … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "Paikallista avataria ei ole asetettu. Määritä avatarisi osoitteessa Gravatar.com." … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "Sinulla ei ole mediahallintaoikeuksia. Jos haluat vaihtaa paikallisen avatarin, ota yhteyttä sivuston ylläpitäjään." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Päivitä avatar" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "Basic User Avatars" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars-it_IT.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:52+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:22+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "Local Avatar Permessi" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Carica Avatar" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "Non è impostato alcun avatar locale. Usa il campo di caricamento per aggiungere un avatar locale." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Elimina avatar locale" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Sostituisci l'avatar locale caricando un nuovo avatar, oppure cancella l'avatar locale (tornando a un gravatar) selezionando l'opzione di eliminazione." … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "Nessun avatar locale impostato. Imposta il tuo avatar su Gravatar.com." … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "Non si dispone delle autorizzazioni di gestione dei media. Per modificare l'avatar locale, contattare l'amministratore del sito." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Aggiorna Avatar" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "Basic User Avatars" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars-pt_BR.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:52+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:22+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "Permissões de Avatar Local" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Carregar Avatar" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "Nenhum avatar local definido. Use o campo de upload para adicionar um avatar local." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Deletar avatar local" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Substitua o avatar local fazendo upload de um novo avatar, ou deletando o avatar local (caindo no uso do gravatar) marcando a opção de deletar." … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "Nenhum avatar local definido. Defina o seu avatar em Gravatar.com." … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "Você não possui permissões de gerenciamento de mídia. Para alterar o seu avatar local, entre em contato com o administrador do site." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Atualizar Avatar" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "Basic User Avatars" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars-sv_SE.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:52+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:22+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #: init.php:98 18 18 #: init.php:100 19 #: init.php:95 19 20 msgid "Local Avatar Permissions" 20 21 msgstr "Rättigheter för lokala avatarer" … … 32 33 #: init.php:288 33 34 #: init.php:460 35 #: init.php:283 36 #: init.php:455 34 37 msgid "Avatar" 35 38 msgstr "Avatar" … … 38 41 #: init.php:283 39 42 #: init.php:291 43 #: init.php:286 40 44 msgid "Upload Avatar" 41 45 msgstr "Ladda upp avatar" … … 50 54 #: init.php:425 51 55 #: init.php:473 56 #: init.php:301 57 #: init.php:420 58 #: init.php:468 52 59 msgid "No local avatar is set. Use the upload field to add a local avatar." 53 60 msgstr "Ingen lokal avatar är inställd. Använd uppladdningsfältet för att lägga till en lokal avatar." … … 62 69 #: init.php:427 63 70 #: init.php:475 71 #: init.php:303 72 #: init.php:422 73 #: init.php:470 64 74 msgid "Delete local avatar" 65 75 msgstr "Radera lokal avatar" … … 74 84 #: init.php:428 75 85 #: init.php:476 86 #: init.php:304 87 #: init.php:423 88 #: init.php:471 76 89 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 77 90 msgstr "Byt den lokala avataren genom att ladda upp en ny avatar, eller radera den lokala avataren (återgår tillbaka till en Gravatar) genom att markera alternativet radera." … … 86 99 #: init.php:435 87 100 #: init.php:481 101 #: init.php:309 102 #: init.php:430 103 #: init.php:476 88 104 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 89 105 msgstr "Ingen lokal avatar är inställd. Ställ in din avatar på Gravatar.com." … … 98 114 #: init.php:437 99 115 #: init.php:483 116 #: init.php:311 117 #: init.php:432 118 #: init.php:478 100 119 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 120 msgstr "Du har inte mediehanteringsbehörigheter. Om du vill ändra din lokala avatar, kontakta administratören." … … 104 123 #: init.php:418 105 124 #: init.php:431 125 #: init.php:426 106 126 msgid "Update Avatar" 107 127 msgstr "Uppdatera avataren" … … 109 129 #. Plugin Name of the plugin/theme 110 130 #. Plugin Name of the plugin 131 #: init.php 111 132 msgid "Basic User Avatars" 112 133 msgstr "Basic User Avatars" … … 129 150 130 151 #. Plugin URI of the plugin 152 #: init.php 131 153 msgid "https://wordpress.org/plugins/basic-user-avatars/" 132 154 msgstr "" 133 155 134 156 #. Description of the plugin 157 #: init.php 135 158 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 136 159 msgstr "" … … 146 169 #: init.php:359 147 170 #: init.php:367 171 #: init.php:362 148 172 msgid "Please upload a valid image file for the avatar." 149 173 msgstr "" … … 151 175 #: init.php:364 152 176 #: init.php:377 177 #: init.php:372 153 178 msgid "There was an error uploading the avatar:" 154 179 msgstr "" 180 181 #. Author of the plugin 182 #: init.php 183 msgid "Contributors" 184 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars.po
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:51+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:21+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: init.php 18 19 msgid "Basic User Avatars" 19 20 msgstr "" 20 21 21 22 #. Plugin URI of the plugin 23 #: init.php 22 24 msgid "https://wordpress.org/plugins/basic-user-avatars/" 23 25 msgstr "" 24 26 25 27 #. Description of the plugin 28 #: init.php 26 29 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 27 30 msgstr "" … … 36 39 37 40 #: init.php:100 41 #: init.php:95 38 42 msgid "Local Avatar Permissions" 39 43 msgstr "" … … 41 45 #: init.php:114 42 46 #: init.php:117 47 #: init.php:112 43 48 msgid "Only allow users with file upload capabilities to upload local avatars (Authors and above)" 44 49 msgstr "" … … 48 53 #: init.php:288 49 54 #: init.php:460 55 #: init.php:283 56 #: init.php:455 50 57 msgid "Avatar" 51 58 msgstr "" … … 53 60 #: init.php:283 54 61 #: init.php:291 62 #: init.php:286 55 63 msgid "Upload Avatar" 56 64 msgstr "" … … 62 70 #: init.php:425 63 71 #: init.php:473 72 #: init.php:301 73 #: init.php:420 74 #: init.php:468 64 75 msgid "No local avatar is set. Use the upload field to add a local avatar." 65 76 msgstr "" … … 71 82 #: init.php:427 72 83 #: init.php:475 84 #: init.php:303 85 #: init.php:422 86 #: init.php:470 73 87 msgid "Delete local avatar" 74 88 msgstr "" … … 80 94 #: init.php:428 81 95 #: init.php:476 96 #: init.php:304 97 #: init.php:423 98 #: init.php:471 82 99 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 83 100 msgstr "" … … 89 106 #: init.php:435 90 107 #: init.php:481 108 #: init.php:309 109 #: init.php:430 110 #: init.php:476 91 111 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 92 112 msgstr "" … … 98 118 #: init.php:437 99 119 #: init.php:483 120 #: init.php:311 121 #: init.php:432 122 #: init.php:478 100 123 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 101 124 msgstr "" … … 103 126 #: init.php:359 104 127 #: init.php:367 128 #: init.php:362 105 129 msgid "Please upload a valid image file for the avatar." 106 130 msgstr "" … … 108 132 #: init.php:364 109 133 #: init.php:377 134 #: init.php:372 110 135 msgid "There was an error uploading the avatar:" 111 136 msgstr "" … … 113 138 #: init.php:418 114 139 #: init.php:431 140 #: init.php:426 115 141 msgid "Update Avatar" 116 142 msgstr "" 143 144 #. Author of the plugin 145 #: init.php 146 msgid "Contributors" 147 msgstr "" -
basic-user-avatars/trunk/languages/basic-user-avatars.pot
r3025700 r3189643 1 # Copyright (C) 2024 Stranger Studios1 # Copyright (C) 2024 Contributors 2 2 # This file is distributed under the same license as the Basic User Avatars plugin. 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Basic User Avatars 1.0. 8\n"6 "Report-Msgid-Bugs-To: info@paidmembershipspro.com\n"7 "Last-Translator: Paid Memberships Pro <info@paidmembershipspro.com>\n"8 "Language-Team: Paid Memberships Pro <info@paidmembershipspro.com>\n"5 "Project-Id-Version: Basic User Avatars 1.0.9\n" 6 "Report-Msgid-Bugs-To: TBD\n" 7 "Last-Translator: TBD\n" 8 "Language-Team: TBD\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024- 01-23T12:05:51+00:00\n"12 "POT-Creation-Date: 2024-11-15T14:39:21+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 "X-Generator: WP-CLI 2. 9.0\n"14 "X-Generator: WP-CLI 2.11.0\n" 15 15 "X-Domain: basic-user-avatars\n" 16 16 17 17 #. Plugin Name of the plugin 18 #: init.php 18 19 msgid "Basic User Avatars" 19 20 msgstr "" 20 21 21 22 #. Plugin URI of the plugin 23 #: init.php 22 24 msgid "https://wordpress.org/plugins/basic-user-avatars/" 23 25 msgstr "" 24 26 25 27 #. Description of the plugin 28 #: init.php 26 29 msgid "Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture." 27 30 msgstr "" 28 31 29 32 #. Author of the plugin 30 msgid "Stranger Studios" 33 #: init.php 34 msgid "Contributors" 31 35 msgstr "" 32 36 33 #. Author URI of the plugin 34 msgid "https://www.strangerstudios.com/" 35 msgstr "" 36 37 #: init.php:100 37 #: init.php:95 38 38 msgid "Local Avatar Permissions" 39 39 msgstr "" 40 40 41 #: init.php:11 741 #: init.php:112 42 42 msgid "Only allow users with file upload capabilities to upload local avatars (Authors and above)" 43 43 msgstr "" 44 44 45 #: init.php:28 846 #: init.php:4 6045 #: init.php:283 46 #: init.php:455 47 47 msgid "Avatar" 48 48 msgstr "" 49 49 50 #: init.php:2 9150 #: init.php:286 51 51 msgid "Upload Avatar" 52 52 msgstr "" 53 53 54 #: init.php:30 655 #: init.php:42 556 #: init.php:4 7354 #: init.php:301 55 #: init.php:420 56 #: init.php:468 57 57 msgid "No local avatar is set. Use the upload field to add a local avatar." 58 58 msgstr "" 59 59 60 #: init.php:30 861 #: init.php:42 762 #: init.php:47 560 #: init.php:303 61 #: init.php:422 62 #: init.php:470 63 63 msgid "Delete local avatar" 64 64 msgstr "" 65 65 66 #: init.php:30 967 #: init.php:42 868 #: init.php:47 666 #: init.php:304 67 #: init.php:423 68 #: init.php:471 69 69 msgid "Replace the local avatar by uploading a new avatar, or erase the local avatar (falling back to a gravatar) by checking the delete option." 70 70 msgstr "" 71 71 72 #: init.php:3 1473 #: init.php:43 574 #: init.php:4 8172 #: init.php:309 73 #: init.php:430 74 #: init.php:476 75 75 msgid "No local avatar is set. Set up your avatar at Gravatar.com." 76 76 msgstr "" 77 77 78 #: init.php:31 679 #: init.php:43 780 #: init.php:4 8378 #: init.php:311 79 #: init.php:432 80 #: init.php:478 81 81 msgid "You do not have media management permissions. To change your local avatar, contact the site administrator." 82 82 msgstr "" 83 83 84 #: init.php:36 784 #: init.php:362 85 85 msgid "Please upload a valid image file for the avatar." 86 86 msgstr "" 87 87 88 #: init.php:37 788 #: init.php:372 89 89 msgid "There was an error uploading the avatar:" 90 90 msgstr "" 91 91 92 #: init.php:4 3192 #: init.php:426 93 93 msgid "Update Avatar" 94 94 msgstr "" -
basic-user-avatars/trunk/readme.txt
r3068998 r3189643 1 1 === Basic User Avatars === 2 Contributors: strangerstudios, jaredatch , paidmembershipspro2 Contributors: strangerstudios, jaredatch 3 3 Tags: avatar, gravatar, user profile, users, profile 4 4 Requires at least: 5.2 5 Tested up to: 6. 56 Stable tag: 1.0. 85 Tested up to: 6.7 6 Stable tag: 1.0.9 7 7 8 8 Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture. … … 36 36 bbPress support is added automatically if bbPress is activated. 37 37 38 **[This plugin is on GitHub](https://github.com/strangerstudios/basic-user-avatars/)** and pull requests are welcome. If possible please report issues through Github.39 40 38 Note: This plugin is a fork of Simple Local Avatars v1.3.1 by Jake Goldman and 10up. Check out [Simple Local Avatars](http://wordpress.org/plugins/simple-local-avatars) to compare their latest release to this plugin. 41 39 … … 48 46 If you are having a problem deactivate all plugins other than this one and then switch your theme to TwentyTweleve (or similar). If things work, then the issue is with a 3rd party theme or plugin. 49 47 50 If things are still not functioning properly then proceed to reporting an issue. The ideal method is via [GitHub issues](https://github.com/strangerstudios/basic-user-avatars/issues/).51 52 48 == Screenshots == 53 49 54 1. Frontend avatar upload form with a custom user profile picture and delete option.55 50 1. Frontend avatar upload form without a custom profile picture. 56 51 1. Avatar upload field on the Edit User screen in the WordPress admin. 57 52 58 53 == Changelog == 54 55 = 1.0.9 - 2024-11-13 = 56 * ENHANCEMENT: Update tested up to WordPress 6.7. 57 59 58 = 1.0.8 - 2024-01-23 = 60 59 * ENHANCEMENT: Added filter 'basic_user_avatars_default_size' to allow changing the default size of the avatar. (Thanks @jarrydlong)
Note: See TracChangeset
for help on using the changeset viewer.