Plugin Directory

Changeset 2003499


Ignore:
Timestamp:
12/29/2018 04:58:09 PM (7 years ago)
Author:
themespick
Message:

Update readme.txt file

Location:
ultimate-custom-scrollbar/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ultimate-custom-scrollbar/trunk/readme.txt

    r2003489 r2003499  
    22Author URI: http://www.themespick.com
    33Plugin URI: http://www.themespick.com/ultimate-custom-scrollbar
    4 Contributors: themespick, freemius
     4Contributors: themespick
    55Tags: scrollbar, custom scrollbar
    66Requires at least: 4.5
     
    2727<li>Easy Option Panel.</li>
    2828<li>All browser supported</li>
     29</ul>
     30
     31<strong>Free Options</strong>
     32<ul>
     33<li>Enable/Disable ScrollBar : You can enable or disable scrollbar using this option.</li>
     34<li>Cursor Width : You can increase or decrease cursor width using this option.</li>
     35<li>Rail Background Color : You can change rail background color from this color picker.</li>
     36<li>Cursor Color : You can change cursor color from this color picker.</li>
     37<li>Auto Hide Mode : You can select scrollbar auto hide mode from this selectbox.</li>
     38</ul>
     39
     40<strong>Free Options</strong>
     41<ul>
     42<li>Included all free options.</li>
     43<li>Cursor Border : You can control cursor border using this option.</li>
     44<li>Cursor Border Radius : You can control cursor border radius using this option.</li>
     45<li>Scroll Speed : You can control scroll speed using this option.</li>
     46<li>Mouse Scroll Step : You can control mouse scroll step using this option.</li>
     47<li>Emulate Touch : Enable cursor-drag scrolling like touch devices in desktop computer.</li>
     48<li>Minimum Cursor Height : You can set the minimum cursor height.</li>
     49<li>Bounce Scroll : Enable scroll bouncing at the end of content as mobile-like.</li>
     50<li>Horizrail Enabled : You can control horizontal scroll.</li>
     51<li>Rail Align : You can control alignment of vertical rail.</li>
     52<li>Rail Valign : You can control alignment of horizontal rail.</li>
     53<li>Enable Mousewheel : You can control Mousewheel using this option.</li>
     54<li>Enable Keyboard : You can enable or disable keyboard events using this option.</li>
     55<li>Hide Cursor Delay : You can set the delay in microseconds to fading out scrollbars.</li>
     56<li>Enable Scroll On Selection : You can enable auto-scrolling of content when selection text.</li>
     57<li>Cursor Drag Speed : You can set speed of selection when dragged with cursor.</li>
    2958</ul>
    3059
  • ultimate-custom-scrollbar/trunk/ultimate-custom-scrollbar.php

    r2003492 r2003499  
    6565load_plugin_textdomain( 'ultimate-custom-scrollbar', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
    6666// Defines
    67 define( 'UCS_VERSION', '1.0' );
     67define( 'UCS_VERSION', '1.1' );
    6868define( 'UCS_ACC_URL', WP_PLUGIN_URL . '/' . plugin_basename( dirname( __FILE__ ) ) . '/' );
    6969define( 'UCS_ACC_PATH', plugin_dir_path( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.