Changeset 1099766
- Timestamp:
- 02/25/2015 11:51:38 PM (11 years ago)
- Location:
- wp-customer-feedback/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
wp-customer-feedback.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-customer-feedback/trunk/readme.txt
r1099762 r1099766 48 48 = Current customization options = 49 49 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 52 53 53 54 Suggestions for improvements are always welcome, and I love to hear suggestions for new plugins. … … 110 111 == Changelog == 111 112 113 = 1.0.1 = 114 Updated readme to reflect title parameter 115 112 116 = 1.0.0 = 113 117 Added 'title' to a user parameters -
wp-customer-feedback/trunk/wp-customer-feedback.php
r1099762 r1099766 5 5 * Plugin URI: http://endual.com/wp-customer-feedback/ 6 6 * Description: Simple way to get user feedback for your site 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Adrian Gray 9 9 * Author URI: http://endual.com/about-adrian-gray/ … … 45 45 } 46 46 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); 48 48 } 49 49
Note: See TracChangeset
for help on using the changeset viewer.