<!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] [2872] branches/1.2: Bumping version number to 1.2.3</title>
</head>
<body>

<div id="msg">
<dl>
<dt>Revision</dt> <dd>2872</dd>
<dt>Author</dt> <dd>apeatling</dd>
<dt>Date</dt> <dd>2010-03-25 11:43:07 +0000 (Thu, 25 Mar 2010)</dd>
</dl>

<h3>Log Message</h3>
<pre>Bumping version number to 1.2.3</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 (2871 => 2872)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/bp-loader.php        2010-03-25 11:28:10 UTC (rev 2871)
+++ branches/1.2/bp-loader.php        2010-03-25 11:43:07 UTC (rev 2872)
</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.1
</del><ins>+Version: 1.2.3
</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.1' );
</del><ins>+define( 'BP_VERSION', '1.2.3' );
</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 (2871 => 2872)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/bp-themes/bp-default/style.css        2010-03-25 11:28:10 UTC (rev 2871)
+++ branches/1.2/bp-themes/bp-default/style.css        2010-03-25 11:43:07 UTC (rev 2872)
</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.1
</del><ins>+Version: 1.2.3
</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 (2871 => 2872)</h4>
<pre class="diff"><span>
<span class="info">--- branches/1.2/readme.txt        2010-03-25 11:28:10 UTC (rev 2871)
+++ branches/1.2/readme.txt        2010-03-25 11:43:07 UTC (rev 2872)
</span><span class="lines">@@ -1,9 +1,9 @@
</span><span class="cx"> === Plugin Name ===
</span><span class="cx"> Contributors: apeatling
</span><span class="cx"> Tags: buddypress, social networking, activity, profiles, messaging, friends, groups, forums, microblogging, twitter, facebook, mingle, social, community, networks, networking, cms
</span><del>-Requires at least: WordPress 2.9.1
-Tested up to: WordPress 2.9.2
-Stable tag: 1.2.2.1
</del><ins>+Requires at least: 2.9.1
+Tested up to: 2.9.2
+Stable tag: 1.2.3
</ins><span class="cx"> 
</span><span class="cx"> == Description ==
</span><span class="cx"> 
</span><span class="lines">@@ -25,15 +25,17 @@
</span><span class="cx"> 
</span><span class="cx"> 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:
</span><span class="cx"> 
</span><del>-*        &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.
</del><ins>+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-fb-autoconnect&quot;&gt;WP-FB-AutoConnect&lt;/a&gt; - allow your users to instantly log in to your site using their Facebook credentials.
</ins><span class="cx"> *        &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.
</span><span class="cx"> *        &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.
</span><ins>+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/tweetstream&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/facestream&quot;&gt;BuddyPress Facestream&lt;/a&gt; - allow your users to sync and post to their Facebook stream.
</ins><span class="cx"> *        &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.
</span><span class="cx"> *        &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.
</span><span class="cx"> *        &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.
</span><span class="cx"> *        &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.
</span><span class="cx"> *        &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.
</span><del>-*        &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.
</del><ins>+*        &lt;a href=&quot;http://wordpress.org/extend/plugins/buddypress-group-wiki/&quot;&gt;BuddyPress Group Wiki&lt;/a&gt; - add wiki functionality to your groups so all members can contribute to pages.
</ins><span class="cx"> 
</span><span class="cx"> 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.
</span><span class="cx"> 
</span></span></pre>
</div>
</div>

</body>
</html>