Changeset 1760512
- Timestamp:
- 11/08/2017 02:31:32 AM (8 years ago)
- Location:
- wp-vbx-lite/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
wp-vbx.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-vbx-lite/trunk/readme.txt
r1710682 r1760512 54 54 == Changelog == 55 55 56 === Version 1.2.5 === 57 Removed the logs panel. It was redundant since logs can be found in Twilio, and also it has somehow broken as a result of some API changes. Until it can be fixed, logs have been removed. 58 56 59 === Version 1.2.4 === 57 60 Added action hooks to call completion operations in dial applet. -
wp-vbx-lite/trunk/wp-vbx.php
r1710682 r1760512 5 5 Plugin URI: https://roblesterjr.com/wp-vbx 6 6 Description: Wordpress VBX - Powered by Twilio. Provides an internet based phone system managed right from your wordpress site. 7 Version: 1.2. 47 Version: 1.2.5 8 8 Author: Robert Lester 9 9 Author URI: https://roblesterjr.com … … 54 54 } 55 55 56 function twiml() { 57 return WPRLVBX::$twiml; 58 } 59 56 60 function vbx_plugin_activate( $plugin ) { 57 61
Note: See TracChangeset
for help on using the changeset viewer.