Skip to content

Commit

Permalink
🔖 2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Dec 13, 2022
1 parent 1c80e00 commit 0e1ec62
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion likecoin/assets/js/admin-settings/index.asset.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php return array(
'dependencies' => array( 'lodash', 'react', 'wp-api-fetch', 'wp-data', 'wp-element', 'wp-i18n' ),
'version' => 'ff98e394dc35fab9920eff2928e1ac0b',
'version' => '58c918942dda0f4ae19ab878ec0f8eb6',
);
2 changes: 1 addition & 1 deletion likecoin/assets/js/admin-settings/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: LikeCoin
* Plugin URI: https://github.com/likecoin/likecoin-wordpress
* Description: Integrate your Liker ID, add LikeCoin Button and decentralized publishing to WordPress.
* Version: 2.8.1
* Version: 2.8.2
* 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.8.1' );
define( 'LC_PLUGIN_VERSION', '2.8.2' );

require_once dirname( __FILE__ ) . '/includes/constant/options.php';
require_once dirname( __FILE__ ) . '/public/likecoin.php';
Expand Down
6 changes: 6 additions & 0 deletions likecoin/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ Creators can register content metadata to guarantee its integrity by acquiring a

== Changelog ==

= 2.8.2 =

- Add auto publish to Internet Archive
- Simplify publish setting page


= 2.8.1 =

- Fix LikeCoin button not shown when option is set to post only.
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.8.1",
"version": "2.8.2",
"description": "",
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 0e1ec62

Please sign in to comment.