Note: Since the latest WhatsApp update by WhatsApp, message buttons and button templates are temporarily only supported on IOS devices and WhatsApp web.
Update Log :
Changes in type in media messages, there are only 4 types, namely image, document (all files), audio and video
Support caption/message on all media types
Fixed thumbnail in video messages
Fixed list message, support is back on all devices
Fix message preview & poll message
To update, to make it simpler, please replace the following folder, but before replacing, first deactivate the js node...
app/Http (folder)
app/Services (folder)
resources/views (folder)
public/images/video-cover.png (add)
config/lfm.php (file)
server/ ( folder)
package.json (file)
composer.json (file)
node_modules (or you can do npm install if your server supports terminal_
After everything has been replaced...restart node js...
Zip password:
View hidden content is available for registered users!
To update, to make it simpler, please replace the following folder, but before replacing, first deactivate the js node...
app/Http (folder)
resources/views (folder)
routes/web.php (file)
server/ (folder)
config/database.php (file)
database/migrations/* (folder)
server.js (file)
package.json (file)
composer.json (file)
and run the following two sql to change some columns to utf8mb4
SQL:
-- Convert 'autoreplies' table
ALTER TABLE autoreplies
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'blasts' table
ALTER TABLE blasts
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'campaigns' table
ALTER TABLE campaigns
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'contacts' table
ALTER TABLE contacts
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'devices' table
ALTER TABLE devices
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'message_histories' table
ALTER TABLE message_histories
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'migrations' table
ALTER TABLE migrations
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'tags' table
ALTER TABLE tags
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
-- Convert 'users' table
ALTER TABLE users
CONVERT TO CHARACTER SET utf8mb4
COLLATE utf8mb4_unicode_ci;
Zip password:
View hidden content is available for registered users!
Note: Since the latest update by WhatsApp, features like buttons, lists, and certain message types are currently only supported on iOS devices and WhatsApp Web.
Please note: You are required to update to the latest version in order to continue using the WhatsApp Gateway. This update is crucial as it involves changes to the core library, where the old library has been deprecated.
Update Log:
Updated main dependencies to the latest version.
Added Polling Message feature in the API and Test Message.
Fixed Preview URL in messages.
Resolved audio message issues.
Improved auto-reconnect speed.
Added sender parameter in webhook groups.
And more.
Please replace the folders/files listed below for the update. (The latest files can be downloaded from the purchase page at m-pedia.co.id)
Change logs:
-- Connection -> Save connections and sessions to cache so that sending and receiving messages is faster.
-- Auto Response -> Added filter auto response from Group, personal or both.
-- Adding keyword types (response if the keywords match, or some contain keywords)
-- call the sender's whatsapp name in auto response using {name} Campaign / Blast
-- Change Logic, more stable
-- Added Pause and Resume feature of blast message
-- Delay (avoid getting banned)
-- FIRE -> Added get method in API, Can send message with url like https://yourdomain.com/send-message?api_key=xxx&number=xxx&message=xxx
-- Cronjob -> Change the auto connection to be more structural,, (does not disturb the blast message)
-- Fix -> Message templates (Android) And others.
Zip Password: Don't share password to anyone if they are eligible then they will see password.
View hidden content is available for registered users!
Change logs: - Update the library to the latest 4.4.0 version
- fix automatic connection via cronjob
- Fix button, list message (following whatsapp updates)
Zip Password: Don't share password to anyone if they are eligible then they will see password.
View hidden content is available for registered users!
Change logs:
- Update core (Library to version 4.3.0)
- Fix connection bug, Faster and stable
- (Add Features) Manage User
- (Add Features) Set Subscription & Maximum number of devices per User
- (Added feature)Auto reply button (custom number of buttons) + Supports Image
- (Added Features) Auto reply Templates (Custom number of templates) +Supports Images
- (Add Feature) Auto Reply List Menu (custom number of menus)
- Changed the Blast Message feature into a Campaign along with tracking blast messages
- (Add Features) Blast Button, templates, custom menu lists + supports images
- (Add Feature) API message buttons, templates and lists support images,
- (Add Feature) API Generate QR code.
Zip Password: Don't share password to anyone if they are eligible then they will see password.
View hidden content is available for registered users!
Change logs:
-Fix same keywords for all senders
-Update core ,library @adiwajshing to 4.2.0
- Fix send group
-auto update whatsapp version
-change type session
-add ImageBaseUrl in webhook