Fix for WP 3.2.x to prevent warning notice unnecessarily appearing in admin
2.6.1
Fix for WP 3.2.x (need to override get_user_by_email() again instead of get_user_by() - but just for WP < 3.3)
2.6
Add/fix multisite support
Remove get_user_by_email() override function
Override get_user_by() to circumvent check for email existence
Show admin notice if unable to override get_user_by()
Update plugin framework to 033
Remove support for 'c2c_allow_multiple_accounts' global
Note compatibility through WP 3.3+
Change parent constructor invocation
Create 'lang' subdirectory and move .pot file into it
Regenerate .pot
Add more FAQs
Minor phpDoc reformatting
Add 'Domain Path' directive to top of main plugin file
Add link to plugin directory page to readme.txt
Tweak installation instructions in readme.txt
Update screenshots for WP 3.3
Update copyright date (2012)
2.5
Fix user listing error by adapting older user_row() into class function
Add support for BuddyPress
Add bp_members_validate_user_signup()
Fix has_exceeded_limit() to account for the account_limit applying to certain emails and not everyone
Fix to properly register activation and uninstall hooks
Add filters 'c2c_count_multiple_accounts', 'c2c_get_users_by_email', and 'c2c_has_multiple_accounts' to respond to the function of the same name so that users can use the apply_filters() notation for invoking template tags
Use get_users() rather than direct query
Remove Posts (which provided count of posts) from multi-account user listing table
Update plugin framework to 023
Save a static version of itself in class variable $instance
Deprecate use of global variable $c2c_allow_multiple_accounts to store instance
In global space functions: use new class instance variable to access instance instead of using global
Rename class from 'AllowMultipleAccounts' to 'c2c_AllowMultipleAccounts'
Add __construct(), activation(), uninstall()
Note compatibility through WP 3.2+
Drop support for versions of WP older than 3.1
Add more FAQ questions
Call _deprecated_function() on deprecated functions to generate proper notices/warnings
Add filters section to readme.txt and document filters
Explicitly declare functions public
Minor code formatting changes (spacing)
Update copyright date (2011)
Add plugin homepage and author links in description in readme.txt
2.0.1
Update plugin framework to C2C_Plugin_016 (fixes WP 2.9.2 compatibility issues)
2.0
Fix compatibility with MU/Multi-site
Fix bug preventing admins from editing the profile of an account
Re-implementation by extending C2C_Plugin_011, which among other things adds support for:
Reset of options to default values
Better sanitization of input values
Offload of core/basic functionality to generic plugin framework
Additional hooks for various stages/places of plugin operation
Easier localization support
Full localization support
Move count_multiple_accounts() to c2c_count_multiple_accounts()
Deprecate count_multiple_accounts(), but retain it (for now) for backwards compatibility
Move get_users_by_email() to c2c_get_users_by_email()
Deprecate get_users_by_email(), but retain it (for now) for backwards compatibility
Move has_multiple_accounts() to c2c_has_multiple_accounts()
Deprecate has_multiple_accounts(), but retain it (for now) for backwards compatibility
Rename global instance variable from allow_multiple_accounts to c2c_allow_multiple_accounts
Explicitly ensure $allow_multiple_accounts is global when instantiating plugin object
Note compatibility with WP 3.0+
Add 'Text Domain' header tag
Add omitted word in string
Minor string variable formatting changes
Update .pot file
Minor code reformatting (spacing)
Add PHPDoc documentation
Add package info to top of plugin file
Remove docs from top of plugin file (all that and more are in readme.txt)
Remove trailing whitespace in header docs
Add Template Tags and Upgrade Notice sections to readme.txt
1.5
Fixed bug causing 'Too many accounts...' error to be incorrectly triggered
For retrieve password request emails, if the account is one associated with multiple accounts, list those account names in the email for informational purposes
Added class functions: count_multiple_emails(), get_users_by_email(), has_multiple_emails()
Exposed new class functions for external use via globally defined functions: count_multiple_emails(), get_users_by_email(), has_multiple_emails()
Changed invocation of plugin's install function to action hooked in constructor rather than in global space
Update object's option buffer after saving changed submitted by user
Finalized full support for localization
Parameterized textdomain name
Used _n() instead of deprecated __ngettext()
Supported swappable arguments in translatable string
Miscellaneous tweaks to update plugin to my current plugin conventions
Noted compatibility with WP2.9.1
Dropped compatibility with versions of WP older than 2.8
1.1
Added handling for admin creation of users for WP2.8
Improved query
Changed permission check
More localization-related work
Removed hardcoded path
Noted WP2.8 compatibility
1.0
Initial release
Requires: 3.1 or higher Compatible up to: 3.3.1 Last Updated: 2011-7-14
Downloads: 8,390