Skip to content

Latest commit

 

History

History
109 lines (74 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

109 lines (74 loc) · 3.61 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

## Unreleased

Changed

  • Use current dxw Git URIs for documentation and tests

[v2.5.0] - 2024-07-24

Added

  • Option to enforce refs when running whippet deps validate

[2.4.2] - 2024-05-28

Changed

  • Users are now warned if they pull from an archived GitHub repository

[2.4.1] - 2024-03-11

Changed

  • Fixed 'would clobber existing tag' error when running 'git fetch'

[2.4.0] - 2024-01-29

Changed

  • whippet generate app generates an app which can be deployed by Whippet.
  • whippet deps describe always prints the most detailed semver version available.

Added

Removed

  • whippet migrate commands.

[2.3.0] - 2023-06-14

Added

  • whippet deps describe command, that provides a JSON report on the version tags associated with the commit hashes in whippet.lock
  • Add --public switch to deploy cmd to deploy public/ directory separately to the WP app.

Changed

  • FIXed deprecation warning in deploy module
  • Update security.dxw.com to advisories.dxw.com
  • Added setup and test scripts following the "scripts to rule them all pattern".

Removed

  • Support for PHP versions below 7.4

[2.2.4] - 2022-06-29

Changed

  • Require 6.5.8 as minimum version of guzzlehttp/guzzle in composer.json as well as composer.lock

[2.2.3] - 2022-06-28

Changed

  • Update guzzlehttp/guzzle to patch authorization vulnerabilities in versions < 6.5.8.

[2.2.2] - 2022-05-30

Changed

  • Update guzzlehttp/guzzle to patch a cookie-related vulnerability. This vulnerability does not affect us directly, so just updating as a precaution.

[2.2.1] - 2022-03-30

  • Update GuzzleHttp to patch vulnerability in versions below 1.8.4

[2.2.0] - 2021-09-30

Added

  • A whippet dependencies validate command, that checks whippet.json and whippet.lock are properly formed, and have matching entries as well as just matching hashes

[2.1.0] - 2021-04-06

Added

  • A -nogitignore option when generating a theme, that generates a theme without an accompanying .gitignore file

Changed

[2.0.0] - 2020-12-09

Added

  • Repository option for app generation, so that application.json does not need to be manually edited after generating a new app

Changed

Removed

  • The -c option when generating an app to include a gitlab-ci.yml file is removed, as this does not exist in the new WordPress template repo.
  • whippet generate theme no longer does auto-namespacing based on directory name, because the default namespace is always just Theme/.
  • Support for PHP 7.0 and 7.1

[1.0.1] - 2020-02-14

  • Use stable version of rubbishthorclone

[1.0.0] - 2020-01-17

Changed

  • Composer dependencies updated
  • Semantic versioning implemented

[Earlier releases]

Releases before 1.0.0 predate this changelog.