Changeset 3359004
- Timestamp:
- 09/10/2025 07:02:00 AM (6 months ago)
- Location:
- tp-back-to-top/trunk
- Files:
-
- 4 edited
-
admin/tp-scroll-top-admin.php (modified) (2 diffs)
-
js/ap-scroll-top.js (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
tp-scroll-top.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tp-back-to-top/trunk/admin/tp-scroll-top-admin.php
r3208128 r3359004 12 12 $tp_scroll_top_scrollbg_hover = get_option( 'tp_scroll_top_scrollbg_hover', '#212121' ); 13 13 $tp_scroll_top_scrollradious = get_option( 'tp_scroll_top_scrollradious', '50' ); 14 15 16 14 17 15 // Handle form submission … … 36 34 echo '<div class="updated"><p><strong>' . __( 'Changes saved.', 'scrolltop' ) . '</strong></p></div>'; 37 35 } 38 39 36 ?> 40 37 -
tp-back-to-top/trunk/js/ap-scroll-top.js
r1350970 r3359004 7 7 * http://armin-pfaeffle.de/licenses/mit 8 8 */ 9 10 9 11 10 ;(function($) { … … 34 33 }; 35 34 } 36 37 38 35 39 36 /** -
tp-back-to-top/trunk/readme.txt
r3208128 r3359004 4 4 Tags: 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 5 5 Requires at least: 4.0 6 Tested up to: 6. 7.17 Stable tag: 1. 56 Tested up to: 6.8.2 7 Stable tag: 1.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 54 54 == Changelog == 55 55 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 56 65 = 1.5 = 57 66 * Check: Latest Version Compatibility. -
tp-back-to-top/trunk/tp-scroll-top.php
r3208128 r3359004 4 4 Plugin URI: https://themepoints.com 5 5 Description: Tp Scroll To Top is a fully responsive plugin for WordPress. 6 Version: 1. 56 Version: 1.6 7 7 Author: Themepoints 8 8 Author URI: https://themepoints.com
Note: See TracChangeset
for help on using the changeset viewer.