Plugin Directory

Changeset 3093213


Ignore:
Timestamp:
05/27/2024 12:59:42 PM (22 months ago)
Author:
followalter
Message:

Tested with Wordpress 6.5.3 visible

Location:
admin-sticky-sidebar
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • admin-sticky-sidebar/trunk/admin-sticky-sidebar.php

    r3093211 r3093213  
    33Plugin Name: Admin Sticky Sidebar
    44Description: Makes the sidebar follow you when you scroll and remembers scroll position on update. For more info, see the readme.
    5 Version: 1.6.2
     5Version: 1.6.3
    66Author: Tom Walter
    77Author URI: https://littlefragments.com
     
    1313{
    1414  // 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__));
    1616}
    1717add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_css');
     
    2323{
    2424  // 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__));
    2626}
    2727add_action('admin_enqueue_scripts', 'admin_sticky_sidebar_js');
  • admin-sticky-sidebar/trunk/readme.txt

    r3093211 r3093213  
    44Tags: admin, sticky, fixed, floating, float, sidebar, submit, publish, update, box, modal, scroll, timesaver, lifehack, lifesaver, float
    55Requires at least: 5.0
    6 Tested up to: 6.4.1
    7 Stable tag: 1.6.2
     6Tested up to: 6.5.3
     7Stable tag: 1.6.3
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8282= 1.6.2 =
    8383* 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.