Plugin Directory

Changeset 3359004


Ignore:
Timestamp:
09/10/2025 07:02:00 AM (6 months ago)
Author:
themepoints
Message:
  • Check: Latest Version Compatibility.
  • Fix: Fix Security Issue.
  • Fix: Fix Color Picker Issue.
Location:
tp-back-to-top/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • tp-back-to-top/trunk/admin/tp-scroll-top-admin.php

    r3208128 r3359004  
    1212    $tp_scroll_top_scrollbg_hover        = get_option( 'tp_scroll_top_scrollbg_hover', '#212121' );
    1313    $tp_scroll_top_scrollradious         = get_option( 'tp_scroll_top_scrollradious', '50' );
    14 
    15 
    1614
    1715    // Handle form submission
     
    3634        echo '<div class="updated"><p><strong>' . __( 'Changes saved.', 'scrolltop' ) . '</strong></p></div>';
    3735    }
    38 
    3936    ?>
    4037
  • tp-back-to-top/trunk/js/ap-scroll-top.js

    r1350970 r3359004  
    77* http://armin-pfaeffle.de/licenses/mit
    88*/
    9 
    109
    1110;(function($) {
     
    3433        };
    3534    }
    36 
    37 
    3835
    3936    /**
  • tp-back-to-top/trunk/readme.txt

    r3208128 r3359004  
    44Tags: arrow, back, back to top, button, icon, jquery, link to top, scroll, scroll back to top, scroll to top, scroll top, scroll up, scroller, Smooth Scroll, top, vertical scroller, widget
    55Requires at least: 4.0
    6 Tested up to: 6.7.1
    7 Stable tag: 1.5
     6Tested up to: 6.8.2
     7Stable tag: 1.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5454== Changelog ==
    5555
     56= 1.6 =
     57* Check: Latest Version Compatibility.
     58* Fix: Fix Security Issue.
     59* Fix: Fix Color Picker Issue.
     60
     61= 1.5 =
     62* Check: Latest Version Compatibility.
     63* Fix: Fix Security Issue.
     64
    5665= 1.5 =
    5766* Check: Latest Version Compatibility.
  • tp-back-to-top/trunk/tp-scroll-top.php

    r3208128 r3359004  
    44    Plugin URI: https://themepoints.com
    55    Description: Tp Scroll To Top is a fully responsive plugin for WordPress.
    6     Version: 1.5
     6    Version: 1.6
    77    Author: Themepoints
    88    Author URI: https://themepoints.com
Note: See TracChangeset for help on using the changeset viewer.