diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11eb6fa..e36d109 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 with: composer-install: true bun-install: true diff --git a/.github/workflows/maintain-main.yml b/.github/workflows/maintain-main.yml index 1515163..5104311 100644 --- a/.github/workflows/maintain-main.yml +++ b/.github/workflows/maintain-main.yml @@ -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: composer-install: false bun-install: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 186b9c1..0d44b78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: tag: ${{ github.event.inputs.tag || github.ref_name }} plugin-slug: wpvdb-blocks diff --git a/AGENTS.md b/AGENTS.md index 609e605..e0b4cbb 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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. - The suite Playground Blueprint consumes this plugin's release zip. Keep the zip directly installable when changing `.distignore`, build outputs, or required artifacts. diff --git a/README.md b/README.md index 765c41b..02a72fc 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/composer.json b/composer.json index 335fa71..1e2a351 100644 --- a/composer.json +++ b/composer.json @@ -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", @@ -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": { diff --git a/composer.lock b/composer.lock index 9ee85bb..6dbf8e5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2475d6c81296d45b1507078d6acac0a3", + "content-hash": "814ab2d3d3558db2bec036236dd248d3", "packages": [], "packages-dev": [ { diff --git a/languages/wpvdb-blocks-es_ES.mo b/languages/wpvdb-blocks-es_ES.mo index 0535fb3..de33055 100644 Binary files a/languages/wpvdb-blocks-es_ES.mo and b/languages/wpvdb-blocks-es_ES.mo differ diff --git a/languages/wpvdb-blocks-es_ES.po b/languages/wpvdb-blocks-es_ES.po index 03d767f..e4c0965 100644 --- a/languages/wpvdb-blocks-es_ES.po +++ b/languages/wpvdb-blocks-es_ES.po @@ -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 diff --git a/languages/wpvdb-blocks.pot b/languages/wpvdb-blocks.pot index 6b43008..f4c5f12 100644 --- a/languages/wpvdb-blocks.pot +++ b/languages/wpvdb-blocks.pot @@ -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 diff --git a/package.json b/package.json index 4525764..0355ed1 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/wpvdb-blocks.php b/wpvdb-blocks.php index f6526f0..8747da1 100644 --- a/wpvdb-blocks.php +++ b/wpvdb-blocks.php @@ -1,7 +1,7 @@