Changeset 13233
- Timestamp:
- 02/14/2022 11:57:28 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r13232 r13233 11 11 12 12 /** 13 * Plugin Name: BuddyPress 14 * Plugin URI: https://buddypress.org 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 * Author: The BuddyPress Community 17 * Author URI: https://buddypress.org/ 18 * Version: 10.0.0 19 * Text Domain: buddypress 20 * Domain Path: /bp-languages/ 21 * License: GPLv2 or later (license.txt) 13 * Plugin Name: BuddyPress 14 * Plugin URI: https://buddypress.org 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 * Author: The BuddyPress Community 17 * Author URI: https://buddypress.org 18 * License: GNU General Public License v2 or later 19 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 20 * Text Domain: buddypress 21 * Domain Path: /bp-languages/ 22 * Requires PHP: 5.6 23 * Requires at least: 5.4 24 * Version: 10.0.0 22 25 */ 23 26 -
trunk/src/bp-loader.php
r13216 r13233 11 11 12 12 /** 13 * Plugin Name: BuddyPress 14 * Plugin URI: https://buddypress.org/ 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 * Author: The BuddyPress Community 17 * Author URI: https://buddypress.org/ 18 * Version: 10.0.0 19 * Text Domain: buddypress 20 * Domain Path: /bp-languages/ 21 * License: GPLv2 or later (license.txt) 13 * Plugin Name: BuddyPress 14 * Plugin URI: https://buddypress.org 15 * Description: BuddyPress adds community features to WordPress. Member Profiles, Activity Streams, Direct Messaging, Notifications, and more! 16 * Author: The BuddyPress Community 17 * Author URI: https://buddypress.org 18 * License: GNU General Public License v2 or later 19 * License URI: https://www.gnu.org/licenses/gpl-2.0.html 20 * Text Domain: buddypress 21 * Domain Path: /bp-languages/ 22 * Requires PHP: 5.6 23 * Requires at least: 5.4 24 * Version: 10.0.0 22 25 */ 23 26 -
trunk/src/readme.txt
r13216 r13233 1 1 === BuddyPress === 2 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp 3 Tags: user profiles, activity streams, messaging, friends, user groups, notifications, community, social networking, intranet 4 License: GPLv2 or later 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html 2 Contributors: johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp 3 Tags: profiles, groups, activity, direct messaging, notifications, friends, community, social networking 4 License: GNU General Public License v2 or later 5 License URI: https://www.gnu.org/licenses/gpl-2.0.html 6 Requires PHP: 5.6 6 7 Requires at least: 5.4 7 Requires PHP: 5.6 8 Tested up to: 5.8 9 Stable tag: 10.0.0 8 Tested up to: 5.9 9 Stable tag: 10.0.0 10 10 11 11 BuddyPress helps site builders & developers add community features to their websites, with user profiles, activity streams, and more!
Note: See TracChangeset
for help on using the changeset viewer.