Plugin Directory

Changeset 2794611


Ignore:
Timestamp:
10/05/2022 03:05:24 PM (3 years ago)
Author:
app360my
Message:

1.3.7
bugfix | fix single site on token generation

Location:
app360/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • app360/trunk/app360.php

    r2789255 r2794611  
    1111 * Plugin URI: https://www.app360.my/
    1212 * Description: App360 CRM allows the integration between WooCommerce and App360
    13  * Version: 1.3.6
     13 * Version: 1.3.7
    1414 * Author: App360
    1515 * License: GPLv2 or later
  • app360/trunk/readme.txt

    r2789255 r2794611  
    3939== Changelog ==
    4040
     41= 1.3.7 =
     42*Release Date - 10 October 2022
     43
     44* bugfix   | fix single site on token generation
     45
    4146= 1.3.6 =
    4247*Release Date - 23 September 2022*
     
    5863*Release Date - 09 September 2022*
    5964
    60 * bugifx  | fix bug change order status 'processing' to 'completed'
     65* bugfix  | fix bug change order status 'processing' to 'completed'
    6166
    6267= 1.3.2 =
  • app360/trunk/registration.php

    r2788067 r2794611  
    174174
    175175                $signature_plain = get_option('app360_api').'|';
    176                 $signature_plain .= date('Ymd').'|';
     176                $signature_plain .= date_format(date_create(NULL, timezone_open("Asia/Kuala_Lumpur")), 'Ymd').'|';
    177177                $signature_plain .= base64_encode($_POST['username'].':'.$_POST['password']).'|';
    178178
Note: See TracChangeset for help on using the changeset viewer.