Make "number of puzzles solved" on the profile page include only already released puzzles
Compare changes
@@ -59,7 +59,10 @@ public class PupplePerson {
On the user's profile page, puzzles created by the user, but not yet released to the public (or even not assigned to a date) are counted towards the total number of puzzles solved by the user. This merge request solves this issue.