Plugin Directory

Changeset 2179254


Ignore:
Timestamp:
10/24/2019 11:43:50 AM (6 years ago)
Author:
targetsms
Message:

update plugin tests php 7

Location:
aomailer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aomailer/trunk/aomailer_plugin.php

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

    r2115443 r2179254  
    272272                        if (is_array($value)) {
    273273                            $value = $value[0];
     274                        } elseif (!empty($value)) {
     275                            $data['to'] = $value;
     276                            break;
    274277                        }
    275                         $data['to'] = $value;
    276                         break;
    277278                    }
    278279                } else {
    279                     $data['to'] = $value;
     280                    $data['to'] = $v;
    280281                }
    281282            }
  • aomailer/trunk/readme.txt

    r2116871 r2179254  
    33Tags: targetsms
    44Requires at least: 4.9.9
    5 Tested up to: 5.2.2
    6 Requires PHP: 5.6
    7 Stable tag: 1.0.11
     5Tested up to: 7.3.10
     6Requires PHP: 5.2
     7Stable tag: 1.0.12
    88
    99TargetSMS.ru: СМС/Email-рассылки и уведомления
Note: See TracChangeset for help on using the changeset viewer.