Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
run:
uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-ci.yml@main
uses: Automattic/wpvdb-scripts/.github/workflows/plugin-ci.yml@main
Comment thread
rbcorrales marked this conversation as resolved.
with:
composer-install: true
bun-install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintain-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
run:
uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-maintain-main.yml@main
uses: Automattic/wpvdb-scripts/.github/workflows/plugin-maintain-main.yml@main
with:
Comment thread
rbcorrales marked this conversation as resolved.
composer-install: false
bun-install: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:

jobs:
run:
uses: rbcorrales/wpvdb-scripts/.github/workflows/plugin-release.yml@main
uses: Automattic/wpvdb-scripts/.github/workflows/plugin-release.yml@main
with:
Comment thread
rbcorrales marked this conversation as resolved.
tag: ${{ github.event.inputs.tag || github.ref_name }}
plugin-slug: wpvdb-blocks
Expand Down
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Agent guidance for this repository. Keep this file focused on non-obvious block,
## Boundaries

- This repo is public. Do not add credentials, tokens, application passwords, site-specific hostnames, or private deployment details.
- Search behavior belongs in `https://github.com/rbcorrales/wpvdb-search`. Blocks should call the public search API and render the result.
- Search behavior belongs in `https://github.com/Automattic/wpvdb-search`. Blocks should call the public search API and render the result.
- Do not add ingestion, queueing, provider settings, or embedding storage ownership here. Those belong in `https://github.com/Automattic/wpvdb`.
- Keep Playground fixture behavior in `https://github.com/rbcorrales/wpvdb-playground-demo`. Do not hardcode demo models or sample data in block code.
Comment thread
rbcorrales marked this conversation as resolved.
- The suite Playground Blueprint consumes this plugin's release zip. Keep the zip directly installable when changing `.distignore`, build outputs, or required artifacts.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# WPVDB Blocks

[![Checks](https://github.com/rbcorrales/wpvdb-blocks/actions/workflows/ci.yml/badge.svg)](https://github.com/rbcorrales/wpvdb-blocks/actions/workflows/ci.yml)
[![Checks](https://github.com/Automattic/wpvdb-blocks/actions/workflows/ci.yml/badge.svg)](https://github.com/Automattic/wpvdb-blocks/actions/workflows/ci.yml)
[![WordPress](https://img.shields.io/badge/WordPress-6.9%2B-3858e9?logo=wordpress&logoColor=white)](#requirements)
[![PHP](https://img.shields.io/badge/PHP-8.3%2B-777bb4?logo=php&logoColor=white)](#requirements)
[![License](https://img.shields.io/badge/License-GPLv2%2B-blue.svg)](LICENSE)

Editorial WordPress blocks powered by [`wpvdb-search`](https://github.com/rbcorrales/wpvdb-search).
Editorial WordPress blocks powered by [`wpvdb-search`](https://github.com/Automattic/wpvdb-search).

![WPVDB related articles block](docs/screenshots/screenshot.png)

Expand All @@ -15,7 +15,7 @@ Editorial WordPress blocks powered by [`wpvdb-search`](https://github.com/rbcorr
|---|---|
| WordPress | 6.9 or newer |
| PHP | 8.3 or newer |
| [`wpvdb-search`](https://github.com/rbcorrales/wpvdb-search) | Installed and configured |
| [`wpvdb-search`](https://github.com/Automattic/wpvdb-search) | Installed and configured |

## Blocks

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "rbcorrales/wpvdb-blocks",
"name": "automattic/wpvdb-blocks",
"description": "Editorial blocks powered by WPVDB Search.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/rbcorrales/wpvdb-blocks",
"homepage": "https://github.com/Automattic/wpvdb-blocks",
"authors": [
{
"name": "Automattic",
Expand Down Expand Up @@ -46,8 +46,8 @@
}
},
"support": {
"issues": "https://github.com/rbcorrales/wpvdb-blocks/issues",
"source": "https://github.com/rbcorrales/wpvdb-blocks"
"issues": "https://github.com/Automattic/wpvdb-blocks/issues",
"source": "https://github.com/Automattic/wpvdb-blocks"
},
"config": {
"platform": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

Binary file modified languages/wpvdb-blocks-es_ES.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions languages/wpvdb-blocks-es_ES.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ msgstr "WPVDB Blocks"

#. Plugin URI of the plugin
#: wpvdb-blocks.php
msgid "https://github.com/rbcorrales/wpvdb-blocks"
msgstr "https://github.com/rbcorrales/wpvdb-blocks"
msgid "https://github.com/Automattic/wpvdb-blocks"
msgstr "https://github.com/Automattic/wpvdb-blocks"

#. Description of the plugin
#: wpvdb-blocks.php
Expand Down
2 changes: 1 addition & 1 deletion languages/wpvdb-blocks.pot
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""

#. Plugin URI of the plugin
#: wpvdb-blocks.php
msgid "https://github.com/rbcorrales/wpvdb-blocks"
msgid "https://github.com/Automattic/wpvdb-blocks"
msgstr ""

#. Description of the plugin
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Editorial blocks powered by WPVDB Search.",
"author": "Automattic, Ramon Corrales",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/rbcorrales/wpvdb-blocks",
"homepage": "https://github.com/Automattic/wpvdb-blocks",
"repository": {
"type": "git",
"url": "git+https://github.com/rbcorrales/wpvdb-blocks.git"
"url": "git+https://github.com/Automattic/wpvdb-blocks.git"
},
"bugs": {
"url": "https://github.com/rbcorrales/wpvdb-blocks/issues"
"url": "https://github.com/Automattic/wpvdb-blocks/issues"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion wpvdb-blocks.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: WPVDB Blocks
* Plugin URI: https://github.com/rbcorrales/wpvdb-blocks
* Plugin URI: https://github.com/Automattic/wpvdb-blocks
* Description: Adds editorial blocks powered by WPVDB Search.
* Version: 0.1.0
* Author: Automattic, Ramon Corrales
Expand Down