=== 100 Bytes ===
Contributors: Marc Armengou
Tags: blog, one-column, full-width-template
Requires at least: 5.6
Tested up to: 6.9
Requires PHP: 5.6
Stable tag: 1.1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

A minimalist WordPress theme based on 100 bytes of CSS.

== Description ==
This is a minimalist WordPress theme that uses just 100 bytes of CSS for its design.

== Installation ==
1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
2. Click on the 'Upload Theme' button and upload the .zip file of this theme.
3. Click on the 'Activate' button to use your new theme right away.

== Copyright ==
100 Bytes, Copyright 2024 Marc Armengou
100 Bytes is distributed under the terms of the GNU GPL

== Changelog ==

= 1.1.5 =

* 2026-03-17
* Security: Implemented strict "Late Escaping" across templates.
* Security: Removed intermediate variables to escape data at the exact point of rendering in header.php, footer.php, and index.php.
* Performance: Refactored style enqueueing in functions.php to eliminate redundant variables.

= 1.1.4 =

* 2025-10-23
* Security: consistent escaping of attributes and text.
* Semantics/HTML5: use of <main>, <article> and accessible nav labels; removed obsolete head profile link.
* Performance: cache-busted style enqueue using filemtime().
* Cleanup: removed menu and comments supports to keep the theme ultra-light by design.
* Compatibility: WordPress 5.6 - WordPress 6.8

= 1.1.3 =

* 2024-01-13
* Compatibility: WordPress 5.6 - WordPress 6.4.2
* Compatibility: PHP 5.6 - PHP 8.3

= 1.1.2 =

* 2023-11-09
* Compatibility: WordPress 5.6 - WordPress 6.3.1
* Compatibility: PHP 5.6 - PHP 8.2
* Improved code security and readability

= 1.1.1 =

* Reorganized code in index.php
* Added 404.php

= 1.0.9 =

* Fix name prefixing, theme_enqueue_styles().
* Some corrections

= 1.0 =
* Initial release
