mod_pubsub_post/README: Update references to trunk with release numbers
authorKim Alvefur <zash@zash.se>
Tue, 14 Jun 2022 19:08:57 +0200
changeset 4965 18774cc621d6
parent 4964 59bedf167910
child 4966 5a3031613dbc
mod_pubsub_post/README: Update references to trunk with release numbers
mod_pubsub_post/README.markdown
--- a/mod_pubsub_post/README.markdown	Mon Jun 13 14:25:39 2022 +0200
+++ b/mod_pubsub_post/README.markdown	Tue Jun 14 19:08:57 2022 +0200
@@ -92,10 +92,8 @@
 ### Setting up affiliations
 
 Prosodys PubSub module supports [setting affiliations via
-XMPP](https://xmpp.org/extensions/xep-0060.html#owner-affiliations), in
-trunk since [revision
-384ef9732b81](https://hg.prosody.im/trunk/rev/384ef9732b81), so
-affiliations can be configured with a capable client.
+XMPP](https://xmpp.org/extensions/xep-0060.html#owner-affiliations),
+since 0.11.0, so affiliations can be configured with a capable client.
 
 It can however be done from another plugin:
 
@@ -109,7 +107,7 @@
 
 ## Data mappings
 
-The datamapper library added in trunk allows posting JSON and having it
+The datamapper library added in 0.12.0 allows posting JSON and having it
 converted to XML based on a special JSON Schema.
 
 ``` json