Plugin Directory

Changeset 2751249


Ignore:
Timestamp:
07/03/2022 12:33:19 PM (4 years ago)
Author:
wpmighty
Message:

Update trunk

Location:
scrollbar-customizer/trunk
Files:
3 added
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • scrollbar-customizer/trunk/libraries/src/Entrypoint.php

    r2715259 r2751249  
    2020
    2121        if (is_admin()) { // backend
     22
     23            // load language
     24            $plugin_rel_path = SCROLLBAR_CUSTOMIZER_DIR . '/languages';
     25            load_plugin_textdomain( 'scrollbar-customizer', false, $plugin_rel_path );
     26
    2227            Settings::getInstance();
    2328
  • scrollbar-customizer/trunk/readme.txt

    r2731013 r2751249  
    11=== Scrollbar Customizer ===
    22
    3 Contributors: wpmighty
     3Contributors: wpmighty, freemius
    44Author: WPMighty
    55Author URI: https://wpmighty.com
     
    88Tested up to: 6.0
    99Requires PHP: 7.2
    10 Stable tag: 1.1.1
     10Stable tag: 1.2.0.1
    1111License: GPLv3
    1212License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1818
    1919## The Key Features of Scrollbar Customizer ##
    20 
    21 1. Customize dragger height
    22 2. Customize bar width and side space
    23 3. Customize bar background color  and dragger color
    24 4. Change bar border radius
     20⭐ Customize dragger height
     21⭐ Customize bar width and side space
     22⭐ Customize bar background color
     23⭐ Customize dragger color
     24⭐ Change bar border radius
     25⭐ Compatible with all page builders
     26⭐ Compatible with all Wordpress themes
     27⭐ Gutenberg compatible
     28⭐ Include pot file for translation
     29⭐ Compatible with last Wordpress version
     30⭐ Lightweight and fast with no jQuery
     31⭐ Compatible with all modern browsers
    2532
    2633
    2734## Pro version Features ##
    28 1. Dark mode theme support
    29 2. Gradient dragger support
    30 3. Change wheel speed
    31 4. Size Animation on hover
     35 Dark mode theme support
     36 Gradient dragger support
     37 Change wheel speed
     38 Size Animation on hover
    3239
    3340[Get pro version now](https://wpmighty.com/wordpress-plugins/scrollbar-customizer)
     
    3542
    3643== Changelog ==
     44= 1.2.0 =
     45  * Improved: Removed some non used CSS code [Assets]
     46  * Fixed: Wrong submenu placement [Backend]
     47  * Fixed: Wrong .pot file names [Language] [Backend]
    3748= 1.1.1 =
    3849  * Fixed: add missed esc_attr and esc_html in html outputs
  • scrollbar-customizer/trunk/scrollbar-customizer.php

    r2715259 r2751249  
    55 * Plugin URI:        https://wpmighty.com/wordpress-plugins/scrollbar-customizer
    66 * Description:       Scrollbar Customizer is an advanced WordPress plugin that let you easily customize and change the design and control of the scrollbar in your website.
    7  * Version:           1.1.1
     7 * Version:           1.2.0.1
    88 * Requires at least: 5.4
    99 * Requires PHP:      7.2
     
    5151                    'has_addons'     => false,
    5252                    'has_paid_plans' => true,
     53                    'trial'          => array(
     54                    'days'               => 14,
     55                    'is_require_payment' => false,
     56                ),
    5357                    'menu'           => array(
    5458                    'slug'    => 'wp_customscrollbar_settings',
Note: See TracChangeset for help on using the changeset viewer.