Skip to content

Commit

Permalink
Bump plugin stable version to 1.0.0
Browse files Browse the repository at this point in the history
Improve `readme.txt` & refresh pot file.
  • Loading branch information
imath committed Jul 31, 2023
1 parent 0df2579 commit 86178a9
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions class-bp-classic.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* BuddyPress Classic backward compatibility plugin.
* BuddyPress Classic backwards compatibility add-on.
*
* @package bp-classic
* @author The BuddyPress Community
Expand All @@ -10,8 +10,8 @@
* @buddypress-plugin
* Plugin Name: BP Classic
* Plugin URI: https://github.com/buddypress/bp-classic
* Description: BuddyPress Classic backward compatibility plugin.
* Version: 1.0.0-beta1
* Description: BuddyPress Classic backwards compatibility add-on.
* Version: 1.0.0
* Author: The BuddyPress Community
* Author URI: https://buddypress.org
* License: GPL-2.0+
Expand Down Expand Up @@ -318,7 +318,7 @@ public static function start() {
}

/**
* Start plugin.
* Start Add-on.
*
* @since 1.0.0
*
Expand Down
2 changes: 1 addition & 1 deletion inc/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
function bp_classic_globals() {
$bpc = bp_classic();

$bpc->version = '1.0.0-beta1';
$bpc->version = '1.0.0';

// Paths.
$inc_dir = plugin_dir_path( __FILE__ );
Expand Down
4 changes: 2 additions & 2 deletions languages/bp-classic.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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
Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\", \"Language-Team\": \"ENGLISH <[email protected]>\"}'"
"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 <[email protected]>\", \"Language-Team\": \"ENGLISH <[email protected]>\"}'"
},
"repository": {
"type": "git",
Expand Down
12 changes: 7 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 86178a9

Please sign in to comment.