Skip to content

Commit

Permalink
🔖 3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Mar 28, 2023
1 parent bc6490c commit f13d060
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions likecoin/assets/js/sidebar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php return array(
'dependencies' => array( 'react', 'wp-api-fetch', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-wordcount' ),
'version' => 'cdcb2fbacc74ecfac97e2a83ca81cecd',
'dependencies' => array( 'react', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-wordcount' ),
'version' => '206a6c9e61cdacf2942e23bfdeaa4eda',
);
2 changes: 1 addition & 1 deletion likecoin/assets/js/sidebar/index.js

Large diffs are not rendered by default.

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: 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.0.5
* Version: 3.0.6
* 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', 'Web3Press By LikeCoin' );
define( 'LC_PLUGIN_VERSION', '3.0.5' );
define( 'LC_PLUGIN_VERSION', '3.0.6' );

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.3
Tested up to: 6.1
Requires PHP: 5.4
Stable tag: 3.0.5
Stable tag: 3.0.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -150,6 +150,10 @@ The post author's account must be linked to a Liker ID for the LikeCoin button t

== Changelog ==

= 3.0.6 =

- Add widget settings in editor sidebar. Please allow per post widget settings in plugin advanced settings first.

= 3.0.5 =

- Fix too many tags error when submitting post to matters.
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": "3.0.5",
"version": "3.0.6",
"description": "",
"engines": {
"node": ">=14"
Expand Down

0 comments on commit f13d060

Please sign in to comment.