diff --git a/likecoin/likecoin.php b/likecoin/likecoin.php index 11e53541..d0da0126 100644 --- a/likecoin/likecoin.php +++ b/likecoin/likecoin.php @@ -13,7 +13,7 @@ * Plugin Name: LikeCoin * Plugin URI: https://github.com/likecoin/likecoin-wordpress * Description: Integrate your Liker ID, Writing NFT and decentralized publishing to WordPress. - * Version: 2.8.4 + * Version: 2.8.5 * 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', 'LikeCoin' ); -define( 'LC_PLUGIN_VERSION', '2.8.4' ); +define( 'LC_PLUGIN_VERSION', '2.8.5' ); 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 16462d77..7f9b7a59 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.4 +Stable tag: 2.8.5 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -145,6 +145,13 @@ Creators can register content metadata to guarantee its integrity by acquiring a == Changelog == += 2.8.5 = + +- Fix a case where published post cannot be updated when auto publish to Matters.news is enabled +- Fix an issue where ISCN ID is not updated after published +- Support updating NFT Class ID in ISCN publish flow +- Update query string format in app.like.co NFT portal + = 2.8.4 = - Fix broken action links in plugins page diff --git a/package-lock.json b/package-lock.json index c5edc57a..99b309ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "likecoin-wordpress", - "version": "2.8.4", + "version": "2.8.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab501d52..5920d2f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "likecoin-wordpress", - "version": "2.8.4", + "version": "2.8.5", "description": "", "engines": { "node": ">=14"