This repository was archived by the owner on Mar 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,19 @@ You can find more informations about Salmon here: http://www.salmon-protocol.org
17
17
18
18
This plugin requires:
19
19
20
- * the ` host-meta ` -plugin: https://wordpress.org/plugins/host-meta/
21
- * the ` webfinger ` -plugin: https://wordpress.org/plugins/webfinger/
20
+ * the ` host-meta ` -plugin: < https://wordpress.org/plugins/host-meta/ >
21
+ * the ` webfinger ` -plugin: < https://wordpress.org/plugins/webfinger/ >
22
22
23
23
more doku soon!
24
24
25
25
## Changelog ##
26
26
27
+ ### 0.9.0 ###
28
+
29
+ * general refactoring
30
+ * refactored the code to use openssl instead of custom PHP code
31
+ * simpler avatar code
32
+
27
33
### 0.5 ###
28
34
29
35
* version problems
Original file line number Diff line number Diff line change 4
4
msgstr ""
5
5
"Project-Id-Version : Salmon 0.9.0\n "
6
6
"Report-Msgid-Bugs-To : https://wordpress.org/support/plugin/salmon\n "
7
- "POT-Creation-Date : 2018-02-01 22:13:20 +00:00\n "
7
+ "POT-Creation-Date : 2018-02-01 22:26:09 +00:00\n "
8
8
"MIME-Version : 1.0\n "
9
9
"Content-Type : text/plain; charset=utf-8\n "
10
10
"Content-Transfer-Encoding : 8bit\n "
Original file line number Diff line number Diff line change @@ -17,13 +17,19 @@ You can find more informations about Salmon here: http://www.salmon-protocol.org
17
17
18
18
This plugin requires:
19
19
20
- * the `host-meta`-plugin: https://wordpress.org/plugins/host-meta/
21
- * the `webfinger`-plugin: https://wordpress.org/plugins/webfinger/
20
+ * the `host-meta`-plugin: < https://wordpress.org/plugins/host-meta/>
21
+ * the `webfinger`-plugin: < https://wordpress.org/plugins/webfinger/>
22
22
23
23
more doku soon!
24
24
25
25
== Changelog ==
26
26
27
+ = 0.9.0 =
28
+
29
+ * general refactoring
30
+ * refactored the code to use openssl instead of custom PHP code
31
+ * simpler avatar code
32
+
27
33
= 0.5 =
28
34
29
35
* version problems
You can’t perform that action at this time.
0 commit comments