Skip to content

Commit

Permalink
Pin buddypress 12.4.0.
Browse files Browse the repository at this point in the history
See #458.
  • Loading branch information
boonebgorges committed Apr 26, 2024
1 parent 1b91e9b commit 781d888
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/openlab/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected static function register_required_plugins( $instance ) {
'plugin_name' => 'BuddyPress',
'cbox_name' => __( 'BuddyPress', 'commons-in-a-box' ),
'cbox_description' => __( 'BuddyPress provides the core functionality of Commons In A Box, including groups and user profiles.', 'commons-in-a-box' ),
'version' => '11.2.0',
'version' => '12.4.0',
'documentation_url' => 'http://commonsinabox.org/documentation/plugins/buddypress-plugin',
'admin_settings' => 'options-general.php?page=bp-components',
'network_settings' => 'settings.php?page=bp-components'
Expand Down Expand Up @@ -224,7 +224,7 @@ protected static function register_dependency_plugins( $instance ) {
call_user_func( $instance, array(
'plugin_name' => 'BuddyPress',
'type' => 'dependency',
'download_url' => 'http://downloads.wordpress.org/plugin/buddypress.11.2.0.zip'
'download_url' => 'http://downloads.wordpress.org/plugin/buddypress.12.4.0.zip'
) );

// Event Organiser
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ It is possible to install Commons In A Box on an existing WordPress site, and it

== Changelog ==

* Updated plugins (OpenLab): Buddypress 12.4.0

= 1.5.0 =
* Updated plugins (OpenLab): BuddyPress 11.2.0, BuddyPress Group Email Subscription 4.1.0, BP Group Documents 1.22, Event Organiser 3.12.3, Invite Anyone 1.4.4, OpenLab Attributions 2.1.2, OpenLab Portfolio 1.1.2, PressForward 5.5.0, WP Grade Comments 1.5.0
* Updated plugins (Classic): BuddyPress 11.2.0, BuddyPress Group Email Subscription 4.1.0, BP Groupblog 1.9.3, Invite Anyone 1.4.4
Expand Down

0 comments on commit 781d888

Please sign in to comment.