This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Releases: studiometa/create-wordpress-project
Releases · studiometa/create-wordpress-project
v1.0.0-beta.12
Added
- Add @studiometa/ui integration (#105, 882537d)
- Add Post and Page models (#100, c299ed2)
- Add Timber\PostClassMap filter to set the class map for Timber instantiation of Posts (#100, 64a3054)
Changed
- Update Composer and NPM dependencies (#105)
- Move JS, SCSS and Twig files to follow the Atomic Design logic (#75)
Removed
- Remove usage of Timber\PostCollection in Repository (8c02846)
1.0.0-beta.11
Fix
- Fix method
posts_by_category_slug
from PostRepository. The argumentpost_type
use the defined class constant.
1.0.0-beta.9
Update
- Update @studiometa/js-toolkit to v2.0.0-beta.0
- Update JS files in the theme to match js-toolkit v2
- Update npm dependencies (eslint, prettier, babel, tailwindcss)
Added
- Add individual @studiometa config packages (eslint-config, stylelint-config, webpack-config, tailwind-config...)
- Add fix in wp-config for SSL redirection on Nginx vhosts
Delete
- Delete @studiometa/meta-configs
1.0.0-beta.10
Added
- Add studiometa-plugin-disabler, a mu-plugin to disable plugins based on the environnement #82
- Add composer 2 #74
- Add PHP cross-version compatibility checks #91
- Add security advisories to prevent installing packages with known security vulnerabilities #92
- Add the Twig Toolkit extension #68
Update
- Update minimum required php version from 7.0 to 7.3
- Update PHPCS rules #70
Fix
Thanks to contributors: @ptt-homme, @lusimeon, @titouanmathis, @jverneaut, @perruche
1.0.0-beta8
Fixed
- Fix the automatic publication to NPM via Github Action (#67)
1.0.0-beta7
1.0.0-beta.6
Fixed
- Fix syntax errors in the project that was causing errors when installing the project (#57)
1.0.0-beta.5
1.0.0-beta.4
Added
- Add theme support for title-tag
- Add theme version number in default WordPress style.css file
Fixed
- Fix PHPCS warnings