Changeset 2794611
- Timestamp:
- 10/05/2022 03:05:24 PM (3 years ago)
- Location:
- app360/trunk
- Files:
-
- 3 edited
-
app360.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
registration.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
app360/trunk/app360.php
r2789255 r2794611 11 11 * Plugin URI: https://www.app360.my/ 12 12 * Description: App360 CRM allows the integration between WooCommerce and App360 13 * Version: 1.3. 613 * Version: 1.3.7 14 14 * Author: App360 15 15 * License: GPLv2 or later -
app360/trunk/readme.txt
r2789255 r2794611 39 39 == Changelog == 40 40 41 = 1.3.7 = 42 *Release Date - 10 October 2022 43 44 * bugfix | fix single site on token generation 45 41 46 = 1.3.6 = 42 47 *Release Date - 23 September 2022* … … 58 63 *Release Date - 09 September 2022* 59 64 60 * bug ifx | fix bug change order status 'processing' to 'completed'65 * bugfix | fix bug change order status 'processing' to 'completed' 61 66 62 67 = 1.3.2 = -
app360/trunk/registration.php
r2788067 r2794611 174 174 175 175 $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').'|'; 177 177 $signature_plain .= base64_encode($_POST['username'].':'.$_POST['password']).'|'; 178 178
Note: See TracChangeset
for help on using the changeset viewer.