Skip to content

Commit

Permalink
🔖 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Oct 3, 2022
1 parent 9c4fe8a commit a611ecb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions likecoin/likecoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Plugin Name: LikeCoin
* Plugin URI: https://github.com/likecoin/likecoin-wordpress
* Description: Integrate your Liker ID, add LikeCoin Button and decentralized publishing to WordPress.
* Version: 2.6.2
* Version: 2.6.3
* Author: LikeCoin
* Author URI: https://like.co/
* License: GPLv3
Expand Down Expand Up @@ -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.6.0' );
define( 'LC_PLUGIN_VERSION', '2.6.3' );

require_once dirname( __FILE__ ) . '/includes/constant/options.php';
require_once dirname( __FILE__ ) . '/public/likecoin.php';
Expand Down
6 changes: 5 additions & 1 deletion likecoin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Donate link: https://github.com/sponsors/likecoin
Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 5.4
Stable tag: 2.6.2
Stable tag: 2.6.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -144,6 +144,10 @@ Creators can register content metadata to guarantee its integrity by acquiring a

== Changelog ==

= 2.6.3 =

- Improve feature image and general image upload reliablity when uploading to Arweave.

= 2.6.2 =

- Change LikeCoin button iframe size for NFT widget support
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "likecoin-wordpress",
"version": "2.6.2",
"version": "2.6.3",
"description": "",
"engines": {
"node": ">=14"
Expand Down

0 comments on commit a611ecb

Please sign in to comment.