Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Releases: studiometa/create-wordpress-project

v1.0.0-beta.12

21 Jul 12:40
1.0.0-beta.12
53a98f5
Compare
Choose a tag to compare
v1.0.0-beta.12 Pre-release
Pre-release

Added

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

13 Dec 09:54
Compare
Choose a tag to compare
1.0.0-beta.11 Pre-release
Pre-release

Fix

  • Fix method posts_by_category_slug from PostRepository. The argument post_type use the defined class constant.

1.0.0-beta.9

19 Nov 09:57
Compare
Choose a tag to compare
1.0.0-beta.9 Pre-release
Pre-release

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

19 Nov 10:20
Compare
Choose a tag to compare
1.0.0-beta.10 Pre-release
Pre-release

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

  • Fix archive templates path #88
  • Fix Prettier configuration for Twig templates #73

Thanks to contributors: @ptt-homme, @lusimeon, @titouanmathis, @jverneaut, @perruche

1.0.0-beta8

18 May 12:55
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

Fixed

  • Fix the automatic publication to NPM via Github Action (#67)

1.0.0-beta7

18 May 12:34
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release
  • Add TinyMCEManage #62
  • Add studiometa/wp-toolkit #65
  • Update npm dependencies #64
  • Update composer dependencies #63

1.0.0-beta.6

12 Apr 12:06
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

Fixed

  • Fix syntax errors in the project that was causing errors when installing the project (#57)

1.0.0-beta.5

16 Mar 10:25
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release

Added

  • Add an abstract do_query() method to the Repository (f1f4a59)
  • Add a TermRepository (b6c656b)
  • Add some useful WPCLI commands to the readme file (fc035dc)

Updated

  • Update Repository.php to be an abstract class (f1f4a59)
  • Update the name of the PostRepository (f1f4a59)
  • Update examples in README (087866b)
  • Update the ACF dependency used (03409e5)
  • Update NPM Dependencies (19cd6e0)

1.0.0-beta.4

16 Nov 12:40
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release

Added

  • Add theme support for title-tag
  • Add theme version number in default WordPress style.css file

Fixed

  • Fix PHPCS warnings

1.0.0-beta.3

27 Oct 08:24
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release

Added

  • Add a new file system for PHP files inside app folder (Managers, Models, Repositories, Services) (#26)
  • Add PHPStan to gitlab-ci pipeline (#25)
  • Add a twig linter (#25)
  • Add a noindex directive for non production env (#23)

Updated

  • Update composer dependencies (#22)
  • Update NPM dependencies (#22)
  • Update documentation in README and prompts (#24)