File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.2.0] - 2020-08-04
8+ ### Added
9+ - New ` .htaccess ` file to redirect broken links.
10+
711## [ 0.1.0] - 2020-08-03
812### Added
913- PHPDoc 3.0 RC support.
@@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1519### Added
1620- Initial version.
1721
18- [ Unreleased ] : https://github.com/woocommerce/code-reference-generator/compare/0.1.0...HEAD
22+ [ Unreleased ] : https://github.com/woocommerce/code-reference-generator/compare/0.2.0...HEAD
23+ [ 0.2.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0
1924[ 0.1.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
2025[ 0.0.1 ] : https://github.com/woocommerce/code-reference-generator/compare/749f431...0.0.1
Original file line number Diff line number Diff line change 22# WooCommerce Class API docs generator
33
44# Variables
5- GENERATOR_VERSION=" 0.1 .0"
5+ GENERATOR_VERSION=" 0.2 .0"
66SOURCE_VERSION=" "
77GITHUB_REPO=" woocommerce/woocommerce"
88
@@ -28,7 +28,7 @@ help_output() {
2828 echo " Generate WooCommerce Class API docs."
2929 echo
3030 echo " Examples:"
31- echo " ./generate.sh -w 4.3.1"
31+ echo " ./generate.sh -s 4.3.1"
3232 echo
3333 echo " Available options:"
3434 echo " -h [--help] Shows help message"
You can’t perform that action at this time.
0 commit comments