Plugin Directory

Changeset 3194626


Ignore:
Timestamp:
11/22/2024 03:57:35 AM (16 months ago)
Author:
inspireui
Message:

version 4.16.0

Location:
mstore-api
Files:
490 added
2 edited

Legend:

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

    r3191936 r3194626  
    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.15.9
     6 * Version: 4.16.0
    77 * Author: FluxBuilder
    88 * Author URI: https://fluxbuilder.com
     
    5151include_once plugin_dir_path(__FILE__) . "controllers/helpers/firebase-phone-auth-helper.php";
    5252include_once plugin_dir_path(__FILE__) . "controllers/flutter-auction.php";
     53include_once plugin_dir_path(__FILE__) . "controllers/flutter-iyzico.php";
    5354
    5455if ( is_readable( __DIR__ . '/vendor/autoload.php' ) ) {
     
    5859class MstoreCheckOut
    5960{
    60     public $version = '4.15.9';
     61    public $version = '4.16.0';
    6162
    6263    public function __construct()
  • mstore-api/trunk/readme.txt

    r3191936 r3194626  
    44Requires at least: 4.4
    55Tested up to:      6.5.3
    6 Stable tag:        4.15.8
     6Stable tag:        4.16.0
    77License:           GPL-2.0
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51= 4.16.0 =
     52  * Support iyzico payment
     53
    5154= 4.15.9 =
    5255  * Fix edit order status for guest checkout
Note: See TracChangeset for help on using the changeset viewer.