Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Commit 615607c

Browse files
committed
Introduce a plugin changelog file.
The changelog adheres to the [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) standard, and codifies our usage of semantic versioning moving forward.
1 parent 91400ed commit 615607c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
## [Version 1.0.0 (Beta 2)] - 2017-12-22
9+
10+
* Clean up codebase to adhere to the [WordPress coding standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/), and introduce an `.editorconfig` to make this kind of change less likely in the future ([#8])
11+
* Introduced automated unit tests via the WordPress core test suite ([#9])
12+
* Fixed bug where custom database table was not being created upon plugin activation ([#5], [#9])
13+
* General documentation updates ([#2])
14+
15+
## [Version 1.0.0 (Beta 1)] - 2017-10-02
16+
17+
* Initial public release of the plugin in a beta state.
18+
19+
20+
[Unreleased]: https://github.com/liquidweb/woocommerce-order-tables/compare/master...develop
21+
[Version 1.0.0 (Beta 2)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.2
22+
[Version 1.0.0 (Beta 1)]: https://github.com/liquidweb/woocommerce-order-tables/releases/tag/v1.0.0-beta.1
23+
[#2]: https://github.com/liquidweb/woocommerce-order-tables/pull/2
24+
[#5]: https://github.com/liquidweb/woocommerce-order-tables/pull/5
25+
[#8]: https://github.com/liquidweb/woocommerce-order-tables/pull/8
26+
[#9]: https://github.com/liquidweb/woocommerce-order-tables/pull/9

0 commit comments

Comments
 (0)