Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 3.19 KB

File metadata and controls

34 lines (23 loc) · 3.19 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2021-09-07)

Features

  • add a script to archive the theme in a zip file (289f307)
  • add a script to generate a screenshot with correct dimensions (f0df96e)
  • add a script to generate the .pot file for translation (296abc9)
  • add an init script to search and replace placeholders (a2d9f68)
  • add browserslist config (07fb9b4)
  • add ESlint, Prettier, Stylelint configs and lint/fix npm scripts (762cc94)
  • add PHPCS to lint/fix PHP files (ae3e5f8)
  • add scripts to bump some files automatically when calling release (8def69e)
  • add source folder with SCSS 7-1 pattern and modern-normalize (7d36308)
  • add standard-version, commitlint, lint-staged and husky (d083619)
  • add webpack confuration for CSS, JS, fonts and images (dfff417)
  • generate a RTL version for each CSS files (25b359f)

Changed

  • add both readme version and license (381435f)
  • add PHP templates (0e8150f)
  • initial commit (b48eed8)
  • use dotenv to load stylesheets or webpack scripts (090df66)

Docs

  • update README with features, instructions, tips and other notes (ff94ea4)