Plugin Directory

Changeset 2315778


Ignore:
Timestamp:
06/01/2020 11:16:22 AM (6 years ago)
Author:
worldfacts
Message:

tested on Latest Wordpress Version

Location:
wp-keyboard-style-key-symbol/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-keyboard-style-key-symbol/trunk/readme.txt

    r1767511 r2315778  
    33Tags: keys,buttons,keyboard style keys,key style buttons
    44Requires at least: 4.0
    5 Tested up to: 4.9
     5Tested up to: 5.4
    66Stable tag: trunk
    77License: GPLv2 or later
     
    6464== Changelog ==
    6565
     66= 1.2 =
     67
     68* Tested with Latest Wordpress version
     69* PHP Comfortability Check
     70
    6671= 1.1 =
    6772
  • wp-keyboard-style-key-symbol/trunk/slcolr.js

    r1642014 r2315778  
    1 jQuery(document).ready(function($){
    2     $('.my-color-field').wpColorPicker();
    3 });
    4 
    51var myOptions = {
    62    // you can declare a default color here,
     
    84    defaultColor: false,
    95    // a callback to fire whenever the color changes to a valid color
    10     change: function(event, ui){},
     6    change: function(event, ui) {},
    117    // a callback to fire when the input is emptied or an invalid color
    128    clear: function() {},
     
    1713    palettes: true
    1814};
    19  
    20 $('.my-color-field').wpColorPicker(myOptions);
     15
     16jQuery(document).ready(function($) {
     17    $('.my-color-field').wpColorPicker(myOptions);
     18});
     19
     20//jQuery(function($) {
     21    //$('.my-color-field').wpColorPicker(myOptions);
     22//});
  • wp-keyboard-style-key-symbol/trunk/wp-keyboard-style-key-symbols.php

    r1642112 r2315778  
    44Plugin URI: https://www.allwebtuts.com/add-keyboard-style-symbol-in-wordpress-posts/
    55Description: A Plugin Which Help us to add the Keyboard Style Key Symbol in our Wordpress posts and Pages.
    6 Version: 1.1
     6Version: 1.2
    77Author: Santhosh veer
    88Author URI: https://santhoshveer.com
     
    1313//define the plugin version
    1414if (!defined('WP_KEYBOARD_STYLE_VERSION_NUM')){ //define plugin version
    15     define('WP_KEYBOARD_STYLE_VERSION_NUM', '1.1');
     15    define('WP_KEYBOARD_STYLE_VERSION_NUM', '1.2');
    1616}
    1717
Note: See TracChangeset for help on using the changeset viewer.