Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a BP Search Block as a BuddyPress Add-on #62

Merged
merged 11 commits into from Dec 30, 2021
Merged

Commits on Dec 27, 2021

  1. Configuration menu
    Copy the full SHA
    98bba6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8e29f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9c2b2d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Configuration menu
    Copy the full SHA
    40cb561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ad13a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d1cf38 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Adds a view script to update/set the search input placeholder and id

    This commit also include Activity search which requires an upstream change.
    imath committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d24ae59 View commit details
    Browse the repository at this point in the history
  2. Add Script translations and check with fr_FR

    This commit also fixes some translation issues: the name and description of the block were not translatable.
    imath committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    02f6be2 View commit details
    Browse the repository at this point in the history
  3. Bump WP required version

    If v2 of the Block API was introduced in WP 5.6, using a `block.json` Metadata file was introduced in 5.8.
    imath committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    fddbeaa View commit details
    Browse the repository at this point in the history
  4. Rename the Block title to "Community Search"

    This makes sure people don't get confuse with the WP Block Search.
    imath committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    55264a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Improve a11y of Search button when icon is used

    Take in account Renato's feedback an avoid "posts in post".
    imath committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    6b0f0da View commit details
    Browse the repository at this point in the history