Plugin Directory

Changeset 2777611


Ignore:
Timestamp:
08/30/2022 08:04:38 AM (4 years ago)
Author:
likecoin
Message:
  • Version 2.5.7
Location:
likecoin
Files:
149 added
3 edited

Legend:

Unmodified
Added
Removed
  • likecoin/trunk/admin/view/restful.php

    r2764876 r2777611  
    152152 * @param WP_REST_Request $request Full data about the request.
    153153 */
    154 function likecoin_login_to_matters( $request ) {
     154function likecoin_login_matters( $request ) {
    155155    $params               = $request->get_json_params();
    156156    $matters_id           = $params['mattersId'];
  • likecoin/trunk/likecoin.php

    r2764876 r2777611  
    1414 * Plugin URI:   https://github.com/likecoin/likecoin-wordpress
    1515 * Description:  Integrate your Liker ID, add LikeCoin Button and decentralized publishing to WordPress.
    16  * Version:      2.5.6
     16 * Version:      2.5.7
    1717 * Author:       LikeCoin
    1818 * Author URI:   https://like.co/
     
    4242define( 'LC_PLUGIN_SLUG', 'likecoin' );
    4343define( 'LC_PLUGIN_NAME', 'LikeCoin' );
    44 define( 'LC_PLUGIN_VERSION', '2.5.6' );
     44define( 'LC_PLUGIN_VERSION', '2.5.7' );
    4545
    4646require_once dirname( __FILE__ ) . '/includes/constant/options.php';
  • likecoin/trunk/readme.txt

    r2764876 r2777611  
    77Tested up to: 6.0
    88Requires PHP: 5.4
    9 Stable tag: 2.5.6
     9Stable tag: 2.5.7
    1010License: GPLv3
    1111License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    140140
    141141== Changelog ==
     142
     143= 2.5.7 =
     144
     145- Fix issue with login to matters
    142146
    143147= 2.5.6 =
Note: See TracChangeset for help on using the changeset viewer.