Plugin Directory

Changeset 1834123


Ignore:
Timestamp:
03/06/2018 12:42:29 AM (8 years ago)
Author:
roblesterjr
Message:

Fixed bug on the_title filter

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

Legend:

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

    r1625012 r1834123  
    2828    }
    2929   
    30     public function the_title($title, $post) {
     30    public function the_title($title, $post = null) {
    3131       
    3232        $number = get_post_meta( $post, '_twilio_display_number', true );
  • wp-vbx-lite/trunk/readme.txt

    r1810482 r1834123  
    5454== Changelog ==
    5555
     56=== Version 1.2.7 ===
     57Fixed a bug related to missing post parameter on "the_title" filters.
     58
    5659=== Version 1.2.6 ===
    5760Fixed a bug in the SMS applet where media messages wouldn't be sent.
  • wp-vbx-lite/trunk/wp-vbx.php

    r1810482 r1834123  
    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.6
     7Version: 1.2.7
    88Author: Robert Lester
    99Author URI: https://roblesterjr.com
Note: See TracChangeset for help on using the changeset viewer.