Skip to content

Commit

Permalink
BPGE v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Dec 1, 2024
1 parent b948a06 commit 51ba9ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bpge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Adding extra fields and pages, menu sorting and other missing functionality to groups.
* Author: slaFFik
* Author URI: https://ovirium.com/
* Version: 3.6.10
* Version: 3.7.0
* Text Domain: buddypress-groups-extras
* Domain Path: /assets/
* Requires PHP: 7.2
Expand All @@ -16,7 +16,7 @@
// Exit if accessed directly.
defined( 'ABSPATH' ) || exit;

const BPGE_VERSION = '3.6.10';
const BPGE_VERSION = '3.7.0';
const BPGE = 'bpge';
const BPGE_ADMIN_SLUG = 'bpge-admin';

Expand Down
8 changes: 3 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Stable tag: 3.6.10
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Give your groups the ability to have any custom fields admins want. Also, an extra page will appear with the chosen content (with subpages).
Introduce custom fields and custom pages to your BuddyPress-powered groups.

== Description ==

Expand All @@ -23,13 +23,13 @@ BuddyPress Groups Extras will give the ability to them to create extra content.
* Tweak various options, like enabling Rich Editor.
* Drag-n-drop groups nav menu items as you wish (Fields and Pages can be your new group front page!).

= Groups Custom Fields =
= Custom Group Fields =
* Create custom fields using various types (radios, checkboxes, dropdown select, textarea, and text).
* Edit fields data on Edit Group Details page in Group Admin area.
* Display/hide page, where all groups fields will be displayed (and rename it too).
* Reorder fields.

= Groups Custom Pages =
= Custom Group Pages =
* Create group pages (for group FAQ or wiki, or events, or descriptions or whatever you want).
* Edit page data in the Group Admin area using WordPress RichEditor (with embedding content that WordPress supports!).
* Display/hide page, where all group pages will be displayed (and rename it too).
Expand Down Expand Up @@ -61,8 +61,6 @@ To do this you need to create a folder called `bpge` in the root of your theme.
3. Extra Fields management
4. Adding new custom field
5. Adding new group page
6. New Tutorials page in admin area


== Upgrade Notice ==

Expand Down

0 comments on commit 51ba9ac

Please sign in to comment.