The last RC version for 1.0 has been released, 1.0-rc9

This version is marked as the last Release Candidates version for 1.0.

Let\’s move on ^^

From now on I will be updating documents, preparing upgrade manuals and do some small small little things for a 1.0 release. If there are still any bugs found, we will fix them in 1.0, unless of course its a nasty one and need immediate action.

Continue reading “The last RC version for 1.0 has been released, 1.0-rc9”

playSMS version 1.0-rc8 is available

playSMS version 1.0-rc8 has been released. You can get it from our download page.

These are changes made into playSMS since last release up until 1.0-rc8:

  • add js window dialog supports provided by https://github.com/nakupanda/bootstrap3-dialog
  • action message (error_string) now in a window dialog
  • colorful window dialog depends on message type: info, danger, warning
  • add new plugin stoplist accessible by admin accounts, mobile numbers added to stoplist will be ignored when sending SMS to it or receiving SMS from it
  • fix #407 webservices query operation mobile number in place of email
  • fix #404 window dialog alerts when fail to send SMS due to insufficient fund
  • fix #401 send alerts (message to admins Inboxes) for new sender ID approval
  • fix #400 nexmo unicode messages delivery
  • fix #395 displayed gateway instead of SMSC on all sent messages report
  • fix #385 unable to send message through Clickatell when password containing & (&) chars
  • fix #394 cleanup firewall plugin
  • fix #393 remember last posted data, useful for re-entries due to missing/wrong submitted values
  • fix phonebook anyone with empty mobile may access shared phonebook
  • fix credit lowest limit notification
  • now when you type @username in compose message playSMS will only display usernames whose their mobile numbers already added in phonebook (previously anyone can type @username and got all usernames from auto complete input box)
  • added to site manager default credit upon registration, default language, enable logo
  • supports multiple themes layout on each themes (currently used for popup windows)
  • add _sendsms() for popup windows displaying compose message page without header and footer
  • update pChart lib version to 2.1.4 (http://www.pchart.net/download), btw looking at the license, this lib might be replaced on next release
  • PHP PEAR and PHP DB now loaded by composer, so no need to install it for playSMS

Discus it here.

Enjoy.

playSMS version 1.0-rc6 is now available

I know its too fast, rc5 just released a few days ago 🙂 But, this is an important release, so please update your recently updated playSMS installation.

Highlight in 1.0-rc6:

  • fix #363 if rate == credit balance then no charging and SMS sent
  • fix issue with enable credit unicode SMS as normal SMS
  • fix sendsms_throttle_isoverlimit() logic which previously prevented playSMS to send SMS
  • fix #NAME# template not changed or incorrectly resolved on message sent by SMS schedule plugin
  • add new language danish da_DK translation
  • add keyword separator option to replace the default space

Get it, see it demo live, discuss it in.. you know the drill ^^

anton

[SECURITY] playSMS 1.0-beta1

This version fix the CSRF exploit reported here:
http://www.exploit-db.com/exploits/30177/

Along with the fix there are also several bug fixes and enhancements.

Download playSMS version 1.0-beta1 here:
https://github.com/antonraharja/playSMS/releases/tag/1.0-beta1

Here are the complete change log for 1.0-beta1:

  • MAJOR: add core_call_hook(), utilizing debug_backtrace() to replace the way functions call hooking plugin\’s functions
  • MAJOR: user_incoming and all_incoming now only shows SMS with matched keyword, or handled SMS
  • MAJOR: fix #155 SECURITY HOLE, CSRF exploit
  • remove default timezone and language from database, tblUser
  • add an option to allow/disallow regular user access to sms_command
  • add dlr-storage=internal and mo-recode=true, and a few other changes in contrib/kannel/kannel.conf
  • add ta=SX webservices handler for retrieving sandbox messages
  • add DB DSN options
  • add new language Russian ru_RU (dvoryanchikov)
  • update catalan language ca_ES (aseques)
  • update inluded php-db to version 1.7.14
  • update to try to limit browser zoom, viewer should not be able to zoom/scale
  • use sendsms() and remove sendsms_bc() while sending SMS, the goal was to remove duplicated entries when user send to group and numbers that actually already included in group
  • fix #100 1 contact in multiple group, also major changes on the backend
  • fix #119 missing phonebook edit
  • fix #127 queuelog entries should be removable
  • fix #128 add webservices method ta=set_token to update webservices token
  • fix #129 remove smsc=default, kannel gateway, users might miss this when debugging
  • fix #137 add new admin menu, sandbox, since now all incoming sms and user incoming sms only shown handled SMS
  • fix #146 security fix: prevent use of special characters such as ; or / (dvoryanchikov)
  • fix #147 fixes in localization (dvoryanchikov)
  • fix #148 fix duplication of search results at send_sms page (dvoryanchikov)
  • fix #151 email field length in user_pref too short, and possibly in other places as well

Discuss this here.