Plugin Directory

Changeset 2623776


Ignore:
Timestamp:
11/03/2021 07:51:13 AM (4 years ago)
Author:
grilabs
Message:

NetGSM operatörü için iyileştirmeler sağlandı

Location:
wp-sms-functions/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-sms-functions/trunk/inc/providers/Netgsm_Provider.php

    r2320295 r2623776  
    1313
    1414class Netgsm_Provider extends ProviderBase {
     15
     16    const DEALER_CODE = 'F1BFC74A';
    1517
    1618    public function __construct() {
     
    145147            'gsmno'     => $receiver,
    146148            'message'   => $message,
    147             'msgheader' => $options['netgsm_msg_header']
     149            'msgheader' => $options['netgsm_msg_header'],
     150            'bayikodu' => self::DEALER_CODE
    148151        );
    149152
     
    178181                'startdate' => '',
    179182                'stopdate'  => '',
    180                 'encoding'  => 'TR'
     183                'encoding'  => 'TR',
     184                'bayikodu' => self::DEALER_CODE
    181185            );
    182186            $response = $client->smsGonder1NV2( $params );
  • wp-sms-functions/trunk/readme.txt

    r2585965 r2623776  
    4646== Changelog ==
    4747
     48= 1.2.3 =
     49* Improvements for NetGSM operator.
     50
    4851= 1.2.2 =
    4952* Added new provider: BatmanTopluSMS
  • wp-sms-functions/trunk/wp-sms-functions.php

    r2572087 r2623776  
    66 * Author URI: https://www.gri.net
    77 * Text Domain: wp-sms-functions
    8  * Version: 1.2.2
     8 * Version: 1.2.3
    99 * Domain Path: /lang
    1010 * Requires at least: 4.9
Note: See TracChangeset for help on using the changeset viewer.