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

Configure Feed

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

bump version

+3 -3
+1 -1
README.txt
··· 4 4 Requires at least: 6.7 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.4 7 - Stable tag: 1.1.0 7 + Stable tag: 1.2.0 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.1.0 7 + * Version: 1.2.0 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.1.0"); 45 + define("WIRESERVICE_VERSION", "1.2.0"); 46 46 47 47 // Plugin directory path. 48 48 define("WIRESERVICE_PLUGIN_DIR", plugin_dir_path(__FILE__));