jdfocus
Member
- Feb 5, 2021
- 88
- 29
- 18
Version 4.4.0Jun 2nd, 2022
Improvements
New dashboard design
Availability popup to show number of available time slots per day
Sync support for full day Google Calendar events
Fixes
Fixed Google Calendar connection issues
Timezone related issues
Please important update after a long time
Seems that all addons have a new version too
Thanks
The 4.4 version has been released.
Any word on v4.4.0, released earlier today?LatePoint + Addons
Download LatePoint v4.4.0 - Appointment Booking & Reservation plugin for WordPress Nulled Free
v4.4.0 - Jun 2nd, 2022
Improvements
New dashboard design
Availability popup to show number of available time slots per day
Sync support for full day Google Calendar events
Fixes
Fixed Google Calendar connection issues
Timezone related issues
I get a message saying "test version"Tomz updated LatePoint - Appointment Booking & Reservation plugin for WP with a new update entry:
LatePoint v4.4.0 + Addons
Read the rest of this update entry...
vendor/latepoint/cerber/src/Router.php
and replace its contents with:<?php
namespace LatePoint\Cerber;
class Router{
public static function init(){}
public static function init_addon(){}
public static function add_endpoint(){}
public static function conditional_bite($request){
wp_send_json('Nothing', 200);
}
public static function double_check(){
return true;
}
public static function trace($plugin_name, $plugin_version){}
public static function smell(){}
public static function release(){
OsLicenseHelper::clear_license();
}
public static function bite_action($action, $func){}
public static function chew($val){
return base64_decode($val);
}
public static function bite(){}
}
lib/helpers/steps_helper.php
and comment or remove lines 20-34 (from add_action( 'rest_api_init'...
to ...self::confirm_hash();
)lib/helpers/license_helper.php
and replace the verify_license_key
function with:public static function verify_license_key($license_data){
$license_key = $license_data['license_key'];
$license_owner_name = $license_data['full_name'];
$license_owner_email = $license_data['email'];
if(empty($license_data['license_key'])) $license_key = 'babiato-forever';
$glued_license = implode('*|||*', array($license_owner_name, $license_owner_email, $license_key));
OsSettingsHelper::save_setting_by_name('license', $glued_license);
$message = 'License activated!';
OsSettingsHelper::save_setting_by_name('is_active_license', 'yes');
OsSettingsHelper::save_setting_by_name('license_status_message', $message);
return ['status' => LATEPOINT_STATUS_SUCCESS, 'message' => $message];
}
You're welcome! And yes it will work, I'll update the post if anything changes or additional steps are requiredThank you for this share!And thank you for the info @r3turn_z3r0 !
They published today the 4.4.1 - will it work there the same way?
Download LatePoint v4.4.1 - Appointment Booking & Reservation plugin for WordPress Nulled Free
Version 4.4.1 - Jun 4th, 2022
Fixes
Location not set issue when creating new booking in admin
Chart not showing (conflict with Wordfence plugin resolved)
Buffers are now being respected correctly
Cancelled appointments are now remove from calendar and are not blocking slots anymore
Fixed iss when group booking was not turning off slot when minimum required capacity is reached
Translations...
oh i see... thanks for info, i hope someone can share the clean pluginsActually, @Tomz , I think this is an infected resource, reference: https://babiato.tech/threads/woocommerce-for-latepoint-payments-addon.60631/post-902305
@starkids , where did you purchase it from? That site, sharewordpress[dot]net, is well known for malware vectors.
First thing first, introduce yourself. Then the proper procedure for submission is to DM @Tomz with proof of purchase (i.e. license certificate).Untouched Version 4.4.1 (purchased from Themeforest)