Preparing 1.0.3 release
							
								 
							
							
							
							
						
					
					
						Does any of you remember any change in the 1.0.3 code that admins should be reminded about or that requires admin actions?
						
						
					
				
				
						
						
							Re: Preparing 1.0.3 release
							
								 
							
							
								Reply #1 – 
							
							
						
					
					
						Do new text strings count?
						
						
					
				
				
						
						
							Re: Preparing 1.0.3 release
							
								 
							
							
								Reply #8 – 
							
							
						
					
					
						I won't be able to touch it until Sunday (if I will be able on Sunday).
New language strings may count in the sense of "hey admin there are new strings, if you have another language you should consider updating it".
A short notice may be worth, to consider.
						
						
					
				
				
						
						
							Re: Preparing 1.0.3 release
							
								 
							
							
								Reply #11 – 
							
							
						
					
					
						Found the undefined index issue.
In a couple of cases, determineAvatar returns an empty array, and this is the cause of the undefined index.
About the fix: one way to fix it would be to always return an array of data, but I feel in some cases the avatar index is checked as not empty, and returning something would break these checks.
So, for 1.0.3 I'd just add a pair of !empty to the new code in Subs.php.