Changeset 3478432
- Timestamp:
- 03/09/2026 06:19:06 PM (3 weeks ago)
- Location:
- hero-color-picker
- Files:
-
- 6 added
- 4 edited
- 1 copied
-
assets/banner-1544x500.png (added)
-
assets/banner-772x250.png (added)
-
assets/icon-1000x1000.png (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
assets/screenshot-1.png (added)
-
tags/1.0.9 (copied) (copied from hero-color-picker/trunk)
-
tags/1.0.9/hero-color-picker.php (modified) (1 diff)
-
tags/1.0.9/readme.txt (modified) (3 diffs)
-
trunk/hero-color-picker.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hero-color-picker/tags/1.0.9/hero-color-picker.php
r3477790 r3478432 4 4 * Plugin URI: https://github.com/mtoensing/hero-color-picker 5 5 * Description: Adds a per-post color picker in the editor sidebar for hero styling. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Marc Tönsing 8 8 * Author URI: https://toensing.com -
hero-color-picker/tags/1.0.9/readme.txt
r3477790 r3478432 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 33 33 Frontend output (only when values are set): 34 34 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 } 41 39 42 40 Important template setup: … … 53 51 5. Optional: open `Posts > All Posts` and click `Hero Background` to list posts with a custom hero background. 54 52 53 == Screenshots == 54 55 1. Hero Color Picker sidebar panel with background color, font color, live preview, and WCAG status. 56 55 57 == Changelog == 58 59 = 1.0.9 = 60 * Bumped plugin version to `1.0.9`. 56 61 57 62 = 1.0.8 = -
hero-color-picker/trunk/hero-color-picker.php
r3477790 r3478432 4 4 * Plugin URI: https://github.com/mtoensing/hero-color-picker 5 5 * Description: Adds a per-post color picker in the editor sidebar for hero styling. 6 * Version: 1.0. 86 * Version: 1.0.9 7 7 * Author: Marc Tönsing 8 8 * Author URI: https://toensing.com -
hero-color-picker/trunk/readme.txt
r3477790 r3478432 4 4 Requires at least: 5.9 5 5 Tested up to: 6.9 6 Stable tag: 1.0. 86 Stable tag: 1.0.9 7 7 Requires PHP: 7.3 8 8 License: GPLv2 or later … … 33 33 Frontend output (only when values are set): 34 34 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 } 41 39 42 40 Important template setup: … … 53 51 5. Optional: open `Posts > All Posts` and click `Hero Background` to list posts with a custom hero background. 54 52 53 == Screenshots == 54 55 1. Hero Color Picker sidebar panel with background color, font color, live preview, and WCAG status. 56 55 57 == Changelog == 58 59 = 1.0.9 = 60 * Bumped plugin version to `1.0.9`. 56 61 57 62 = 1.0.8 =
Note: See TracChangeset
for help on using the changeset viewer.