From b61b4fe1f96fb10b29e550650487ec4b8277b1b0 Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 14 Feb 2023 17:31:18 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=203.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- likecoin/likecoin.php | 4 ++-- likecoin/readme.txt | 6 +++++- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/likecoin/likecoin.php b/likecoin/likecoin.php index a3f12bd2..7c8aa6b2 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: 2.8.5 + * Version: 3.0.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', '2.8.5' ); +define( 'LC_PLUGIN_VERSION', '3.0.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 f77d273a..69718b0e 100644 --- a/likecoin/readme.txt +++ b/likecoin/readme.txt @@ -6,7 +6,7 @@ Donate link: https://github.com/sponsors/likecoin Requires at least: 5.3 Tested up to: 6.1 Requires PHP: 5.4 -Stable tag: 2.8.5 +Stable tag: 3.0.0 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -150,6 +150,10 @@ The post author's account must be linked to a Liker ID for the LikeCoin button t == Changelog == += 3.0.0 = + +- Web3Press is now the new name for LikeCoin WordPress Plugin + = 2.8.5 = - Fix a case where published post cannot be updated when auto publish to Matters.news is enabled diff --git a/package-lock.json b/package-lock.json index 99b309ea..77d5b79c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "likecoin-wordpress", - "version": "2.8.5", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5920d2f4..8723a2a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "likecoin-wordpress", - "version": "2.8.5", + "version": "3.0.0", "description": "", "engines": { "node": ">=14"