Plugin Directory

Changeset 2243003


Ignore:
Timestamp:
02/12/2020 10:22:37 AM (6 years ago)
Author:
targetsms
Message:

update plugin v21

Location:
aomailer/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aomailer/trunk/aomailer_plugin.php

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

    r2242983 r2243003  
    313313                }
    314314            }
    315            
    316             $sel = self::select_option(['param_name'=>'admin_template_settings']);
    317            
    318             error_log(serialize($sel)."\r\n".PHP_EOL, 3, dirname(__FILE__).'/log.log');
    319315        }
    320316       
     
    349345            }
    350346        }
     347       
     348
     349        error_log(serialize($wpdb)."\r\n".PHP_EOL, 3, dirname(__FILE__).'/log.log');
    351350       
    352351        $wpdb->update($table_name, $params, $condition);
  • aomailer/trunk/readme.txt

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