I have addressed the bug which slipped through the last build and released v1.14.674. There was a situation when querying for a users first name or last name against a username where the first or last name didn’t exist, the WordPress API returned an empty array and sometimes returned a one element array containing an empty string. I am not sure if this is due to different versions of PHP or some other nuance but this update correctly accounts for both situations. The bug manifested itself as a warning from the phpHtmlLib plugin (which wp-SwimTeam depends on).
The update should appear in the WordPress Dashboard shortly and is available now from the Download Page.
There is still a bug I missed in the first nane / last name section of the code which I updated yesterday. If you haven’t already updated, I recommend holding off until I fix this other problem. I hope to have a fix available in the next hour or two. The bug manifests itself in a PHP warning from the phpHtmlLib plugin but that is not where the source of the problem is.
This afternoon I posted an update to wp-SwimTeam. You can get v1.13.669 from the download page or update from the WordPress plugin repository (recommended). This update fixes several bugs:
- First and last name were displayed as “N/A” on the Users list on both the Swim Team tab and the Manage tab.
- The default values for “State or Province” and “Postal Code” were not stored correctly so in a new installation, the registration form would not work until these fields were set in the Options.
- Removed borders from sections of the Options->Swim Team form that were used for debugging the form layout and had inadvertently been left behind. Some other minor tweaks to the layout were also made.
- Rudimentary 3.3.1 testing has been performed.
The update is already in the WordPress plugin repository so you should see notification on your Dashboard soon.
Recent Comments