···44Requires at least: 6.4
55Tested up to: 6.9
66Requires PHP: 8.3
77-Stable tag: 1.2.0
77+Stable tag: 1.2.1
88License: AGPLv3 or later
99License URI: https://www.gnu.org/licenses/agpl-3.0.html
1010
+2-2
wireservice.php
···44 * Plugin Name: Wireservice
55 * Plugin URI: https://wordpress.wireservice.net
66 * Description: A WordPress plugin for publishing posts to the AT Protocol based on the standard.site lexicon.
77- * Version: 1.2.0
77+ * Version: 1.2.1
88 * Author: Tyler Fisher
99 * Author URI: https://tylerjfisher.com
1010 * License: AGPL-3.0+
···4242}
43434444// Plugin version.
4545-define("WIRESERVICE_VERSION", "1.2.0");
4545+define("WIRESERVICE_VERSION", "1.2.1");
46464747// Plugin directory path.
4848define("WIRESERVICE_PLUGIN_DIR", plugin_dir_path(__FILE__));