From bebb354b44d120a49d786031466193048a5b34d8 Mon Sep 17 00:00:00 2001 From: William Chong Date: Wed, 10 Jan 2024 03:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- likecoin/likecoin.php | 4 ++-- likecoin/readme.txt | 8 ++++++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/likecoin/likecoin.php b/likecoin/likecoin.php index 65e5dd38..f6952c5f 100644 --- a/likecoin/likecoin.php +++ b/likecoin/likecoin.php @@ -13,7 +13,7 @@ * Plugin Name: Web3Press by LikeCoin * Plugin URI: https://github.com/likecoin/likecoin-wordpress * Description: Publishes your posts to the blockchain. Sell your posts, share your work, build community, preserve content. - * Version: 3.1.3 + * Version: 3.2.0 * Author: LikeCoin * Author URI: https://like.co/ * License: GPLv3 @@ -41,7 +41,7 @@ define( 'LC_DIR', plugin_dir_path( __FILE__ ) ); define( 'LC_PLUGIN_SLUG', 'likecoin' ); define( 'LC_PLUGIN_NAME', 'Web3Press By LikeCoin' ); -define( 'LC_PLUGIN_VERSION', '3.1.3' ); +define( 'LC_PLUGIN_VERSION', '3.2.0' ); require_once dirname( __FILE__ ) . '/includes/constant/options.php'; require_once dirname( __FILE__ ) . '/public/likecoin.php'; diff --git a/likecoin/readme.txt b/likecoin/readme.txt index d3779c77..4b24513c 100644 --- a/likecoin/readme.txt +++ b/likecoin/readme.txt @@ -4,9 +4,9 @@ Contributors: likecoin,williamchong007,ckxpress Tags: web3, NFT, depub, LikeCoin, blockchain, publishing, decentralized Donate link: https://github.com/sponsors/likecoin Requires at least: 5.3 -Tested up to: 6.2 +Tested up to: 6.4 Requires PHP: 5.4 -Stable tag: 3.1.3 +Stable tag: 3.2.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -151,6 +151,10 @@ The post author's account must be linked to a Liker ID for the LikeCoin button t == Changelog == += 3.2.0 = + +- Show widget from [likecoin] shortcode even if widget display is disabled + = 3.1.3 = - Fix metabox js not enqueued properly diff --git a/package-lock.json b/package-lock.json index 09485cc7..8c7e103c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "likecoin-wordpress", - "version": "3.1.3", + "version": "3.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4f8650d..60f0f0c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "likecoin-wordpress", - "version": "3.1.3", + "version": "3.2.0", "description": "", "engines": { "node": ">=14"