Plugin Directory

Changeset 3089934


Ignore:
Timestamp:
05/21/2024 07:10:37 AM (23 months ago)
Author:
inspireui
Message:

version 4.14.2

Location:
mstore-api
Files:
486 added
3 edited

Legend:

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

    r3089753 r3089934  
    132132}
    133133
    134 function _pushNotification($user_id, $title, $message, $meta_key, ){
     134function _pushNotification($user_id, $title, $message, $meta_key){
    135135    if (is_plugin_active('onesignal-free-web-push-notifications/onesignal.php')) {
    136136        _pushNotificationOneSignal($title,$message, $user_id);
  • mstore-api/trunk/mstore-api.php

    r3089753 r3089934  
    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.1
     6 * Version: 4.14.2
    77 * Author: FluxBuilder
    88 * Author URI: https://fluxbuilder.com
     
    5656class MstoreCheckOut
    5757{
    58     public $version = '4.14.1';
     58    public $version = '4.14.2';
    5959
    6060    public function __construct()
  • mstore-api/trunk/readme.txt

    r3089753 r3089934  
    44Requires at least: 4.4
    55Tested up to:      6.5.3
    6 Stable tag:        4.14.1
     6Stable tag:        4.14.2
    77License:           GPL-2.0
    88License URI:       https://www.gnu.org/licenses/gpl-2.0.html
     
    4949
    5050== Changelog ==
     51= 4.14.2 =
     52  * Fix syntax error
     53
    5154= 4.14.1 =
    5255  * Support to push notification to delivery boy when order is assigned
Note: See TracChangeset for help on using the changeset viewer.