Plugin Directory

Changeset 1099766


Ignore:
Timestamp:
02/25/2015 11:51:38 PM (11 years ago)
Author:
endual
Message:

Updated readme to reflect title parameter added.

Location:
wp-customer-feedback/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-customer-feedback/trunk/readme.txt

    r1099762 r1099766  
    4848= Current customization options =
    4949
    50 * Pop up color
    51 * Delay before window scrolls up
     50* Panel title and feedback question
     51* Pop up panel title bar color
     52* Delay before panel scrolls into view
    5253
    5354Suggestions for improvements are always welcome, and I love to hear suggestions for new plugins.
     
    110111== Changelog ==
    111112
     113= 1.0.1 =
     114Updated readme to reflect title parameter
     115
    112116= 1.0.0 =
    113117Added 'title' to a user parameters
  • wp-customer-feedback/trunk/wp-customer-feedback.php

    r1099762 r1099766  
    55 * Plugin URI: http://endual.com/wp-customer-feedback/
    66 * Description: Simple way to get user feedback for your site
    7  * Version: 1.0.0
     7 * Version: 1.0.1
    88 * Author: Adrian Gray
    99 * Author URI: http://endual.com/about-adrian-gray/
     
    4545    }
    4646    wp_enqueue_style(   'endual-feedback', plugins_url( '/css/feedback.css', __FILE__ ) );
    47     wp_register_script( 'endual-feedback', plugins_url( '/js/feedback.js', __FILE__ ), array( 'jquery' ), '1.0.0', true);
     47    wp_register_script( 'endual-feedback', plugins_url( '/js/feedback.js', __FILE__ ), array( 'jquery' ), '1.0.1', true);
    4848  }
    4949
Note: See TracChangeset for help on using the changeset viewer.