Plugin Directory

Changeset 2971630


Ignore:
Timestamp:
09/26/2023 06:13:19 AM (2 years ago)
Author:
likecoin
Message:
  • Version 3.1.3
Location:
likecoin
Files:
190 added
3 edited

Legend:

Unmodified
Added
Removed
  • likecoin/trunk/admin/metabox.php

    r2955414 r2971630  
    491491            )
    492492        );
    493         wp_enqueue_style( 'lc_js_metabox' );
     493        wp_enqueue_script( 'lc_js_metabox' );
    494494}
    495495
  • likecoin/trunk/likecoin.php

    r2955414 r2971630  
    1414 * Plugin URI:   https://github.com/likecoin/likecoin-wordpress
    1515 * Description:  Publishes your posts to the blockchain. Sell your posts, share your work, build community, preserve content.
    16  * Version:      3.1.2
     16 * Version:      3.1.3
    1717 * Author:       LikeCoin
    1818 * Author URI:   https://like.co/
     
    4242define( 'LC_PLUGIN_SLUG', 'likecoin' );
    4343define( 'LC_PLUGIN_NAME', 'Web3Press By LikeCoin' );
    44 define( 'LC_PLUGIN_VERSION', '3.1.2' );
     44define( 'LC_PLUGIN_VERSION', '3.1.3' );
    4545
    4646require_once dirname( __FILE__ ) . '/includes/constant/options.php';
  • likecoin/trunk/readme.txt

    r2955414 r2971630  
    77Tested up to: 6.2
    88Requires PHP: 5.4
    9 Stable tag: 3.1.2
     9Stable tag: 3.1.3
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    151151
    152152== Changelog ==
     153
     154= 3.1.3 =
     155
     156- Fix metabox js not enqueued properly
     157
    153158
    154159= 3.1.2 =
Note: See TracChangeset for help on using the changeset viewer.