Changeset 2736991
- Timestamp:
- 06/03/2022 02:19:39 PM (4 years ago)
- Location:
- admin-sticky-sidebar
- Files:
-
- 4 edited
-
tags/1.4.2/admin-sticky-sidebar.php (modified) (3 diffs)
-
tags/1.4.2/readme.txt (modified) (1 diff)
-
trunk/admin-sticky-sidebar.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
admin-sticky-sidebar/tags/1.4.2/admin-sticky-sidebar.php
r2734655 r2736991 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.4. 15 Version: 1.4.2 6 6 Author: Tom Walter 7 7 Author URI: https://littlefragments.com … … 13 13 // only add to the post.php admin page. 14 14 if ('post.php' !== $hook) return; 15 wp_enqueue_style( 'admin-sticky-sidebar-style', plugins_url( 'admin-sticky-sidebar.css?v=1.4. 1' , __FILE__ ));15 wp_enqueue_style( 'admin-sticky-sidebar-style', plugins_url( 'admin-sticky-sidebar.css?v=1.4.2' , __FILE__ )); 16 16 } 17 17 add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_css'); … … 23 23 // only add to the post.php admin page. 24 24 if ('post.php' !== $hook) return; 25 wp_enqueue_script('admin-sticky-sidebar-script', plugins_url( 'admin-sticky-sidebar.js?v=1.4. 1' , __FILE__ ));25 wp_enqueue_script('admin-sticky-sidebar-script', plugins_url( 'admin-sticky-sidebar.js?v=1.4.2' , __FILE__ )); 26 26 } 27 27 add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_js'); -
admin-sticky-sidebar/tags/1.4.2/readme.txt
r2734655 r2736991 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later -
admin-sticky-sidebar/trunk/admin-sticky-sidebar.php
r2723427 r2736991 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.4. 15 Version: 1.4.2 6 6 Author: Tom Walter 7 7 Author URI: https://littlefragments.com … … 13 13 // only add to the post.php admin page. 14 14 if ('post.php' !== $hook) return; 15 wp_enqueue_style( 'admin-sticky-sidebar-style', plugins_url( 'admin-sticky-sidebar.css?v=1.4. 1' , __FILE__ ));15 wp_enqueue_style( 'admin-sticky-sidebar-style', plugins_url( 'admin-sticky-sidebar.css?v=1.4.2' , __FILE__ )); 16 16 } 17 17 add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_css'); … … 23 23 // only add to the post.php admin page. 24 24 if ('post.php' !== $hook) return; 25 wp_enqueue_script('admin-sticky-sidebar-script', plugins_url( 'admin-sticky-sidebar.js?v=1.4. 1' , __FILE__ ));25 wp_enqueue_script('admin-sticky-sidebar-script', plugins_url( 'admin-sticky-sidebar.js?v=1.4.2' , __FILE__ )); 26 26 } 27 27 add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_js'); -
admin-sticky-sidebar/trunk/readme.txt
r2734655 r2736991 5 5 Requires at least: 5.0 6 6 Tested up to: 6.0 7 Stable tag: 1.4. 17 Stable tag: 1.4.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.