<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fc0 solid; padding: 6px; }
#msg ul, pre { overflow: auto; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<title>[BuddyPress] [2847] branches/1.2: Updating version numbers to 1.2.2.1</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2847</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-03-12 18:48:02 +0000 (Fri, 12 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Updating version numbers to 1.2.2.1</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#branches12bploaderphp">branches/1.2/bp-loader.php</a></li>
<li><a href="#branches12bpthemesbpdefaultstylecss">branches/1.2/bp-themes/bp-default/style.css</a></li>
<li><a href="#branches12readmetxt">branches/1.2/readme.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="branches12bploaderphp"></a>
<div class="modfile"><h4>Modified: branches/1.2/bp-loader.php (2846 => 2847)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/bp-loader.php        2010-03-12 18:41:52 UTC (rev 2846)
+++ branches/1.2/bp-loader.php        2010-03-12 18:48:02 UTC (rev 2847)
</span><span class="lines">@@ -4,12 +4,12 @@
</span><span class="cx"> Plugin URI: http://buddypress.org/download/
</span><span class="cx"> 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.
</span><span class="cx"> Author: The BuddyPress Community
</span><del>-Version: 1.2.2
</del><ins>+Version: 1.2.2.1
</ins><span class="cx"> Author URI: http://buddypress.org/developers/
</span><span class="cx"> Site Wide Only: true
</span><span class="cx"> */
</span><span class="cx"> 
</span><del>-define( 'BP_VERSION', '1.2.2' );
</del><ins>+define( 'BP_VERSION', '1.2.2.1' );
</ins><span class="cx"> 
</span><span class="cx"> /***
</span><span class="cx">  * This file will load in each BuddyPress component based on which
</span></span></pre></div>
<a id="branches12bpthemesbpdefaultstylecss"></a>
<div class="modfile"><h4>Modified: branches/1.2/bp-themes/bp-default/style.css (2846 => 2847)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/bp-themes/bp-default/style.css        2010-03-12 18:41:52 UTC (rev 2846)
+++ branches/1.2/bp-themes/bp-default/style.css        2010-03-12 18:48:02 UTC (rev 2847)
</span><span class="lines">@@ -2,7 +2,7 @@
</span><span class="cx"> Theme Name: BuddyPress Default
</span><span class="cx"> Theme URI: http://buddypress.org/extend/themes/
</span><span class="cx"> Description: The default theme for BuddyPress.
</span><del>-Version: 1.2.2
</del><ins>+Version: 1.2.2.1
</ins><span class="cx"> Author: BuddyPress.org
</span><span class="cx"> Author URI: http://buddypress.org
</span><span class="cx"> Tags: buddypress, two-columns, custom-header, white, blue
</span></span></pre></div>
<a id="branches12readmetxt"></a>
<div class="modfile"><h4>Modified: branches/1.2/readme.txt (2846 => 2847)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/readme.txt        2010-03-12 18:41:52 UTC (rev 2846)
+++ branches/1.2/readme.txt        2010-03-12 18:48:02 UTC (rev 2847)
</span><span class="lines">@@ -3,7 +3,7 @@
</span><span class="cx"> Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, mingle, social, community, networks, networking, cms
</span><span class="cx"> Requires at least: WordPress 2.9.1
</span><span class="cx"> Tested up to: WordPress 2.9.2
</span><del>-Stable tag: 1.2.2
</del><ins>+Stable tag: 1.2.2.1
</ins><span class="cx"> 
</span><span class="cx"> == Description ==
</span><span class="cx"> 
</span><span class="lines">@@ -21,6 +21,22 @@
</span><span class="cx"> 
</span><span class="cx"> More and more WordPress with BuddyPress powered sites are popping up. You can take a look at some of the best sites on the &lt;a href=&quot;http://buddypress.org/demo/&quot;&gt;BuddyPress demo page&lt;/a&gt; or the &lt;a href=&quot;http://wordpress.org/showcase/flavor/buddypress/&quot;&gt;BuddyPress section of the WordPress showcase&lt;/a&gt;.
</span><span class="cx"> 
</span><ins>+&lt;h4&gt;Plugins: Adding So Much More&lt;/h4&gt;
+
+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:
+
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress-classifieds&quot;&gt;BuddyPress Tweetstream&lt;/a&gt; - allow your users to sync and post to their twitter stream.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress-like&quot;&gt;BuddyPress Like&lt;/a&gt; - add a &quot;like&quot; button to site activity.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress-links&quot;&gt;BuddyPress Links&lt;/a&gt; - rich media embedding for your BuddyPress powered site.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/bp-album&quot;&gt;BuddyPress Album+&lt;/a&gt; - allow your users to upload photos and create albums.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress-group-documents&quot;&gt;BuddyPress Group Documents&lt;/a&gt; - add file upload and document repositories to your groups.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/bp-profile-privacy&quot;&gt;BuddyPress Profile Privacy&lt;/a&gt; - allow your users to set privacy options on their profile data.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/welcome-pack&quot;&gt;BuddyPress Welcome Pack&lt;/a&gt; - set defaults for new users, auto join them to groups or send welcome messages.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/bp-groupblog&quot;&gt;BuddyPress Group Blog&lt;/a&gt; (WordPress MU only) - allow your groups to include a fully functional WordPress blog.
+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress-links&quot;&gt;BuddyPress Group Wiki&lt;/a&gt; - add wiki functionality to your groups so all members can contribute to pages.
+
+There are already more than 125 BuddyPress plugins available, the list is growing every day. For a full list of plugins, please visit the &lt;a href=&quot;http://buddypress.org/extend/plugins/&quot;&gt;BuddyPress.org plugins page&lt;/a&gt;. You can also install any of these plugins automatically through the plugin installer menu inside of your WordPress installation.
+
</ins><span class="cx"> &lt;h4&gt;More Information&lt;/h4&gt;
</span><span class="cx"> 
</span><span class="cx"> Visit the &lt;a href=&quot;http://buddypress.org/&quot;&gt;BuddyPress website&lt;/a&gt; for more information about BuddyPress.
</span><span class="lines">@@ -43,8 +59,10 @@
</span><span class="cx"> 
</span><span class="cx"> = Can I use my existing WordPress theme? =
</span><span class="cx"> 
</span><del>-Yes you can. First install and activate BuddyPress, then download and activate the &lt;a href=&quot;http://wordpress.org/extend/plugins/bp-template-pack/&quot;&gt;template extension pack&lt;/a&gt;. This plugin will run you through the process step-by-step.
</del><ins>+Of course! First install and activate BuddyPress, then download and activate the &lt;a href=&quot;http://wordpress.org/extend/plugins/bp-template-pack/&quot;&gt;template extension pack&lt;/a&gt;. This plugin will run you through the process step-by-step.
</ins><span class="cx"> 
</span><ins>+Be sure to also try out the default theme bundled with BuddyPress. It provides all the awesome features of a standard WordPress blog, but also integrates the BuddyPress features both seamlessly and beautfully. It's also really easy to modify with custom header support, widget support and via a &lt;a href=&quot;http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/&quot;&gt;child theme&lt;/a&gt;.
+
</ins><span class="cx"> = Will this work on standard WordPress and WordPress MU? =
</span><span class="cx"> 
</span><span class="cx"> Yes! BuddyPress will run on both versions of WordPress. If you are using WordPress MU then BuddyPress will support the global tracking of blogs, posts and comments.
</span><span class="lines">@@ -65,6 +83,47 @@
</span><span class="cx"> 
</span><span class="cx"> BuddyPress subversion trunk can be found at: http://svn.buddypress.org/trunk/
</span><span class="cx"> 
</span><ins>+== Screenshots ==
+
+1. **Activity Streams** - Global, personal and group activity streams with threaded commenting, direct posting, favoriting and @mentions. All with full RSS feed and email notification support.
+2. **Extended Profiles** - Fully editable profile fields allow you to define the fields users can fill in to describe themselves. Tailor profile fields to suit your audience.
+3. **Extensible Groups** - Powerful public, private or hidden groups allow your users to break the discussion down into specific topics. Extend groups with your own custom features using the group extension API.
+4. **Friend Connections** - Let your users make connections so they can track the activity of others, or filter on only those users they care about the most.
+5. **Private Messaging** - Private messaging will allow your users to talk to each other directly, and in private. Not just limited to one on one discussions, your users can send messages to multiple recipients.
+6. **Discussion Forums** - Full powered discussion forums built directly into groups allow for more conventional in-depth conversations.
+7. **WordPress Blogging** - Start a blog built on the best blogging software in the world. Even allow each of your users to start their own full powered WordPress blog (with WordPress MU). Track new posts and comments across your site.
+
+== Languages ==
+
+BuddyPress is available in more than 20 languages. For more information about BuddyPress in your language please select a langauge site from the list below. Is your language missing? Please send a message to the &lt;a href=&quot;http://lists.automattic.com/mailman/listinfo/wp-polyglots&quot;&gt;WP-Polygots&lt;/a&gt; mailing list and request for your language to be set up.
+
+*        &lt;a href=&quot;http://br.buddypress.org/&quot;&gt;Brasil&lt;/a&gt;
+*        &lt;a href=&quot;http://ca.buddypress.org/&quot;&gt;Català&lt;/a&gt;
+*        &lt;a href=&quot;http://de.buddypress.org/&quot;&gt;Deutsch&lt;/a&gt;
+*        &lt;a href=&quot;http://es.buddypress.org/&quot;&gt;Español&lt;/a&gt;
+*        &lt;a href=&quot;http://fr.buddypress.org/&quot;&gt;Français&lt;/a&gt;
+*        &lt;a href=&quot;http://id.buddypress.org/&quot;&gt;Indonesia&lt;/a&gt;
+*        &lt;a href=&quot;http://it.buddypress.org/&quot;&gt;Italia&lt;/a&gt;
+*        &lt;a href=&quot;http://lv.buddypress.org/&quot;&gt;Latviešu valodā&lt;/a&gt;
+*        &lt;a href=&quot;http://nl.buddypress.org/&quot;&gt;Nederland&lt;/a&gt;
+*        &lt;a href=&quot;http://pl.buddypress.org/&quot;&gt;Polska&lt;/a&gt;
+*        &lt;a href=&quot;http://pt.buddypress.org/&quot;&gt;Portugal&lt;/a&gt;
+*        &lt;a href=&quot;http://ru.buddypress.org/&quot;&gt;Русский&lt;/a&gt;
+*        &lt;a href=&quot;http://fi.buddypress.org/&quot;&gt;Suomi&lt;/a&gt;
+*        &lt;a href=&quot;http://th.buddypress.org/&quot;&gt;Thai&lt;/a&gt;
+*        &lt;a href=&quot;http://uk.buddypress.org/&quot;&gt;Україна&lt;/a&gt;
+*        &lt;a href=&quot;http://ja.buddypress.org/&quot;&gt;日本語&lt;/a&gt;
+*        &lt;a href=&quot;http://cn.buddypress.org/&quot;&gt;简体中文&lt;/a&gt;
+*        &lt;a href=&quot;http://ko.buddypress.org/&quot;&gt;한국어&lt;/a&gt;
+*        &lt;a href=&quot;http://tw.buddypress.org/&quot;&gt;正體中文&lt;/a&gt;
+
+The &lt;a href=&quot;http://i18n.svn.buddypress.org/&quot;&gt;BuddyPress langauge file repository&lt;/a&gt; includes some language that have not yet set up a localization site.
+
+== Upgrade Notice ==
+
+= 1.2.2.1 =
+Fixes a bug where new account activation emails would not be sent correctly. Important upgrade.
+
</ins><span class="cx"> == Changelog ==
</span><span class="cx"> 
</span><span class="cx"> See http://buddypress.org/about/release-history/ for a list of changes.
</span><span class="cx">\ No newline at end of file
</span></span></pre>
</div>
</div>

</body>
</html>