Changeset 1575560
- Timestamp:
- 01/16/2017 10:34:36 AM (9 years ago)
- Location:
- woo-button-text/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
woo-button-text.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
woo-button-text/trunk/readme.txt
r1575537 r1575560 47 47 == Changelog == 48 48 = 6.0.1 = 49 * Compatible with wocommerce 2. 6+49 * Compatible with wocommerce 2.5+ 50 50 * Compatible with wordpress 4.7 51 51 * Bug fix 52 * Premium Option added (Free)53 52 54 53 -
woo-button-text/trunk/woo-button-text.php
r1575546 r1575560 4 4 * Plugin URI: http://www.exclutips.com/plugins/woo-button-text/ 5 5 * Description: WooCommerce Button text changer with Button Color styler. 6 * Version: 6.0.16 * Version: 5.0.3 7 7 * Author: Rupom Khondaker 8 8 * Author URI: http://rupomkhondaker.com … … 32 32 add_action( 'admin_enqueue_scripts', 'exwoo_enqueue_color_picker' ); 33 33 function exwoo_enqueue_color_picker( $hook_suffix ) { 34 // first check that $hook_suffix is appropriate for your admin page =34 // first check that $hook_suffix is appropriate for your admin page 35 35 wp_enqueue_style( 'wp-color-picker' ); 36 36 wp_enqueue_script( 'exclutips-script-handle', plugins_url('js/exclutips-jquery.js', __FILE__ ), array( 'wp-color-picker' ), false, true );
Note: See TracChangeset
for help on using the changeset viewer.