File tree Expand file tree Collapse file tree 4 files changed +25
-20
lines changed Expand file tree Collapse file tree 4 files changed +25
-20
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ 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.1.0] - 2020-08-03
8+ ### Added
9+ - PHPDoc 3.0 RC support.
10+ - New template
11+ ### Remove
12+ - APIGen support.
13+
714## [ 0.0.1] - 2019-06-25
815### Added
916- Initial version.
1017
11- [ Unreleased ] : https://github.com/woocommerce/woocommerce-api-docs/compare/0.0.1...HEAD
12- [ 0.0.1 ] : https://github.com/woocommerce/woocommerce-api-docs/compare/749f431...0.0.1
18+ [ Unreleased ] : https://github.com/woocommerce/code-reference-generator/compare/0.1.0...HEAD
19+ [ 0.1.0 ] : https://github.com/woocommerce/code-reference-generator/compare/0.0.1...0.1.0
20+ [ 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 1- # WooCommerce Class API Docs
1+ # WooCommerce Code Reference Generator
22
3- Generate WooCommerce [ Class API Docs ] ( https://docs.woocommerce.com/wc-apidocs/index.html ) .
3+ Generate [ WooCommerce Code Reference ] ( https://docs.woocommerce.com/wc-apidocs/index.html ) .
44
55## Install
66
77``` bash
8- git clone https://github.com/woocommerce/woocommerce-api-docs .git
8+ git clone https://github.com/woocommerce/code-reference-generator .git
99```
1010
1111## Usage
1212
1313``` bash
14- cd woocommerce-api-docs
15- ./generate.sh -w < woocommerce_version>
14+ cd code-reference-generator
15+ ./generate.sh -s < woocommerce_version>
1616```
1717
1818### Options
1919
20- | Options | Description |
21- | -------------------------| -------------------------|
22- | ` -h ` or ` --help ` | Shows help message |
23- | ` -v ` or ` --version ` | Shows generator version |
24- | ` -w ` or ` --woocommerce ` | WooCommerce version |
25-
26- ## TODO
27-
28- - Find an alternative to ApiGen or fork ApiGen to fix support for latest PHP versions.
20+ | Options | Description |
21+ | ----------------------------| -----------------------------------------------------------------|
22+ | ` -h ` or ` --help ` | Shows help message |
23+ | ` -v ` or ` --version ` | Shows generator version |
24+ | ` -s ` or ` --source-version ` | Version of the source code to release |
25+ | ` -r ` or ` --github-repo ` | GitHub repo with username, default to "woocommerce/woocommerce" |
2926
3027## Changelog
3128
32- [ See changelog for details] ( https://github.com/woocommerce/woocommerce-api-docs /blob/master/CHANGELOG.md )
29+ [ See changelog for details] ( https://github.com/woocommerce/code-reference-generator /blob/master/CHANGELOG.md )
Original file line number Diff line number Diff line change 11{
2- "name" : " woocommerce/woocommerce-api-docs " ,
2+ "name" : " woocommerce/code-reference-generator " ,
33 "description" : " WooCommerce Code Reference Generator" ,
44 "homepage" : " https://woocommerce.com/" ,
55 "type" : " project" ,
Original file line number Diff line number Diff line change 22# WooCommerce Class API docs generator
33
44# Variables
5- GENERATOR_VERSION=" 0.0.1 "
5+ GENERATOR_VERSION=" 0.1.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.4.0 "
31+ echo " ./generate.sh -w 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