diff --git a/LICENSE b/LICENSE.md similarity index 100% rename from LICENSE rename to LICENSE.md diff --git a/class-bp-classic.php b/class-bp-classic.php index 2187623..5a099c7 100644 --- a/class-bp-classic.php +++ b/class-bp-classic.php @@ -1,6 +1,6 @@ version = '1.0.0-beta1'; + $bpc->version = '1.0.0'; // Paths. $inc_dir = plugin_dir_path( __FILE__ ); diff --git a/languages/bp-classic.pot b/languages/bp-classic.pot index 10f6f7e..83947ed 100644 --- a/languages/bp-classic.pot +++ b/languages/bp-classic.pot @@ -9,7 +9,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2023-07-30T15:41:02+00:00\n" +"POT-Creation-Date: 2023-07-31T16:43:21+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.5.0\n" "X-Domain: bp-classic\n" @@ -23,7 +23,7 @@ msgid "https://github.com/buddypress/bp-classic" msgstr "" #. Description of the plugin -msgid "BuddyPress Classic backward compatibility plugin." +msgid "BuddyPress Classic backwards compatibility add-on." msgstr "" #. Author of the plugin diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..02217ea --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "bp-classic", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index dbc41f1..8b2d847 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "bp-classic", - "version": "1.0.0-beta1", + "version": "1.0.0", "description": "BuddyPress Classic backward compatibility plugin.", "scripts": { "bpdefault": "svn export --force https://github.com/buddypress/BP-Default.git/branches/prepare/bp-classic-moving themes/bp-default", - "pot": "wp i18n make-pot . --exclude=\".phpcs,node_modules,tests,vendor\" languages/bp-classic.pot --headers='{\"Project-Id-Version\": \"BP Classic\", \"Report-Msgid-Bugs-To\": \"https://github.com/buddypress/bp-classic/issues\", \"Last-Translator\": \"JOHN JAMES JACOBY \", \"Language-Team\": \"ENGLISH \"}'" + "pot": "wp i18n make-pot . --exclude=\".phpcs,node_modules,tests,vendor\" languages/bp-classic.pot --headers='{\"Project-Id-Version\": \"BP Classic\", \"Report-Msgid-Bugs-To\": \"https://github.com/buddypress/bp-classic/issues\", \"Last-Translator\": \"JOHN JAMES JACOBY \", \"Language-Team\": \"ENGLISH \"}'" }, "repository": { "type": "git", diff --git a/readme.txt b/readme.txt index db34794..4281905 100644 --- a/readme.txt +++ b/readme.txt @@ -6,23 +6,25 @@ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Requires at least: 5.8 Requires PHP: 5.6 -Tested up to: 6.2 +Tested up to: 6.3 Stable tag: 1.0.0 -BP Classic, a BuddyPress (12.0.0 & up) backward compatibility plugin +BP Classic, a BuddyPress (12.0.0 & up) backwards compatibility add-on == Description == -The BP Classic plugin is being developed and maintained by the official BuddyPress development team. +The BP Classic add-on is being developed and maintained by the official BuddyPress development team. -It was first built to provide backward compatibility to configs where third party BuddyPress plugin(s) or theme(s) - not ready yet for the BP Rewrites API (introduced in BuddyPress 12.0.0) - are activated. +It was first built to provide backwards compatibility to configs where third party BuddyPress plugin(s) or theme(s) - not ready yet for the BP Rewrites API (introduced in BuddyPress 12.0.0) - are activated. -BP Classic also includes features and templates that were fully deprecated in BuddyPress 12.0.0. Here are the ones you will now find back only once you activated BP Classic: +BP Classic also includes features and templates that are fully deprecated in BuddyPress 12.0.0. Here are the ones you will now find back only once you activated the BP Classic add-on: - The BP Legacy widgets (these were migrated as Blocks in BuddyPress 9.0.0). - The BP Default theme. - The BP Legacy navigation globals (`buddypress()->bp_nav` & `buddypress()->bp_options_nav`). +**NB**: although the BP Classic add-on only runs when the BuddyPress version is 12.0.0 or up, you can choose to anticipate the BuddyPress 12.0.0 upgrade by activating the add-on. In this case the add-on is in "sleep mode" and will wake up as soon as BuddyPress has been upgraded to 12.0.0. + = Join the BuddyPress community = If you're interested in contributing to BuddyPress, we'd love to have you. Head over to the [BuddyPress Documentation](https://codex.buddypress.org/participate-and-contribute/) site to find out how you can pitch in.