Plugin Directory

Changeset 1707014


Ignore:
Timestamp:
08/02/2017 02:02:07 PM (9 years ago)
Author:
roblesterjr
Message:

Exposed api functions

Location:
wp-vbx-lite/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-vbx-lite/trunk/includes/WP_VBX_Applet.php

    r1706540 r1707014  
    114114    }
    115115   
    116     final protected function prompt_message($name = '') {
     116    final public function prompt_message($name = '') {
    117117       
    118118        ob_start();
     
    158158    }
    159159   
    160     final protected function media_picker($name, $title = 'Select Media', $type = array('image')) {
     160    final public function media_picker($name, $title = 'Select Media', $type = array('image')) {
    161161       
    162162        $seltype = $this->value($name . '_mime');
     
    176176    }
    177177   
    178     final protected function prompt_output($name = '', $twiml = false, $default = false) {
     178    final public function prompt_output($name = '', $twiml = false, $default = false) {
    179179       
    180180        $language_supported = array('en', 'en_GB', 'es', 'fr', 'de');
  • wp-vbx-lite/trunk/readme.txt

    r1706540 r1707014  
    5454== Changelog ==
    5555
     56=== Version 1.2.2 ===
     57Exposed some applet functions for extendability
     58
    5659=== Version 1.2.1 ===
    5760Added more action and filter hooks.
  • wp-vbx-lite/trunk/wp-vbx.php

    r1706540 r1707014  
    55Plugin URI: https://roblesterjr.com/wp-vbx
    66Description: Wordpress VBX - Powered by Twilio. Provides an internet based phone system managed right from your wordpress site.
    7 Version: 1.2.1
     7Version: 1.2.2
    88Author: Robert Lester
    99Author URI: https://roblesterjr.com
Note: See TracChangeset for help on using the changeset viewer.