Plugin Directory

Changeset 1336974


Ignore:
Timestamp:
01/27/2016 09:40:29 AM (10 years ago)
Author:
smsapi
Message:

Fix sms shipping to all

Location:
newsletter-sms-smsapi/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • newsletter-sms-smsapi/trunk/classes/SmsapiClient.php

    r1235339 r1336974  
    103103
    104104        $settingsClient = get_option('smsapi_client');
     105
    105106        $defaultSendername = array_safe_get($settingsClient, 'api_sendername');
    106107
     
    111112        }
    112113
    113         $subscriptionSettings = get_option('smsapi_subscription');
    114         $groupId = array_safe_get($subscriptionSettings, 'phonebook_group');
     114        $groupId = array_safe_get($settingsClient, 'phonebook_group');
    115115
    116116        $group = $this->getGroup($groupId);
  • newsletter-sms-smsapi/trunk/readme.txt

    r1318520 r1336974  
    44Requires at least: 4.2.3
    55Tested up to: 4.3
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.5
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8282== Changelog ==
    8383
     84= 1.5.5 =
     85* Fix sms shipping for all recipients
     86
    8487= 1.5.3 =
    8588* Update link in description
  • newsletter-sms-smsapi/trunk/smsapi.php

    r1318520 r1336974  
    44Plugin Name: Newsletter SMS - SMSAPI
    55Description: Plugin which allows you to create Newsletter which will collect clients phone numbers and allow you to send SMS messages to them. Database is synchronized with SMSAPI account so messages can be sent from SMSAPI panel as well.,
    6 Version: 1.5.4
     6Version: 1.5.5
    77Author: SMSAPI
    88Author URI: http://smsapi.com/
Note: See TracChangeset for help on using the changeset viewer.