Plugin Directory

Changeset 3478432


Ignore:
Timestamp:
03/09/2026 06:19:06 PM (3 weeks ago)
Author:
MarcDK
Message:

Update to version 1.0.9 from GitHub

Location:
hero-color-picker
Files:
6 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hero-color-picker/tags/1.0.9/hero-color-picker.php

    r3477790 r3478432  
    44 * Plugin URI:    https://github.com/mtoensing/hero-color-picker
    55 * Description:   Adds a per-post color picker in the editor sidebar for hero styling.
    6  * Version:       1.0.8
     6 * Version:       1.0.9
    77 * Author:        Marc Tönsing
    88 * Author URI:    https://toensing.com
  • hero-color-picker/tags/1.0.9/readme.txt

    r3477790 r3478432  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    3333Frontend output (only when values are set):
    3434
    35 ```css
    36 .hero-colored {
    37     background-color: $background;
    38     color: $font;
    39 }
    40 ```
     35    .hero-colored {
     36        background-color: $background;
     37        color: $font;
     38    }
    4139
    4240Important template setup:
     
    53515. Optional: open `Posts > All Posts` and click `Hero Background` to list posts with a custom hero background.
    5452
     53== Screenshots ==
     54
     551. Hero Color Picker sidebar panel with background color, font color, live preview, and WCAG status.
     56
    5557== Changelog ==
     58
     59= 1.0.9 =
     60* Bumped plugin version to `1.0.9`.
    5661
    5762= 1.0.8 =
  • hero-color-picker/trunk/hero-color-picker.php

    r3477790 r3478432  
    44 * Plugin URI:    https://github.com/mtoensing/hero-color-picker
    55 * Description:   Adds a per-post color picker in the editor sidebar for hero styling.
    6  * Version:       1.0.8
     6 * Version:       1.0.9
    77 * Author:        Marc Tönsing
    88 * Author URI:    https://toensing.com
  • hero-color-picker/trunk/readme.txt

    r3477790 r3478432  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.9
    77Requires PHP: 7.3
    88License: GPLv2 or later
     
    3333Frontend output (only when values are set):
    3434
    35 ```css
    36 .hero-colored {
    37     background-color: $background;
    38     color: $font;
    39 }
    40 ```
     35    .hero-colored {
     36        background-color: $background;
     37        color: $font;
     38    }
    4139
    4240Important template setup:
     
    53515. Optional: open `Posts > All Posts` and click `Hero Background` to list posts with a custom hero background.
    5452
     53== Screenshots ==
     54
     551. Hero Color Picker sidebar panel with background color, font color, live preview, and WCAG status.
     56
    5557== Changelog ==
     58
     59= 1.0.9 =
     60* Bumped plugin version to `1.0.9`.
    5661
    5762= 1.0.8 =
Note: See TracChangeset for help on using the changeset viewer.