Skip to content

Commit 76fb60f

Browse files
committed
🔖 3.3.0
1 parent cd5cef9 commit 76fb60f

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

likecoin/likecoin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin Name: Web3Press by LikeCoin
1414
* Plugin URI: https://github.com/likecoin/likecoin-wordpress
1515
* Description: Publishes your posts to the blockchain. Sell your posts, share your work, build community, preserve content.
16-
* Version: 3.2.0
16+
* Version: 3.3.0
1717
* Author: LikeCoin
1818
* Author URI: https://like.co/
1919
* License: GPLv3
@@ -41,7 +41,7 @@
4141
define( 'LC_DIR', plugin_dir_path( __FILE__ ) );
4242
define( 'LC_PLUGIN_SLUG', 'likecoin' );
4343
define( 'LC_PLUGIN_NAME', 'Web3Press By LikeCoin' );
44-
define( 'LC_PLUGIN_VERSION', '3.2.0' );
44+
define( 'LC_PLUGIN_VERSION', '3.3.0' );
4545

4646
require_once dirname( __FILE__ ) . '/includes/constant/options.php';
4747
require_once dirname( __FILE__ ) . '/public/likecoin.php';

likecoin/readme.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ The post author's account must be linked to a Liker ID for the LikeCoin button t
151151

152152
== Changelog ==
153153

154+
= 3.3.0 =
155+
156+
- Remove matters integration. We will develop new features with matters after LikeCoin is migrated to EVM chain.
157+
- Fix a security vulnerability that might allow contributors to access arbitrary file on host. Now only images under the WordPress upload directory will be processed and uploaded to Arweave when the post is published on decentralized storage.
158+
154159
= 3.2.0 =
155160

156161
- Show widget from [likecoin] shortcode even if widget display is disabled

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "likecoin-wordpress",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "",
55
"engines": {
66
"node": ">=14"

0 commit comments

Comments
 (0)