Plugin Directory

Changeset 1760512


Ignore:
Timestamp:
11/08/2017 02:31:32 AM (8 years ago)
Author:
roblesterjr
Message:

Removed logs because of untraceable bugs. Will fix later.

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

Legend:

Unmodified
Added
Removed
  • wp-vbx-lite/trunk/readme.txt

    r1710682 r1760512  
    5454== Changelog ==
    5555
     56=== Version 1.2.5 ===
     57Removed 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
    5659=== Version 1.2.4 ===
    5760Added action hooks to call completion operations in dial applet.
  • wp-vbx-lite/trunk/wp-vbx.php

    r1710682 r1760512  
    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.4
     7Version: 1.2.5
    88Author: Robert Lester
    99Author URI: https://roblesterjr.com
     
    5454}
    5555
     56function twiml() {
     57    return WPRLVBX::$twiml;
     58}
     59
    5660function vbx_plugin_activate( $plugin ) {
    5761   
Note: See TracChangeset for help on using the changeset viewer.