Plugin Directory

Changeset 2336719


Ignore:
Timestamp:
07/07/2020 01:40:21 PM (6 years ago)
Author:
targetsms
Message:

update plugin v 1.0.31

Location:
aomailer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aomailer/trunk/aomailer_plugin.php

    r2244374 r2336719  
    44Plugin URI: https://targetsms.ru/otpravka-sms-iz-wordpress-woocommerce
    55Author: TargetSMS
    6 Version: 1.0.30
     6Version: 1.0.31
    77Author URI: https://targetsms.ru/
    88Description: С помощью плагина "TargetSMS.ru: СМС/Email-рассылки и уведомления" Вы можете отправлять произвольные СМС-рассылки и автоматические СМС и Email-уведомления о статусах заказов администраторам и покупателям интернет-магазина, работающего на платформе WordPress WooCommerce.
  • aomailer/trunk/includes/AomailerSMSApi.php

    r2115458 r2336719  
    318318                    }
    319319                   
    320                     $xml .= '<abonent phone="'.$val['number'].'" number_sms="'.$inc.'" client_id_sms="'.time().$inc.'" time_send="'.$val['time_send'].'" '.$validity_period.' />';
    321                    
     320                    $num_phone = $k + 1;
     321                    $xml .= '<abonent phone="'.$val['number'].'" number_sms="'.$num_phone.'" client_id_sms="'.time().$num_phone.'" time_send="'.$val['time_send'].'" '.$validity_period.' />';                 
    322322                }
    323323            $xml .= '</message>';
  • aomailer/trunk/readme.txt

    r2244374 r2336719  
    55Tested up to: 7.3.10
    66Requires PHP: 5.2
    7 Stable tag: 1.0.30
     7Stable tag: 1.0.31
    88
    99TargetSMS.ru: СМС/Email-рассылки и уведомления
Note: See TracChangeset for help on using the changeset viewer.