Changeset 1587483
- Timestamp:
- 02/02/2017 04:36:59 PM (9 years ago)
- Location:
- wp-smsru/trunk
- Files:
-
- 3 edited
-
includes/functions.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
-
smsru_sender.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-smsru/trunk/includes/functions.php
r1469399 r1587483 332 332 } 333 333 334 add_action( 'woocommerce_ thankyou', 'smsru_new_order');334 add_action( 'woocommerce_new_order', 'smsru_new_order'); 335 335 } 336 336 //оповещение для клиента о новом заказе … … 367 367 } 368 368 369 add_action( 'woocommerce_ thankyou', 'smsru_new_order_client');369 add_action( 'woocommerce_new_order', 'smsru_new_order_client'); 370 370 } 371 371 -
wp-smsru/trunk/readme.txt
r1469399 r1587483 3 3 Tags: sms, send, smsru, смс, отпрака sms, sms уведомление, woocommerce sms 4 4 Requires at least: 3.0 5 Tested up to: 4. 5.36 Stable tag: 0.15 Tested up to: 4.7.2 6 Stable tag: 1.1 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-smsru/trunk/smsru_sender.php
r964370 r1587483 3 3 *Plugin Name: SMS.ru for Wordpress 4 4 *Description: SMS уведомления с использованием шлюза SMS.RU 5 *Version: 1. 05 *Version: 1.1 6 6 *Author: Anton Shelestov 7 7 *Author URI: http://verstaemvse.ru
Note: See TracChangeset
for help on using the changeset viewer.