Sync your WordPress posts to standard.site records on your PDS
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

install plugins before sending to svn. 1.2.1

+11 -3
+8
.github/workflows/deploy.yml
··· 16 16 - name: Checkout 17 17 uses: actions/checkout@v4 18 18 19 + - name: Setup PHP 20 + uses: shivammathur/setup-php@v2 21 + with: 22 + php-version: '8.3' 23 + 24 + - name: Install Composer dependencies 25 + run: composer install --no-dev --optimize-autoloader --no-interaction 26 + 19 27 - name: Deploy to WordPress.org 20 28 id: wporg_deploy 21 29 uses: 10up/action-wordpress-plugin-deploy@stable
+1 -1
README.txt
··· 4 4 Requires at least: 6.4 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.3 7 - Stable tag: 1.2.0 7 + Stable tag: 1.2.1 8 8 License: AGPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/agpl-3.0.html 10 10
+2 -2
wireservice.php
··· 4 4 * Plugin Name: Wireservice 5 5 * Plugin URI: https://wordpress.wireservice.net 6 6 * Description: A WordPress plugin for publishing posts to the AT Protocol based on the standard.site lexicon. 7 - * Version: 1.2.0 7 + * Version: 1.2.1 8 8 * Author: Tyler Fisher 9 9 * Author URI: https://tylerjfisher.com 10 10 * License: AGPL-3.0+ ··· 42 42 } 43 43 44 44 // Plugin version. 45 - define("WIRESERVICE_VERSION", "1.2.0"); 45 + define("WIRESERVICE_VERSION", "1.2.1"); 46 46 47 47 // Plugin directory path. 48 48 define("WIRESERVICE_PLUGIN_DIR", plugin_dir_path(__FILE__));