File tree 2 files changed +8
-3
lines changed
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.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 0.2.0] - 2020-08-04
8
+ ### Added
9
+ - New ` .htaccess ` file to redirect broken links.
10
+
7
11
## [ 0.1.0] - 2020-08-03
8
12
### Added
9
13
- PHPDoc 3.0 RC support.
@@ -15,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
19
### Added
16
20
- Initial version.
17
21
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
19
24
[ 0.1.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
20
25
[ 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 2
2
# WooCommerce Class API docs generator
3
3
4
4
# Variables
5
- GENERATOR_VERSION=" 0.1 .0"
5
+ GENERATOR_VERSION=" 0.2 .0"
6
6
SOURCE_VERSION=" "
7
7
GITHUB_REPO=" woocommerce/woocommerce"
8
8
@@ -28,7 +28,7 @@ help_output() {
28
28
echo " Generate WooCommerce Class API docs."
29
29
echo
30
30
echo " Examples:"
31
- echo " ./generate.sh -w 4.3.1"
31
+ echo " ./generate.sh -s 4.3.1"
32
32
echo
33
33
echo " Available options:"
34
34
echo " -h [--help] Shows help message"
You can’t perform that action at this time.
0 commit comments