Changeset 3228360
- Timestamp:
- 01/25/2025 06:42:18 AM (14 months ago)
- Location:
- bp-block-member-posting
- Files:
-
- 21 added
- 2 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/app (added)
-
tags/1.1.2/app/main (added)
-
tags/1.1.2/app/main/class-block-member-admin-table.php (added)
-
tags/1.1.2/app/main/class-block-member-posting-admin-buddyboss.php (added)
-
tags/1.1.2/app/main/class-block-member-posting-admin-buddypress.php (added)
-
tags/1.1.2/app/main/class-block-member-posting-admin.php (added)
-
tags/1.1.2/app/main/class-block-member-posting.php (added)
-
tags/1.1.2/assets (added)
-
tags/1.1.2/assets/css (added)
-
tags/1.1.2/assets/css/bp-block-member-posting-admin.css (added)
-
tags/1.1.2/assets/css/bp-block-member-posting.css (added)
-
tags/1.1.2/assets/js (added)
-
tags/1.1.2/assets/js/bp-block-member-posting.js (added)
-
tags/1.1.2/bp-block-member-posting.php (added)
-
tags/1.1.2/index.php (added)
-
tags/1.1.2/languages (added)
-
tags/1.1.2/languages/.gitignore (added)
-
tags/1.1.2/readme.txt (added)
-
tags/1.1.2/templates (added)
-
tags/1.1.2/templates/bp-block-members-admin-page.php (added)
-
trunk/bp-block-member-posting.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bp-block-member-posting/trunk/bp-block-member-posting.php
r2889738 r3228360 3 3 * Block Member from Posting for BuddyPress 4 4 * 5 * Block a member from making new posts for BuddyPress5 * Block a member from making new posts and posting comments for BuddyPress 6 6 * 7 7 * @link https://gianniskipouros.com/block-member-posting-for-buddypress/ … … 13 13 * Plugin URI: https://gianniskipouros.com/bp-block-member-posting/ 14 14 * Description: Block a member from making new posts for BuddyPress 15 * Version: 1.1. 115 * Version: 1.1.2 16 16 * Author: Giannis Kipouros 17 17 * Author URI: https://gianniskipouros.com … … 31 31 * The version of the plugin. 32 32 */ 33 define( 'BPBMFP_VERSION', '1.1. 1' );33 define( 'BPBMFP_VERSION', '1.1.2' ); 34 34 } 35 35 -
bp-block-member-posting/trunk/readme.txt
r2889738 r3228360 3 3 Tags: buddypress, members, block, post 4 4 Requires at least: 5.7 5 Tested up to: 6. 25 Tested up to: 6.7.1 6 6 Requires PHP: 7.2 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=J7GGEGDD4XV5 9 9 License: GPLv2 or later … … 42 42 == Changelog == 43 43 44 = 1.1.2 = 45 * Update: WordPress 6.7.1 46 * Update: BuddyPress 14.3.3 47 44 48 = 1.1.0 = 45 49 * 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.