Plugin Directory

Changeset 3338834


Ignore:
Timestamp:
08/04/2025 09:17:30 AM (8 months ago)
Author:
inspireui
Message:

version 4.18.1

Location:
mstore-api
Files:
497 added
2 edited

Legend:

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

    r3333934 r3338834  
    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.18.0
     6 * Version: 4.18.1
    77 * Author: FluxBuilder
    88 * Author URI: https://fluxbuilder.com
     
    5656include_once plugin_dir_path(__FILE__) . "controllers/flutter-smart-cod.php";
    5757include_once plugin_dir_path(__FILE__) . "controllers/flutter-discount-rules.php";
     58include_once plugin_dir_path(__FILE__) . "controllers/flutter-checkout.php";
    5859
    5960if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
     
    6364class MstoreCheckOut
    6465{
    65     public $version = '4.18.0';
     66    public $version = '4.18.1';
    6667
    6768    public function __construct()
  • mstore-api/trunk/readme.txt

    r3333934 r3338834  
    44Requires at least: 4.4
    55Tested up to:      6.8.1
    6 Stable tag:        4.18.0
     6Stable tag:        4.18.1
    77License:           GPL-2.0
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51= 4.18.1 =
     52  * Support checkout fields manager
     53
    5154= 4.18.0 =
    5255  * Response is_including_tax for shipping methods
Note: See TracChangeset for help on using the changeset viewer.