changelog

Updates

Latest releases and changes.

SiteSkin Redux v1.3.2

Posted Aug 7, 2026. Filed under SiteSkinRedux. 0 comments

SiteSkin Redux v1.3.2

Download: https://github.com/intothisshadow/siteskin-redux/releases/tag/v1.3.2

Changed

  • Reverted blanket CSS class prefixing. A previous change had namespaced every class in the starter skin (wrapper, site-eyebrow, site-title, site-tagline, section-label, content-card, stats-row/stat/stat-num/stat-label, skin-credit) with a siteskin-redux- prefix. That’s reverted — those classes belong to the starter skin’s own design, not the engine, and skin authors should be free to name their own classes without the engine dictating a naming scheme.
  • Only the two classes the engine itself emits via showSkinsSelector() keep the prefix: siteskin-redux-skin and siteskin-redux-skin-thumb. These are documented in README.md.

 

Fixed

  • skins/1/style.css was left targeting the old unprefixed p.skin / img.skin selectors after the class-name revert, which no longer matched what the engine actually emits (p.siteskin-redux-skin / .siteskin-redux-skin-thumb) — silently breaking the skin selector’s styling. Corrected the selectors to match the engine’s real output.

Added

  • A dedicated siteskin-redux-skin-thumb CSS class on the thumbnail <img> elements rendered by the skin selector, alongside the wrapper’s siteskin-redux-skin class. This lets skin authors target thumbnail/preview images specifically (e.g. for a fanlistings-style thumbnail grid) without also matching the wrapping <p class="siteskin-redux-skin">.

Full Changelog: docs/CHANGELOG.md

Verifying the download

sha256sum SiteSkinRedux-v1.3.2.zip

compare the output against SiteSkinRedux-v1.3.2.zip.sha256

SHA-256: d4b32531575da3cefa841ffd4ea3dfd43c4d4ca79a7927458852b8f41372187b

Post A Comment

Comment moderation is currently turned on. Your comment will not be displayed until it has been approved by the site owner.

Your email is only for accessing gravatar.com. No HTML allowed.