Plugin Directory

Changeset 2739207


Ignore:
Timestamp:
06/08/2022 11:22:43 AM (4 years ago)
Author:
Access Keys
Message:

Checked compatibility with WordPress version 6.0
Add CSS for some theme.

Location:
smart-scroll-to-top-lite
Files:
211 added
3 edited

Legend:

Unmodified
Added
Removed
  • smart-scroll-to-top-lite/trunk/assets/css/sstt_frontend_style_css.css

    r1915251 r2739207  
    32843284    margin-bottom: 20px;
    32853285}
     3286.theme-twentyseventeen .sstt_main_display_wrap i{
     3287    display: contents !important;
     3288}
  • smart-scroll-to-top-lite/trunk/readme.txt

    r2639051 r2739207  
    44Donate link: http://accesspressthemes.com/donation/
    55Requires at least: 4.8
    6 Tested up to: 5.8
    7 Stable tag: 1.0.4
     6Tested up to: 6.0
     7Stable tag: 1.0.5
    88Requires PHP: 7.1.12
    99License: GPLv2 or later
     
    107107== Changelog ==
    108108
     109= 1.0.5 =
     110* Checked compatibility with WordPress version 6.0
     111* Add CSS for some theme.
     112
    109113= 1.0.4 =
    110114* Checked compatibility with WordPress version 5.8
  • smart-scroll-to-top-lite/trunk/smart-scroll-to-top.php

    r2639051 r2739207  
    55  Plugin URI:  https://wordpress.org/plugins/smart-scroll-to-top-lite/
    66  Description: Plugin applies a back to top element that links back to the previous value
    7   Version:     1.0.4
     7  Version:     1.0.5
    88  Author:      AccessPress Themes
    99  Author URI:  http://accesspressthemes.com
     
    2929                    $this->define('sstt_dir_url_lite', plugin_dir_url( __FILE__ ));
    3030                    $this->define('sstt_dir_path_lite', plugin_dir_path( __FILE__ ));
    31                     $this->define('sstt_version', '1.0.4');
     31                    $this->define('sstt_version', '1.0.5');
    3232                    $this->define('sstt_css', sstt_dir_url_lite . 'assets/css/');
    3333                    $this->define('sstt_js', sstt_dir_url_lite . 'assets/js/');
Note: See TracChangeset for help on using the changeset viewer.