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
62 changes: 31 additions & 31 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,37 +75,37 @@ jobs:
name: npm-tarball
path: claudaborative-editing-*.tgz

# wporg-deploy:
# name: Deploy to WordPress.org
# runs-on: ubuntu-latest
# needs: [publish]

# steps:
# - uses: actions/checkout@v6

# - uses: actions/setup-node@v6
# with:
# node-version: 24
# cache: npm
# cache-dependency-path: wordpress-plugin/package-lock.json

# - name: Install npm dependencies
# run: npm ci
# working-directory: wordpress-plugin

# - name: Build
# run: npm run build
# working-directory: wordpress-plugin

# - name: Deploy to WordPress.org
# uses: 10up/action-wordpress-plugin-deploy@stable
# env:
# SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
# SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
# with:
# BUILD_DIR: wordpress-plugin
# ASSETS_DIR: wordpress-plugin/.wordpress-org
# SLUG: claudaborative-editing
wporg-deploy:
if: github.ref_type == 'tag'
name: Deploy to WordPress.org
Comment thread
pento marked this conversation as resolved.
runs-on: ubuntu-latest
needs: [publish]

steps:
- uses: actions/checkout@v6

- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
cache-dependency-path: wordpress-plugin/package-lock.json

- name: Install npm dependencies
run: npm ci
working-directory: wordpress-plugin

- name: Build
run: npm run build
working-directory: wordpress-plugin

- name: Deploy to WordPress.org
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
BUILD_DIR: wordpress-plugin
ASSETS_DIR: wordpress-plugin/.wordpress-org
SLUG: claudaborative-editing

plugin-release:
if: github.ref_type == 'tag'
Expand Down
Binary file added wordpress-plugin/.wordpress-org/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wordpress-plugin/.wordpress-org/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wordpress-plugin/.wordpress-org/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wordpress-plugin/.wordpress-org/screenshot-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions wordpress-plugin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,10 @@ Then start Claude Code with channels enabled:

== Screenshots ==

1. The toolbar dropdown menu with AI actions (Proofread, Review) in the block editor.
2. The connection status indicator in the editor footer bar.
3. Notes integration in the collaboration sidebar with per-note action buttons.
1. The Compose panel, a two-way conversation sidebar for planning and outlining a post.
2. The block toolbar dropdown with AI actions: Proofread, Review, Translate, and Edit.
3. Notes integration in the collaboration sidebar, with per-note action buttons and an address-all-notes control.
4. The pre-publish checks panel, with AI-suggested excerpt, categories, tags, and slug.

== Development ==

Expand Down
Loading