Plugin Directory

Changeset 3106341


Ignore:
Timestamp:
06/23/2024 11:18:51 PM (21 months ago)
Author:
inspireui
Message:

version 4.14.6

Location:
mstore-api
Files:
486 added
3 edited

Legend:

Unmodified
Added
Removed
  • mstore-api/trunk/functions/index.php

    r3106210 r3106341  
    425425
    426426        $response->data['meta_data'] = $meta_data;
    427 
    428         return $response;
    429     }
     427    }
     428    return $response;
    430429}
    431430
  • mstore-api/trunk/mstore-api.php

    r3106210 r3106341  
    44 * Plugin URI: https://github.com/inspireui/mstore-api
    55 * Description: The MStore API Plugin which is used for the FluxBuilder and FluxStore Mobile App
    6  * Version: 4.14.5
     6 * Version: 4.14.6
    77 * Author: FluxBuilder
    88 * Author URI: https://fluxbuilder.com
     
    5656class MstoreCheckOut
    5757{
    58     public $version = '4.14.5';
     58    public $version = '4.14.6';
    5959
    6060    public function __construct()
  • mstore-api/trunk/readme.txt

    r3106210 r3106341  
    44Requires at least: 4.4
    55Tested up to:      6.5.3
    6 Stable tag:        4.14.5
     6Stable tag:        4.14.6
    77License:           GPL-2.0
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51= 4.14.6 =
     52  * Fix crash products api
     53
    5154= 4.14.5 =
    5255  * Support YITH WooCommerce Badge Management Premium plugin
Note: See TracChangeset for help on using the changeset viewer.