Skip to:
Content

BuddyPress.org

Changeset 13233


Ignore:
Timestamp:
02/14/2022 11:57:28 PM (3 years ago)
Author:
johnjamesjacoby
Message:

Plugin Headers: Various updates...

  • Shorten & rearrange tags, to improve findability
  • Move "Version" & "Stable tag" to bottom, since it's updated most frequently
  • Add "Requires" headers to PHP loaders (from readme)
  • Update "License" header contents, add URI
  • Remove trailing slash from "Author URI"
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r13232 r13233  
    1111
    1212/**
    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
    2225 */
    2326
  • trunk/src/bp-loader.php

    r13216 r13233  
    1111
    1212/**
    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
    2225 */
    2326
  • trunk/src/readme.txt

    r13216 r13233  
    11=== 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
     2Contributors:      johnjamesjacoby, DJPaul, boonebgorges, r-a-y, imath, mercime, tw2113, dcavins, hnla, karmatosed, slaFFik, dimensionmedia, henrywright, netweb, offereins, espellcaste, modemlooper, danbp, Venutius, apeatling, shanebp
     3Tags:              profiles, groups, activity, direct messaging, notifications, friends, community, social networking
     4License:           GNU General Public License v2 or later
     5License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     6Requires PHP:      5.6
    67Requires at least: 5.4
    7 Requires PHP: 5.6
    8 Tested up to: 5.8
    9 Stable tag: 10.0.0
     8Tested up to:      5.9
     9Stable tag:        10.0.0
    1010
    1111BuddyPress 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.