Changeset 1707014
- Timestamp:
- 08/02/2017 02:02:07 PM (9 years ago)
- Location:
- wp-vbx-lite/trunk
- Files:
-
- 3 edited
-
includes/WP_VBX_Applet.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
wp-vbx.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-vbx-lite/trunk/includes/WP_VBX_Applet.php
r1706540 r1707014 114 114 } 115 115 116 final p rotectedfunction prompt_message($name = '') {116 final public function prompt_message($name = '') { 117 117 118 118 ob_start(); … … 158 158 } 159 159 160 final p rotectedfunction media_picker($name, $title = 'Select Media', $type = array('image')) {160 final public function media_picker($name, $title = 'Select Media', $type = array('image')) { 161 161 162 162 $seltype = $this->value($name . '_mime'); … … 176 176 } 177 177 178 final p rotectedfunction prompt_output($name = '', $twiml = false, $default = false) {178 final public function prompt_output($name = '', $twiml = false, $default = false) { 179 179 180 180 $language_supported = array('en', 'en_GB', 'es', 'fr', 'de'); -
wp-vbx-lite/trunk/readme.txt
r1706540 r1707014 54 54 == Changelog == 55 55 56 === Version 1.2.2 === 57 Exposed some applet functions for extendability 58 56 59 === Version 1.2.1 === 57 60 Added more action and filter hooks. -
wp-vbx-lite/trunk/wp-vbx.php
r1706540 r1707014 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. 17 Version: 1.2.2 8 8 Author: Robert Lester 9 9 Author URI: https://roblesterjr.com
Note: See TracChangeset
for help on using the changeset viewer.