Skip to content

Commit

Permalink
release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pjv committed Jun 22, 2023
1 parent 2c3d038 commit ed3843b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nostrtium.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Author URI: https://github.com/pjv
* Text Domain: nostrtium
* Domain Path: /languages
* Version: 0.7.3-beta.1
* Version: 0.7.3
* Requires at least 6.0
* Requires PHP 8.1
* License Unlicense
Expand All @@ -21,7 +21,7 @@
exit;
}

define('PJV_NOSTRTIUM_VERSION', '0.7.3-beta.1');
define('PJV_NOSTRTIUM_VERSION', '0.7.3');
define('PJV_NOSTRTIUM_DIR', plugin_dir_path(__FILE__));
define('PJV_NOSTRTIUM_DEFAULT_USER_ROLE', 'edit_posts');
define('PJV_NOSTRTIUM_STORAGE', wp_upload_dir()['basedir'] . '/nostrtium_' . md5(LOGGED_IN_SALT) . '/');
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: social media, nostr
Requires at least: 6.0
Requires PHP: 8.1
Tested up to: 6.2.2
Stable tag: 0.7.2
Stable tag: 0.7.3
License: Unlicense
License URI: https://unlicense.org

Expand Down Expand Up @@ -66,6 +66,9 @@ The manual installation method involves downloading the plugin and then uploadin

== Changelog ==

= 0.7.3 =
* Allow unenecrypted (ws://) relay URLs

= 0.7.2 =
* Update requirements text and requirements check
* Fix missing variable declaration
Expand Down

0 comments on commit ed3843b

Please sign in to comment.