Changeset 2751249
- Timestamp:
- 07/03/2022 12:33:19 PM (4 years ago)
- Location:
- scrollbar-customizer/trunk
- Files:
-
- 3 added
- 3 deleted
- 3 edited
-
languages/scrollbar-customizer-en_US.mo (added)
-
languages/scrollbar-customizer-en_US.po (added)
-
languages/scrollbar-customizer.pot (added)
-
languages/wp-custom-scroll-bar-en_US.mo (deleted)
-
languages/wp-custom-scroll-bar-en_US.po (deleted)
-
languages/wp-custom-scroll-bar.pot (deleted)
-
libraries/src/Entrypoint.php (modified) (1 diff)
-
readme.txt (modified) (4 diffs)
-
scrollbar-customizer.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
scrollbar-customizer/trunk/libraries/src/Entrypoint.php
r2715259 r2751249 20 20 21 21 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 22 27 Settings::getInstance(); 23 28 -
scrollbar-customizer/trunk/readme.txt
r2731013 r2751249 1 1 === Scrollbar Customizer === 2 2 3 Contributors: wpmighty 3 Contributors: wpmighty, freemius 4 4 Author: WPMighty 5 5 Author URI: https://wpmighty.com … … 8 8 Tested up to: 6.0 9 9 Requires PHP: 7.2 10 Stable tag: 1. 1.110 Stable tag: 1.2.0.1 11 11 License: GPLv3 12 12 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 18 18 19 19 ## 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 25 32 26 33 27 34 ## Pro version Features ## 28 1.Dark mode theme support29 2.Gradient dragger support30 3.Change wheel speed31 4.Size Animation on hover35 ⭐ Dark mode theme support 36 ⭐ Gradient dragger support 37 ⭐ Change wheel speed 38 ⭐ Size Animation on hover 32 39 33 40 [Get pro version now](https://wpmighty.com/wordpress-plugins/scrollbar-customizer) … … 35 42 36 43 == 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] 37 48 = 1.1.1 = 38 49 * Fixed: add missed esc_attr and esc_html in html outputs -
scrollbar-customizer/trunk/scrollbar-customizer.php
r2715259 r2751249 5 5 * Plugin URI: https://wpmighty.com/wordpress-plugins/scrollbar-customizer 6 6 * 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.17 * Version: 1.2.0.1 8 8 * Requires at least: 5.4 9 9 * Requires PHP: 7.2 … … 51 51 'has_addons' => false, 52 52 'has_paid_plans' => true, 53 'trial' => array( 54 'days' => 14, 55 'is_require_payment' => false, 56 ), 53 57 'menu' => array( 54 58 'slug' => 'wp_customscrollbar_settings',
Note: See TracChangeset
for help on using the changeset viewer.