Skip to content

Commit ee641c5

Browse files
authored
Add files via upload
1 parent dacfd59 commit ee641c5

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

peace-protocol.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
* Plugin Name: Peace Protocol
44
* Plugin URI: https://wilcosky.com/peace-protocol
55
* Description: A decentralized way for WordPress admins to share peace, respect, and follow each other with cryptographic handshakes.
6-
* Version: 1.2.7
6+
* Version: 1.2.8
77
* Requires at least: 6.0
8-
* Tested up to: 6.8.2
8+
* Tested up to: 6.9
99
* Requires PHP: 7.4
1010
* Author: Billy Wilcosky
1111
* Author URI: https://wilcosky.com
@@ -17,7 +17,7 @@
1717

1818
defined('ABSPATH') || exit;
1919

20-
define('PEACEPROTOCOL_VERSION', '1.2.7');
20+
define('PEACEPROTOCOL_VERSION', '1.2.8');
2121
define('PEACEPROTOCOL_DIR', plugin_dir_path(__FILE__));
2222
define('PEACEPROTOCOL_URL', plugin_dir_url(__FILE__));
2323

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: wilcosky
33
Tags: federation, peace, decentralized, security, cryptographic
44
Requires at least: 6.0
5-
Tested up to: 6.8
5+
Tested up to: 6.9
66
Requires PHP: 7.4
77
Stable tag: 1.2.7
88
License: GPLv2 or later
@@ -209,6 +209,9 @@ The plugin includes a comprehensive user banning system. You can ban users with
209209

210210
== Changelog ==
211211

212+
= 1.2.8 =
213+
* Compatible with WordPress 6.9
214+
212215
= 1.2.7 =
213216
* **Bug Fix**: Fixed REST API federated site identity issue where peace messages showed incorrect sending site
214217
* **REST API Enhancement**: Added missing from_site parameter to REST API calls for proper federated site attribution

0 commit comments

Comments
 (0)