Version Description
Fixes a bug where new account activation emails would not be sent correctly. Important upgrade.
=
Download this release
Release Info
Developer | apeatling |
Plugin | BuddyPress |
Version | 1.2.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.2 to 1.2.2.1
- bp-core/bp-core-signup.php +2 -2
- bp-loader.php +2 -2
- bp-themes/bp-default/style.css +1 -1
- readme.txt +10 -5
bp-core/bp-core-signup.php
CHANGED
@@ -361,7 +361,7 @@ function bp_core_signup_user( $user_login, $user_password, $user_email, $usermet
|
|
361 |
if ( !bp_core_is_multisite() ) {
|
362 |
$activation_key = wp_hash( $user_id );
|
363 |
update_usermeta( $user_id, 'activation_key', $activation_key );
|
364 |
-
bp_core_signup_send_validation_email( $user_id, $activation_key );
|
365 |
}
|
366 |
|
367 |
do_action( 'bp_core_signup_user', $user_id, $user_login, $user_password, $user_email, $usermeta );
|
@@ -507,7 +507,7 @@ function bp_core_signup_avatar_upload_dir() {
|
|
507 |
return apply_filters( 'bp_core_signup_avatar_upload_dir', array( 'path' => $path, 'url' => $newurl, 'subdir' => $newsubdir, 'basedir' => $newbdir, 'baseurl' => $newburl, 'error' => false ) );
|
508 |
}
|
509 |
|
510 |
-
function bp_core_signup_send_validation_email( $user_id, $key ) {
|
511 |
$activate_url = bp_get_activation_page() ."?key=$key";
|
512 |
$activate_url = clean_url( $activate_url );
|
513 |
$admin_email = get_site_option( "admin_email" );
|
361 |
if ( !bp_core_is_multisite() ) {
|
362 |
$activation_key = wp_hash( $user_id );
|
363 |
update_usermeta( $user_id, 'activation_key', $activation_key );
|
364 |
+
bp_core_signup_send_validation_email( $user_id, $user_email, $activation_key );
|
365 |
}
|
366 |
|
367 |
do_action( 'bp_core_signup_user', $user_id, $user_login, $user_password, $user_email, $usermeta );
|
507 |
return apply_filters( 'bp_core_signup_avatar_upload_dir', array( 'path' => $path, 'url' => $newurl, 'subdir' => $newsubdir, 'basedir' => $newbdir, 'baseurl' => $newburl, 'error' => false ) );
|
508 |
}
|
509 |
|
510 |
+
function bp_core_signup_send_validation_email( $user_id, $user_email, $key ) {
|
511 |
$activate_url = bp_get_activation_page() ."?key=$key";
|
512 |
$activate_url = clean_url( $activate_url );
|
513 |
$admin_email = get_site_option( "admin_email" );
|
bp-loader.php
CHANGED
@@ -4,12 +4,12 @@ Plugin Name: BuddyPress
|
|
4 |
Plugin URI: http://buddypress.org/download/
|
5 |
Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
|
6 |
Author: The BuddyPress Community
|
7 |
-
Version: 1.2.2
|
8 |
Author URI: http://buddypress.org/developers/
|
9 |
Site Wide Only: true
|
10 |
*/
|
11 |
|
12 |
-
define( 'BP_VERSION', '1.2.2' );
|
13 |
|
14 |
/***
|
15 |
* This file will load in each BuddyPress component based on which
|
4 |
Plugin URI: http://buddypress.org/download/
|
5 |
Description: Social networking in a box. Build a social network for your company, school, sports team or niche community all based on the power and flexibility of WordPress.
|
6 |
Author: The BuddyPress Community
|
7 |
+
Version: 1.2.2.1
|
8 |
Author URI: http://buddypress.org/developers/
|
9 |
Site Wide Only: true
|
10 |
*/
|
11 |
|
12 |
+
define( 'BP_VERSION', '1.2.2.1' );
|
13 |
|
14 |
/***
|
15 |
* This file will load in each BuddyPress component based on which
|
bp-themes/bp-default/style.css
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Theme Name: BuddyPress Default
|
3 |
Theme URI: http://buddypress.org/extend/themes/
|
4 |
Description: The default theme for BuddyPress.
|
5 |
-
Version: 1.2.2
|
6 |
Author: BuddyPress.org
|
7 |
Author URI: http://buddypress.org
|
8 |
Tags: buddypress, two-columns, custom-header, white, blue
|
2 |
Theme Name: BuddyPress Default
|
3 |
Theme URI: http://buddypress.org/extend/themes/
|
4 |
Description: The default theme for BuddyPress.
|
5 |
+
Version: 1.2.2.1
|
6 |
Author: BuddyPress.org
|
7 |
Author URI: http://buddypress.org
|
8 |
Tags: buddypress, two-columns, custom-header, white, blue
|
readme.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
=== Plugin Name ===
|
2 |
Contributors: apeatling
|
3 |
Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, mingle, social, community, networks, networking, cms
|
4 |
-
Requires at least:
|
5 |
-
Tested up to:
|
6 |
-
Stable tag: 1.2.2
|
7 |
|
8 |
== Description ==
|
9 |
|
@@ -25,7 +25,7 @@ More and more WordPress with BuddyPress powered sites are popping up. You can ta
|
|
25 |
|
26 |
BuddyPress boasts an ever growing array of new features developed by the awesome plugin development community. Some of most popular BuddyPress plugins currently available are:
|
27 |
|
28 |
-
* <a href="http://wordpress.org/extend/plugins/
|
29 |
* <a href="http://wordpress.org/extend/plugins/buddypress-like">BuddyPress Like</a> - add a "like" button to site activity.
|
30 |
* <a href="http://wordpress.org/extend/plugins/buddypress-links">BuddyPress Links</a> - rich media embedding for your BuddyPress powered site.
|
31 |
* <a href="http://wordpress.org/extend/plugins/bp-album">BuddyPress Album+</a> - allow your users to upload photos and create albums.
|
@@ -33,7 +33,7 @@ BuddyPress boasts an ever growing array of new features developed by the awesome
|
|
33 |
* <a href="http://wordpress.org/extend/plugins/bp-profile-privacy">BuddyPress Profile Privacy</a> - allow your users to set privacy options on their profile data.
|
34 |
* <a href="http://wordpress.org/extend/plugins/welcome-pack">BuddyPress Welcome Pack</a> - set defaults for new users, auto join them to groups or send welcome messages.
|
35 |
* <a href="http://wordpress.org/extend/plugins/bp-groupblog">BuddyPress Group Blog</a> (WordPress MU only) - allow your groups to include a fully functional WordPress blog.
|
36 |
-
* <a href="http://wordpress.org/extend/plugins/buddypress-
|
37 |
|
38 |
There are already more than 125 BuddyPress plugins available, the list is growing every day. For a full list of plugins, please visit the <a href="http://buddypress.org/extend/plugins/">BuddyPress.org plugins page</a>. You can also install any of these plugins automatically through the plugin installer menu inside of your WordPress installation.
|
39 |
|
@@ -119,6 +119,11 @@ BuddyPress is available in more than 20 languages. For more information about Bu
|
|
119 |
|
120 |
The <a href="http://i18n.svn.buddypress.org/">BuddyPress langauge file repository</a> includes some language that have not yet set up a localization site.
|
121 |
|
|
|
|
|
|
|
|
|
|
|
122 |
== Changelog ==
|
123 |
|
124 |
See http://buddypress.org/about/release-history/ for a list of changes.
|
1 |
=== Plugin Name ===
|
2 |
Contributors: apeatling
|
3 |
Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, mingle, social, community, networks, networking, cms
|
4 |
+
Requires at least: 2.9.1
|
5 |
+
Tested up to: 2.9.2
|
6 |
+
Stable tag: 1.2.2.1
|
7 |
|
8 |
== Description ==
|
9 |
|
25 |
|
26 |
BuddyPress boasts an ever growing array of new features developed by the awesome plugin development community. Some of most popular BuddyPress plugins currently available are:
|
27 |
|
28 |
+
* <a href="http://wordpress.org/extend/plugins/tweetstream">BuddyPress Tweetstream</a> - allow your users to sync and post to their twitter stream.
|
29 |
* <a href="http://wordpress.org/extend/plugins/buddypress-like">BuddyPress Like</a> - add a "like" button to site activity.
|
30 |
* <a href="http://wordpress.org/extend/plugins/buddypress-links">BuddyPress Links</a> - rich media embedding for your BuddyPress powered site.
|
31 |
* <a href="http://wordpress.org/extend/plugins/bp-album">BuddyPress Album+</a> - allow your users to upload photos and create albums.
|
33 |
* <a href="http://wordpress.org/extend/plugins/bp-profile-privacy">BuddyPress Profile Privacy</a> - allow your users to set privacy options on their profile data.
|
34 |
* <a href="http://wordpress.org/extend/plugins/welcome-pack">BuddyPress Welcome Pack</a> - set defaults for new users, auto join them to groups or send welcome messages.
|
35 |
* <a href="http://wordpress.org/extend/plugins/bp-groupblog">BuddyPress Group Blog</a> (WordPress MU only) - allow your groups to include a fully functional WordPress blog.
|
36 |
+
* <a href="http://wordpress.org/extend/plugins/buddypress-group-wiki/">BuddyPress Group Wiki</a> - add wiki functionality to your groups so all members can contribute to pages.
|
37 |
|
38 |
There are already more than 125 BuddyPress plugins available, the list is growing every day. For a full list of plugins, please visit the <a href="http://buddypress.org/extend/plugins/">BuddyPress.org plugins page</a>. You can also install any of these plugins automatically through the plugin installer menu inside of your WordPress installation.
|
39 |
|
119 |
|
120 |
The <a href="http://i18n.svn.buddypress.org/">BuddyPress langauge file repository</a> includes some language that have not yet set up a localization site.
|
121 |
|
122 |
+
== Upgrade Notice ==
|
123 |
+
|
124 |
+
= 1.2.2.1 =
|
125 |
+
Fixes a bug where new account activation emails would not be sent correctly. Important upgrade.
|
126 |
+
|
127 |
== Changelog ==
|
128 |
|
129 |
See http://buddypress.org/about/release-history/ for a list of changes.
|