File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ 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.3.0] - 2020-08-04
8
+ ### Added
9
+ - Added Class Diagram.
10
+ ### Remove
11
+ - Removed ` .htaccess ` .
12
+
7
13
## [ 0.2.0] - 2020-08-04
8
14
### Added
9
15
- New ` .htaccess ` file to redirect broken links.
@@ -19,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
25
### Added
20
26
- Initial version.
21
27
22
- [ Unreleased ] : https://github.com/woocommerce/code-reference-generator/compare/0.2.0...HEAD
28
+ [ Unreleased ] : https://github.com/woocommerce/code-reference-generator/compare/0.3.0...HEAD
29
+ [ 0.3.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.2.0...0.3.0
23
30
[ 0.2.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.1.0...0.2.0
24
31
[ 0.1.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
25
32
[ 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.2 .0"
5
+ GENERATOR_VERSION=" 0.3 .0"
6
6
SOURCE_VERSION=" "
7
7
GITHUB_REPO=" woocommerce/woocommerce"
8
8
You can’t perform that action at this time.
0 commit comments