Changeset 3093213
- Timestamp:
- 05/27/2024 12:59:42 PM (22 months ago)
- Location:
- admin-sticky-sidebar
- Files:
-
- 6 added
- 2 edited
-
tags/1.6.3 (added)
-
tags/1.6.3/LICENSE (added)
-
tags/1.6.3/admin-sticky-sidebar.css (added)
-
tags/1.6.3/admin-sticky-sidebar.js (added)
-
tags/1.6.3/admin-sticky-sidebar.php (added)
-
tags/1.6.3/readme.txt (added)
-
trunk/admin-sticky-sidebar.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-sticky-sidebar/trunk/admin-sticky-sidebar.php
r3093211 r3093213 3 3 Plugin Name: Admin Sticky Sidebar 4 4 Description: Makes the sidebar follow you when you scroll and remembers scroll position on update. For more info, see the readme. 5 Version: 1.6. 25 Version: 1.6.3 6 6 Author: Tom Walter 7 7 Author URI: https://littlefragments.com … … 13 13 { 14 14 // only add to the post.php admin page. 15 wp_enqueue_style('admin-sticky-sidebar-style', plugins_url('admin-sticky-sidebar.css?v=1.6. 2', __FILE__));15 wp_enqueue_style('admin-sticky-sidebar-style', plugins_url('admin-sticky-sidebar.css?v=1.6.3', __FILE__)); 16 16 } 17 17 add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_css'); … … 23 23 { 24 24 // only add to the post.php admin page. 25 wp_enqueue_script('admin-sticky-sidebar-script', plugins_url('admin-sticky-sidebar.js?v=1.6. 2', __FILE__));25 wp_enqueue_script('admin-sticky-sidebar-script', plugins_url('admin-sticky-sidebar.js?v=1.6.3', __FILE__)); 26 26 } 27 27 add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_js'); -
admin-sticky-sidebar/trunk/readme.txt
r3093211 r3093213 4 4 Tags: admin, sticky, fixed, floating, float, sidebar, submit, publish, update, box, modal, scroll, timesaver, lifehack, lifesaver, float 5 5 Requires at least: 5.0 6 Tested up to: 6. 4.17 Stable tag: 1.6. 26 Tested up to: 6.5.3 7 Stable tag: 1.6.3 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 82 82 = 1.6.2 = 83 83 * Tested with Wordpress 6.5.3 84 85 = 1.6.3 = 86 * Tested with Wordpress 6.5.3 visible
Note: See TracChangeset
for help on using the changeset viewer.