Plugin Directory

Changeset 2546919


Ignore:
Timestamp:
06/12/2021 10:15:04 PM (5 years ago)
Author:
trepmal
Message:

Update to version 1.6.1 from GitHub

Location:
metabox-header-color
Files:
2 added
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • metabox-header-color/tags/1.6.1/kl-metabox-header-color.php

    r2546916 r2546919  
    55Description: Change the color for metabox headers
    66Author: Kailey Lampert
    7 Version: 1.6
     7Version: 1.6.1
    88Author URI: http://kaileylampert.com/
    99*/
     
    6565            text-shadow: 0 1px 0 <?php echo esc_html( $hex_codes['sh'] ); ?>;
    6666        }
     67        .postbox-header span,
     68        .postbox-header h2 {
     69            color: <?php echo esc_html( $hex_codes['tx'] ); ?>;
     70        }
    6771        </style><?php
    6872    }
  • metabox-header-color/tags/1.6.1/readme.txt

    r2546916 r2546919  
    33Donate link: http://kaileylampert.com/donate/
    44Tags: metabox, style, mu-compatible
    5 Requires at least: 2.8
     5Requires at least: 3.5
    66Tested up to: 5.7
    77Stable tag: trunk
     
    1111== Description ==
    1212
    13 This plugin isn't very useful today.
     13This plugin isn't very useful in modern WordPress, as most metaboxes are being replaced with the Block Editor experience.
    1414
    1515Change the color for the metabox headers for easy visibility.
     
    2727
    2828== Changelog ==
     29
     30= 1.6 =
     31* basic upkeep
    2932
    3033= 1.5 =
  • metabox-header-color/trunk/kl-metabox-header-color.php

    r2546916 r2546919  
    55Description: Change the color for metabox headers
    66Author: Kailey Lampert
    7 Version: 1.6
     7Version: 1.6.1
    88Author URI: http://kaileylampert.com/
    99*/
     
    6565            text-shadow: 0 1px 0 <?php echo esc_html( $hex_codes['sh'] ); ?>;
    6666        }
     67        .postbox-header span,
     68        .postbox-header h2 {
     69            color: <?php echo esc_html( $hex_codes['tx'] ); ?>;
     70        }
    6771        </style><?php
    6872    }
  • metabox-header-color/trunk/readme.txt

    r2546916 r2546919  
    33Donate link: http://kaileylampert.com/donate/
    44Tags: metabox, style, mu-compatible
    5 Requires at least: 2.8
     5Requires at least: 3.5
    66Tested up to: 5.7
    77Stable tag: trunk
     
    1111== Description ==
    1212
    13 This plugin isn't very useful today.
     13This plugin isn't very useful in modern WordPress, as most metaboxes are being replaced with the Block Editor experience.
    1414
    1515Change the color for the metabox headers for easy visibility.
     
    2727
    2828== Changelog ==
     29
     30= 1.6 =
     31* basic upkeep
    2932
    3033= 1.5 =
Note: See TracChangeset for help on using the changeset viewer.