Plugin Directory

Changeset 601378


Ignore:
Timestamp:
09/20/2012 01:23:12 AM (13 years ago)
Author:
ansimation
Message:

Added TBar

Location:
tb-testimonials/trunk
Files:
148 added
4 edited

Legend:

Unmodified
Added
Removed
  • tb-testimonials/trunk

    • Property svn:ignore set to
      .git
  • tb-testimonials/trunk/inc/twig/lib/Twig/Autoloader.php

    r563369 r601378  
    2323    static public function register()
    2424    {
    25         ini_set('unserialize_callback_func', 'spl_autoload_call');
     25        @ini_set('unserialize_callback_func', 'spl_autoload_call');
    2626        spl_autoload_register(array(new self, 'autoload'));
    2727    }
  • tb-testimonials/trunk/readme.txt

    r568734 r601378  
    55Requires at least: 3.0
    66Tested up to: 3.4
    7 Stable tag: 1.6.1
     7Stable tag: 1.6.2
    88
    99Testimonial Management done right with Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert testimonials in any post or page. Animated Sidebar Widget, Built in documentation and code examples. Customize output and tons of other options!
     
    4444== Changelog ==
    4545
    46 = 1.6..1 =
     46= 1.6.2 =
     47* Added TBar - Promotional Tool for newly launched Travis Ballard Design
     48
     49= 1.6.1 =
    4750* fixed bug in single shortcode output
    4851* added order and orderby attributes to the shortcode and tbtestimonial() function
  • tb-testimonials/trunk/tb-testimonials.php

    r568734 r601378  
    44*   Plugin URI: http://travisballard.com/wordpress/tb-testimonials/
    55*   Description: Testimonials managed by Custom Post Types. Supports a testimonial.php template file for single testimonial pages. Testimonial Shortcode to insert testimonials in any post. Scrolling Sidebar Widget
    6 *   Version: 1.6.1
     6*   Version: 1.6.2
    77*   Author: Travis Ballard
    88*   Author URI: http://www.travisballard.com
     
    3030require_once( 'inc/TBTagFunction.class.php' );
    3131require_once( 'inc/TestimonialOutputTemplate.class.php' );
     32require_once( 'inc/tbar/tbar.class.php' );
    3233
    3334class TBTestimonials
     
    608609                get_permalink(),
    609610                $thumbnail,
    610                 apply_filters( 'the_content', get_the_content() ),
     611                do_shortcode( get_the_content() ),
    611612                $this->settings['author_prefix'],
    612613                get_the_title(),
Note: See TracChangeset for help on using the changeset viewer.