Plugin Directory

Changeset 3228360


Ignore:
Timestamp:
01/25/2025 06:42:18 AM (14 months ago)
Author:
giannis4
Message:
  1. 1.1.2
Location:
bp-block-member-posting
Files:
21 added
2 edited

Legend:

Unmodified
Added
Removed
  • bp-block-member-posting/trunk/bp-block-member-posting.php

    r2889738 r3228360  
    33 * Block Member from Posting for BuddyPress
    44 *
    5  * Block a member from making new posts for BuddyPress
     5 * Block a member from making new posts and posting comments for BuddyPress
    66 *
    77 * @link              https://gianniskipouros.com/block-member-posting-for-buddypress/
     
    1313 * Plugin URI:        https://gianniskipouros.com/bp-block-member-posting/
    1414 * Description:       Block a member from making new posts for BuddyPress
    15  * Version:           1.1.1
     15 * Version:           1.1.2
    1616 * Author:            Giannis Kipouros
    1717 * Author URI:        https://gianniskipouros.com
     
    3131     * The version of the plugin.
    3232     */
    33     define( 'BPBMFP_VERSION', '1.1.1' );
     33    define( 'BPBMFP_VERSION', '1.1.2' );
    3434}
    3535
  • bp-block-member-posting/trunk/readme.txt

    r2889738 r3228360  
    33Tags: buddypress, members, block, post
    44Requires at least: 5.7
    5 Tested up to: 6.2
     5Tested up to: 6.7.1
    66Requires PHP: 7.2
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J7GGEGDD4XV5
    99License: GPLv2 or later
     
    4242== Changelog ==
    4343
     44= 1.1.2 =
     45* Update: WordPress 6.7.1
     46* Update: BuddyPress 14.3.3
     47
    4448= 1.1.0 =
    4549* Add the post and comment blocking of specific member types (BuddyPress) or profile types (BuddyBoss).
Note: See TracChangeset for help on using the changeset viewer.