Features
- Seamless integration with the Link extension.
- A shortcode which can be used anywhere you want to show a login form.
- A login form can optionally be shown in the template’s content block area.
- Adds a login widget that can be placed in your theme’s sidebar.
Screenshots
Requires PHP: 5.6.20
Changelog
2.2.2 12/23/2021
- TWEAK: Update widget save settings so checkboxes are properly saved in WordPress >= 5.8.
- DEV: Do not evaluate widget instance setting when setting form field value.
- OTHER: Correct misspelling.
- DEV: phpDoc correction.
2.2.1 05/03/2021
- TWEAK: Remove use of
create_function()
. - OTHER: Update copyright year.
- OTHER: Update
http
tohttps
. - DEV: Correct code formatting.
- DEV: phpDoc corrections.
2.2 06/23/2020
- TWEAK: If
get_permalink()
returns an empty URL, then default toget_home_url()
for the login redirect parameter. - OTHER: Update copyright year.
- OTHER: Update URLs from
http
tohttps
. - OTHER: Update "Test up to" version 5.4.
2.1 05/15/2019
- BUG: Check if variable is an array before counting to prevent PHP notice.
- I18N: Update POT file.
- I18N: Update Spanish (Spain) translation.
- I18N: Add French (France) translation.
- OTHER: Update copyright year.
- OTHER: Update plugin header name to match naming conventions used in other addons.
- OTHER: Update readme tags.
- OTHER: Update readme meta tags; requires, tested and minimum PHP version.
2.0.3 06/05/2018
- BUG: Shortcode returns content, not echo it.
- DEV: phpDoc update.
2.0.2 12/14/2017
- BUG: Prevent PHP warning; "Illegal string offset 'echo'".
2.0.1 03/17/2016
- NEW: Introduce the
cn_login_widget_link_anchor
filter. - BUG: Use correct bbPress function to return the user topics created URL.
- TWEAK: Default logout link redirect URL to the current page.
- OTHER: Correct version number in changelog section of readme.txt.
2.0 03/02/2016
- FEATURE: Option to configure widget to be visible site wide in the sidebar or limited to only the entry detail/profile page in Connections.
- FEATURE: Configurable widget title based on if user is logged in or not.
- FEATURE: Option to disable the "Remember me" checkbox in the login form.
- FEATURE: Option to disable the "Lost Password" link in the login form.
- FEATURE: Add support for adding custom links which can be displayed to a logged out user.
- FEATURE: Option to display the users Gravatar when they are logged in.
- FEATURE: Option to set the Gravatar's image size.
- FEATURE: Option to display the user's admin profile link.
- FEATURE: Option to display the logout link.
- FEATURE: Add support for adding custom links which can be displayed to a logged in user.
- FEATURE: Support for bbPress.
- FEATURE: Support for BuddyPress.
- FEATURE: Extension support and integration with the Link extension.
- FEATURE: Add shortcode options to the [connections_login] shortcode so the labels can be configured.
- NEW: Introduce the
cn_login_supported_tokens
filter. - NEW: Introduce the
cn_login_avatar_size
filter. - NEW: Introduce the
cn_login_logout_url
filter. - NEW: Introduce the
cn_login_login_url
filter. - NEW: Introduce the
cn_login_replace_tokens
filter. - NEW: Introduce the
cn_login_image_types
filter. - NEW: Introduce the
cn_login_widget_update_settings
filter. - NEW: Introduce the
cn_login_before_widget_common_settings
action. - NEW: Introduce the
cn_login_after_widget_common_settings
action. - NEW: Introduce the
cn_login_before_widget_logged_out_settings
action. - NEW: Introduce the
cn_login_after_widget_logged_out_settings
action. - NEW: Introduce the
cn_login_after_widget_logged_in_settings
action. - NEW: Introduce the
cn_login_widget_before
action. - NEW: Introduce the
cn_login_widget_logged_in_before
action. - NEW: Introduce the
cn_login_widget_logged_in_after
action. - NEW: Introduce the
cn_login_widget_logged_out_before
action. - NEW: Introduce the
cn_login_widget_logged_out_after
action. - NEW: Introduce the
cn_login_widget_after
action. - NEW: Introduce the
cn_login_display_image_{$type}
action. - NEW: Introduce the
cn_login_widget_lost_password_url
filter. - NEW: Introduce the
cn_login_widget_register_url
filter. - NEW: Introduce the
cn_login_widget_register_url
action. - NEW: Introduce the
cn_login_widget_{$context}_links
filter. - NEW: Introduce the
cn_login_widget_before_{$context}_links
action. - NEW: Introduce the
cn_login_widget_after_{$context}_links
action. - TWEAK: Escape translated strings.
- I18N: Update POT file.
- I18N: Update es_ES PO/MO files.
1.1 07/06/2015
- BUG: Load the text domain immediately on plugins_loaded action so the translation files will be loaded.
- BUG: Remove stray period from version number.
- TWEAK: Refactor loadTextDomain() so it is consistent with the other extensions for Connections.
- I18N: Include the POT file.
- I18N: Add a Spanish (Spain) translation (machine translated).
- DEV: Update .gitignore.
1.0 08/08/2014
- Initial release.