From f7548b20b10c9f5d89662745ed9be9ccabf9e6b1 Mon Sep 17 00:00:00 2001 From: Claudio Sanches Date: Wed, 5 Aug 2020 17:46:31 -0300 Subject: [PATCH] Version 0.4.0 --- CHANGELOG.md | 11 ++++++++++- generate.sh | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac24494ad..4994b9c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2020-08-05 +### Added +- Hooks Reference based on an old build. Needs automation. +- Menu link to hooks reference. +### Changed +- Moved reports links from menu to the sidebar. +- CSS fixes. + ## [0.3.0] - 2020-08-04 ### Added - Added Class Diagram. @@ -25,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Initial version. -[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.3.0...HEAD +[Unreleased]: https://github.com/woocommerce/code-reference-generator/compare/0.4.0...HEAD +[0.4.0]: https://github.com/woocommerce/code-reference-generator/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/woocommerce/code-reference-generator/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0 diff --git a/generate.sh b/generate.sh index a19a0b105..b8f571910 100755 --- a/generate.sh +++ b/generate.sh @@ -2,7 +2,7 @@ # WooCommerce Class API docs generator # Variables -GENERATOR_VERSION="0.3.0" +GENERATOR_VERSION="0.4.0" SOURCE_VERSION="" GITHUB_REPO="woocommerce/woocommerce"