You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Please test and report issues here.
17
17
Some of the included libraries have relatively recent dependency requirements so you will need the following in your WordPress platform:
18
18
* PHP 8.1+
19
19
* php-gmp module must be installed ([Installation on Ubuntu](https://computingforgeeks.com/how-to-install-php-on-ubuntu-linux-system/))
20
+
* php-bcmath module must be installed ([Installation on Ubuntu](https://www.itsolutionstuff.com/post/ubuntu-php-bcmath-extension-install-commands-exampleexample.html))
20
21
* WordPress 6.0+
21
22
* Writable uploads directory (on activation, the plugin writes a cryptographic keyfile to a storage directory)
echo'<p>The “' . esc_html($this->title) . '” plugin cannot run on PHP versions older than ' . $this->php . '. Please contact your host and ask them to upgrade.</p>';
Copy file name to clipboardExpand all lines: readme.txt
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Tags: social media, nostr
5
5
Requires at least: 6.0
6
6
Requires PHP: 8.1
7
7
Tested up to: 6.2.2
8
-
Stable tag: 0.7.0
8
+
Stable tag: 0.7.2
9
9
License: Unlicense
10
10
License URI: https://unlicense.org
11
11
@@ -30,6 +30,7 @@ Development is taking place on [github](https://github.com/pjv/nostrtium) and th
30
30
Some of the included libraries have relatively recent dependency requirements so you will need the following in your WordPress platform:
31
31
* PHP 8.1+
32
32
* php-gmp module must be installed ([Installation on Ubuntu](https://computingforgeeks.com/how-to-install-php-on-ubuntu-linux-system/))
33
+
* php-bcmath module must be installed ([Installation on Ubuntu](https://www.itsolutionstuff.com/post/ubuntu-php-bcmath-extension-install-commands-exampleexample.html))
33
34
* WordPress 6.0+
34
35
* Writable uploads directory (on activation, the plugin writes a cryptographic keyfile to a storage directory)
35
36
@@ -65,6 +66,10 @@ The manual installation method involves downloading the plugin and then uploadin
65
66
66
67
== Changelog ==
67
68
69
+
= 0.7.2 =
70
+
* Update requirements text and requirements check
71
+
* Fix missing variable declaration
72
+
68
73
= 0.7.1 =
69
74
* Auto-post only on first publication - not updates of old posts.
70
75
* Auto post only of type 'post' (currently not pages or custom post types).
0 commit comments