Skip to content

Releases: slaFFik/buddypress-groups-extras

v3.7.0

01 Dec 18:48
Compare
Choose a tag to compare

3.7.0 (01.12.2024)

  • Make sure the plugin is compatible with WordPress 6.7 and BuddyPress 14.
  • Raise minimum PHP version to 7.2.
  • Raise minimum WordPress version to 6.0.
  • Raise minimum BuddyPress version to 12.0.
  • Added: Site admins can disable group navigation reordering globally for all groups using the new "Groups Nav Reorder" option in plugin settings. When disabled, group admins won't be able to mess up with their navigation, it will also be default, regardless of the previous order.
  • Added: Admin users now need to confirm that they want to delete the set of fields in the plugin admin area.
  • Added: Plugin now requires both BuddyPress and BP Classic to be installed, for now. BP Classic requirement will be removed in the future versions.
  • Changed: The admin area "Group Pages" top-level menu item (that is used to manage all created pages inside groups) is now moved under "Groups" (same URL is preserved).
  • Changed: Require the BP Classic plugin (by the BuddyPress Core Developers team) to be installed.
  • Changed: Various visual improvements were introduced in plugin admin area, specifically on the Sets and Allowed Groups tabs.
  • Changed: Group admins now need to confirm that they want to import the set of fields.
  • Changed: Rename the "General" group extras menu item to "Settings".
  • Changed: Group's "Activity"/"Home" navigation link is hard coded in BuddyPress to always be the first one, so disable its reordering.
  • Fixed: A fatal error is thrown when the BuddyPress plugin is deactivated, props @emaralive.
  • Fixed: Cleaned up deprecated BuddyPress functions that were still used in various places.
  • Fixed: Various security improvements in different parts of the plugin, props Marek Mikita.
  • Fixed: Cleaned the object cache when group pages or set of fields are updated, props @boonebgorges.
  • Fixed: Made jQuery.migrate() a bit happier by switching from .click()/.change() to appropriate .on() calls.
  • Fixed: Improved security of template overrides for the front-end related screens.
  • Fixed: By default the first created page was displayed in group Pages front-end content area, instead of honoring the order defined on the Manage > Extras > All Pages screen.

v3.6.10

06 Dec 22:26
Compare
Choose a tag to compare

3.6.10 (06.12.2020)

  • WordPress 5.5/5.6, BuddyPress 6.4 and PHP 7 compatibility.
  • Fixed a ton of notices and warnings that were previously generated by the plugin.
  • Removed unused assets.
  • Removed obsolete plugin options/pages.
  • Improved localization support via translate.wordpress.org.

v3.6.9.1

15 Oct 21:54
Compare
Choose a tag to compare
  • BuddyPress 2.7 compatibility release

v3.6.9

15 Oct 21:54
Compare
Choose a tag to compare

v3.6.9 (15.07.2016)

  • BuddyPress 2.6 compatibility release
  • Fixed: wrong redirect after editing/creating/reordering pages/fields
  • Fixed: HTML was not saved in textarea/input (including RichEditor)
  • Added: link to Group Extras page in admin bar on a single groups pages (quicker access to settings)
  • Added: lots of new actions in templates on front-end

v3.6.8.1

06 Apr 22:15
Compare
Choose a tag to compare
  • Adopt translate.wordpress.org for translations

v3.6.8

06 Apr 22:06
Compare
Choose a tag to compare
  • Fixed: completely hide all plugins CPT from front-end (sitemaps etc) - good for SEO
  • Fixed: conflict with BP_Groups_Hierarchy
  • Fixed: hide Add New button on the Groups Pages listing in wp-admin
  • Fixed: inproper page content if first item in groups navigation is Gpages that is set to not published
  • Fixed: several PHP warnings and notices
  • lots of minor code improvements

v3.6.7.2

06 Apr 13:27
Compare
Choose a tag to compare

Added Spanish translation (props Andrew Kurtis)

v3.6.7.1

18 Jan 19:19
Compare
Choose a tag to compare
  • Quick fix of a warning :(

v3.6.7

18 Jan 11:59
Compare
Choose a tag to compare
  • Optimized css/js loading (on appropriate pages only)
  • Improved pointers a bit (texts and placement)
  • Removed screenshots from the plugin zip (less plugin size to download)
  • Other minor improvements and fixes

v3.6.6

02 Jan 18:32
Compare
Choose a tag to compare
  • Compatibility with WordPress 4.1 and BuddyPress 2.1
  • Adding BP_ENABLE_MULTIBLOG support
  • Code improvement and several other bug fixes