Skip to content

Commit

Permalink
Add plugin: bp-classic 1.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 781d888 commit 4ff6fbb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions includes/openlab/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ protected static function register_required_plugins( $instance ) {
'network_settings' => 'settings.php?page=bp-components'
) );

// BP Classic
call_user_func( $instance, array(
'plugin_name' => 'BP Classic',
'cbox_name' => __( 'BP Classic', 'commons-in-a-box' ),
'cbox_description' => __( 'BP Classic provides compatibility with legacy plugins when running version 12.0+ of BuddyPress.', 'commons-in-a-box' ),
'version' => '1.4.0',
'download_url' => 'http://downloads.wordpress.org/plugin/bp-classic.1.4.0.zip',
'network' => true,
) );

// CBOX-OpenLab Core
call_user_func( $instance, array(
'plugin_name' => 'CBOX-OpenLab Core',
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ It is possible to install Commons In A Box on an existing WordPress site, and it

== Changelog ==

* Updated plugins (OpenLab): Buddypress 12.4.0
* Updated plugins (OpenLab): BP Classic 1.4.0, 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
Expand Down

0 comments on commit 4ff6fbb

Please sign in to comment.