Releases: TakNone/LiveProto
Release list
Stable
🎊 LiveProto V1.0.3
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v1.0.2...v1.0.3
Alpha
🎊 LiveProto V1.0.2
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.24...v1.0.2
Stable
🎊 LiveProto V0.0.24
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.23...v0.0.24
Stable
🎊 LiveProto V0.0.23
- Fixed Business Bot Callback Query
- Set Fake Tls EOF
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.20...v0.0.23
Stable
🎊 LiveProto V0.0.22
- Fixed Short Updates entity
- Fixed Downloading & Uploading
- FIxed DB
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.19...v0.0.22
Stable
🎊 LiveProto V0.0.21
- Fixed Short Updates entity
- Fixed Downloading & Uploading
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.19...v0.0.21
Beta
🎊 LiveProto V0.0.20
- Fixed DC
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.18...v0.0.20
Stable
🎊 LiveProto V0.0.17
-
Add support multi connection for uploading
-
Add some custom methods
-
Optimizing memory ( RAM ) usage
-
Add auto cache of peers
-
Fix business connection
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.15...v0.0.17
Stable
🎊 LiveProto V0.0.15
-
Add support TLS fake handshake for MTProxy
-
Add some custom methods
-
Optimizing memory ( RAM ) usage
-
Add support socks4 proxy with TLS for all proxies
Install via Composer :
composer require taknone/liveprotoInstall via Phar :
if(file_exists('liveproto.php') === false){
copy('https://installer.liveproto.dev/liveproto.php','liveproto.php');
}
require_once 'liveproto.php';Documentation : https://docs.liveproto.dev
Full Changelog : v0.0.14...v0.0.15