Changeset 1878
- Timestamp:
- 09/14/2009 09:03:41 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 11 edited
-
bp-activity.php (modified) (1 diff)
-
bp-blogs.php (modified) (1 diff)
-
bp-core.php (modified) (1 diff)
-
bp-friends.php (modified) (1 diff)
-
bp-groups.php (modified) (1 diff)
-
bp-loader.php (modified) (1 diff)
-
bp-messages.php (modified) (1 diff)
-
bp-themes/bp-default/style.css (modified) (1 diff)
-
bp-themes/bp-sn-parent/style.css (modified) (1 diff)
-
bp-xprofile.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r1844 r1878 1 1 <?php 2 2 3 define ( 'BP_ACTIVITY_DB_VERSION', '1 750' );3 define ( 'BP_ACTIVITY_DB_VERSION', '1800' ); 4 4 5 5 /* Define the slug for the component */ -
trunk/bp-blogs.php
r1852 r1878 1 1 <?php 2 2 3 define ( 'BP_BLOGS_DB_VERSION', '1 700' );3 define ( 'BP_BLOGS_DB_VERSION', '1800' ); 4 4 5 5 /* Define the slug for the component */ -
trunk/bp-core.php
r1877 r1878 2 2 3 3 /* Define the current version number for checking if DB tables are up to date. */ 4 define( 'BP_CORE_DB_VERSION', '1 700' );4 define( 'BP_CORE_DB_VERSION', '1800' ); 5 5 6 6 /*** -
trunk/bp-friends.php
r1852 r1878 1 1 <?php 2 2 3 define ( 'BP_FRIENDS_DB_VERSION', '1 700' );3 define ( 'BP_FRIENDS_DB_VERSION', '1800' ); 4 4 5 5 /* Define the slug for the component */ -
trunk/bp-groups.php
r1858 r1878 1 1 <?php 2 2 3 define ( 'BP_GROUPS_DB_VERSION', '1 711' );3 define ( 'BP_GROUPS_DB_VERSION', '1800' ); 4 4 5 5 /* Define the slug for the component */ -
trunk/bp-loader.php
r1636 r1878 5 5 Description: BuddyPress will add social networking features to a new or existing WordPress MU installation. 6 6 Author: The BuddyPress Community 7 Version: 1.1-b leeding7 Version: 1.1-beta 8 8 Author URI: http://buddypress.org/developers/ 9 9 Site Wide Only: true 10 10 */ 11 11 12 define( 'BP_VERSION', '1.1-b leeding' );12 define( 'BP_VERSION', '1.1-beta' ); 13 13 14 14 /*** -
trunk/bp-messages.php
r1809 r1878 1 1 <?php 2 2 3 define ( 'BP_MESSAGES_DB_VERSION', '1 700' );3 define ( 'BP_MESSAGES_DB_VERSION', '1800' ); 4 4 5 5 /* Define the slug for the component */ -
trunk/bp-themes/bp-default/style.css
r1843 r1878 3 3 Theme URI: http://buddypress.org/extend/themes/ 4 4 Description: The default theme for BuddyPress. 5 Version: 1.1- pre5 Version: 1.1-beta 6 6 Author: BuddyPress.org 7 7 Author URI: http://buddypress.org -
trunk/bp-themes/bp-sn-parent/style.css
r1661 r1878 3 3 Theme URI: http://buddypress.org/extend/themes/ 4 4 Description: The social network theme framework for BuddyPress. This theme should not be activated and used directly. BuddyPress themes can be downloaded at: <a href="http://buddypress.org/extend/themes/">http://buddypress.org/extend/themes/</a> 5 Version: 1.1- pre5 Version: 1.1-beta 6 6 Author: BuddyPress.org 7 7 Author URI: http://buddypress.org -
trunk/bp-xprofile.php
r1877 r1878 1 1 <?php 2 define ( 'BP_XPROFILE_DB_VERSION', '1 705' );2 define ( 'BP_XPROFILE_DB_VERSION', '1800' ); 3 3 4 4 /* Define the slug for the component */ -
trunk/readme.txt
r1698 r1878 4 4 Requires at least: 2.8.4 5 5 Tested up to: 2.8.4 6 Stable tag: 1.1- pre6 Stable tag: 1.1-beta 7 7 8 8 BuddyPress is a suite of WordPress MU social networking plugins and themes. … … 29 29 --- Themes: --- 30 30 31 1. Move "/wp-content/plugins/buddypress/bp-themes/bp-sn- framework" and31 1. Move "/wp-content/plugins/buddypress/bp-themes/bp-sn-parent" and 32 32 "/wp-content/plugins/buddypress/bp-themes/bp-default" to "/wp-content/themes/" 33 33
Note: See TracChangeset
for help on using the changeset viewer.