Plugin Directory

Changeset 1575560


Ignore:
Timestamp:
01/16/2017 10:34:36 AM (9 years ago)
Author:
rupomkhondaker
Message:

6.0.111

Location:
woo-button-text/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • woo-button-text/trunk/readme.txt

    r1575537 r1575560  
    4747== Changelog ==
    4848= 6.0.1 =
    49 * Compatible with wocommerce 2.6+
     49* Compatible with wocommerce 2.5+
    5050* Compatible with wordpress 4.7
    5151* Bug fix
    52 * Premium Option added (Free)
    5352
    5453
  • woo-button-text/trunk/woo-button-text.php

    r1575546 r1575560  
    44* Plugin URI: http://www.exclutips.com/plugins/woo-button-text/
    55* Description: WooCommerce Button text changer with Button Color styler.
    6 * Version: 6.0.1
     6* Version: 5.0.3
    77* Author: Rupom Khondaker
    88* Author URI: http://rupomkhondaker.com
     
    3232add_action( 'admin_enqueue_scripts', 'exwoo_enqueue_color_picker' );
    3333function 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
    3535    wp_enqueue_style( 'wp-color-picker' );
    3636    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.